aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-10-14 18:13:26 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-10-14 17:50:23 +0000
commit704eb30d27117d88e3edbe5d255ea5b8989509f3 (patch)
tree7b48841276e03d358612d6b8292b1b1eee6d1816
parent47b575a3b3bf7dc104e1b91babc986577a63ff37 (diff)
Fix autotest for QTBUG-51237
We have to remove one check because of the additional bug QTBUG-19552. Change-Id: I7cf1d46bca6a03a4970281496853f4b3a3055181 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index 74329abf2..f791c5e86 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -2344,10 +2344,6 @@ void TestBlackbox::qtBug51237()
Profile profile(profileName, &settings);
profile.setValue(propertyName, QStringList());
}
- Settings settings((QString()));
- qbs::Internal::TemporaryProfile profile(profileName, &settings);
- const QVariant propertyValue = profile.p.value(propertyName);
- QVERIFY(!propertyValue.isValid()); // QTBUG-51237
QDir::setCurrent(testDataDir + "/QTBUG-51237");
QbsRunParameters params;
params.arguments << "profile:" + profileName;