diff ui/tests/nsstest.cpp @ 305:4a3febc6d806

Some minor cleanups. Better debug output more Verify's
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 03 Apr 2014 15:29:58 +0200
parents eecc06f714fd
children 2fd69803d219
line wrap: on
line diff
--- a/ui/tests/nsstest.cpp	Thu Apr 03 14:29:49 2014 +0200
+++ b/ui/tests/nsstest.cpp	Thu Apr 03 15:29:58 2014 +0200
@@ -83,7 +83,8 @@
     }
     QVERIFY((size_t) instList.size() == strv_length(to_install));
 
-    write_stores_nss(to_install, to_remove);
+    QVERIFY(write_stores_nss(to_install, to_remove) == 0);
+
 }
 
 QTEST_GUILESS_MAIN (NSSTest);

http://wald.intevation.org/projects/trustbridge/