Mercurial > dedupe
comparison TestBitDecoder.cpp @ 28:b2c2c2bf2bbd
Refactor Exceptions into a separate directory.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 06 Sep 2012 18:29:43 +0200 |
| parents | 754e12c927b3 |
| children | bf3dce7fedcb |
comparison
equal
deleted
inserted
replaced
| 27:95a10553ff90 | 28:b2c2c2bf2bbd |
|---|---|
| 1 #include "BitDecoder.hpp" | 1 #include "BitDecoder.hpp" |
| 2 #include "TestFramework.hpp" | 2 #include "TestFramework.hpp" |
| 3 | 3 |
| 4 #include "InvalidDataException.hpp" | 4 #include "Exception/InvalidDataException.hpp" |
| 5 #include <QtCore/QDebug> | 5 #include <QtCore/QDebug> |
| 6 | 6 |
| 7 QBitArray bitsFromString(const QString& str) | 7 QBitArray bitsFromString(const QString& str) |
| 8 { | 8 { |
| 9 QBitArray bits(str.size()); | 9 QBitArray bits(str.size()); |
