Mercurial > dedupe
comparison TestFramework.hpp @ 2:2833b7f8884a
Sql backend is working.
Need to get more speed on comparisson.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 21 Aug 2012 14:25:33 +0200 |
| parents | a3834af36579 |
| children | 2f45385195ae |
comparison
equal
deleted
inserted
replaced
| 1:aae83c0a771d | 2:2833b7f8884a |
|---|---|
| 16 #else | 16 #else |
| 17 #include <boost/test/unit_test.hpp> | 17 #include <boost/test/unit_test.hpp> |
| 18 #endif | 18 #endif |
| 19 | 19 |
| 20 //Here comes our helperfunctions | 20 //Here comes our helperfunctions |
| 21 #include <QtCore/QString> | 21 class QString; |
| 22 inline std::ostream& operator<<(std::ostream& out, const QString& rhs) | 22 std::ostream& operator<<(std::ostream& out, const QString& rhs); |
| 23 { | 23 class QDateTime; |
| 24 return out << rhs.toStdString(); | 24 std::ostream& operator<<(std::ostream& out, const QDateTime& rhs); |
| 25 } | |
| 26 | 25 |
| 27 #endif //TESTFRAMEWORK_HPP | 26 #endif //TESTFRAMEWORK_HPP |
