summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-07-11 15:15:26 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-07-15 11:36:15 +0200
commit62ef1132ae0775dae628b45f2642c25b19b740a5 (patch)
tree2d653bdabad589dbbdc88ca770eef8eb6530636d /tests
parent7e22555eaab60a575bf8185b860ba6f7d6639515 (diff)
Move class BinaryContent into its own file.
Prepare for QTIFW-292 and QTIFW-345. Change-Id: I938b5aa728e8f81eb9521df5753ad80ac630d96e Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/binaryformat/tst_binaryformat.cpp2
-rw-r--r--tests/auto/installer/packagemanagercore/tst_packagemanagercore.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/installer/binaryformat/tst_binaryformat.cpp b/tests/auto/installer/binaryformat/tst_binaryformat.cpp
index 217c373e3..b84e83f77 100644
--- a/tests/auto/installer/binaryformat/tst_binaryformat.cpp
+++ b/tests/auto/installer/binaryformat/tst_binaryformat.cpp
@@ -39,7 +39,7 @@
**
**************************************************************************/
-#include <binaryformat.h>
+#include <binarycontent.h>
#include <errors.h>
#include <fileio.h>
diff --git a/tests/auto/installer/packagemanagercore/tst_packagemanagercore.cpp b/tests/auto/installer/packagemanagercore/tst_packagemanagercore.cpp
index 8a7af4a0b..f1306a10c 100644
--- a/tests/auto/installer/packagemanagercore/tst_packagemanagercore.cpp
+++ b/tests/auto/installer/packagemanagercore/tst_packagemanagercore.cpp
@@ -39,7 +39,7 @@
**
**************************************************************************/
-#include <binaryformat.h>
+#include <binarycontent.h>
#include <component.h>
#include <errors.h>
#include <fileutils.h>