mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
No longer use automoc.
This commit is contained in:
parent
a428464573
commit
230d24a123
21 changed files with 416 additions and 164 deletions
|
@ -15,19 +15,13 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "TestHashedBlockStream.h"
|
||||
|
||||
#include <QtCore/QBuffer>
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include "streams/HashedBlockStream.h"
|
||||
|
||||
class TestHashedBlockStream : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
private Q_SLOTS:
|
||||
void testWriteRead();
|
||||
};
|
||||
|
||||
void TestHashedBlockStream::testWriteRead()
|
||||
{
|
||||
QByteArray data = QByteArray::fromHex("603deb1015ca71be2b73aef0857d77811f352c073b6108d72d9810a30914dff4");
|
||||
|
@ -70,5 +64,3 @@ void TestHashedBlockStream::testWriteRead()
|
|||
}
|
||||
|
||||
QTEST_MAIN(TestHashedBlockStream);
|
||||
|
||||
#include "TestHashedBlockStream.moc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue