Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
304:eecc06f714fd | 305:4a3febc6d806 |
---|---|
81 strv_append (&to_install, cert.base64Line().toLatin1().constData() + 2, | 81 strv_append (&to_install, cert.base64Line().toLatin1().constData() + 2, |
82 cert.base64Line().size() - 2); | 82 cert.base64Line().size() - 2); |
83 } | 83 } |
84 QVERIFY((size_t) instList.size() == strv_length(to_install)); | 84 QVERIFY((size_t) instList.size() == strv_length(to_install)); |
85 | 85 |
86 write_stores_nss(to_install, to_remove); | 86 QVERIFY(write_stores_nss(to_install, to_remove) == 0); |
87 | |
87 } | 88 } |
88 | 89 |
89 QTEST_GUILESS_MAIN (NSSTest); | 90 QTEST_GUILESS_MAIN (NSSTest); |