comparison data/model/test/svcore-data-model-test.cpp @ 1483:7459f4c4d7c3

Merge from branch plugin-path-config
author Chris Cannam
date Mon, 11 Jun 2018 14:40:09 +0100
parents 5afbac960a30
children a7485c1bdba5
comparison
equal deleted inserted replaced
1471:85e9b7b31a8d 1483:7459f4c4d7c3
32 if (QTest::qExec(&t, argc, argv) == 0) ++good; 32 if (QTest::qExec(&t, argc, argv) == 0) ++good;
33 else ++bad; 33 else ++bad;
34 } 34 }
35 35
36 if (bad > 0) { 36 if (bad > 0) {
37 SVCERR << "\n********* " << bad << " test suite(s) failed!\n" << endl; 37 SVCERR << "\n********* " << bad << " test suite(s) failed!\n" << endl;
38 return 1; 38 return 1;
39 } else { 39 } else {
40 SVCERR << "All tests passed" << endl; 40 SVCERR << "All tests passed" << endl;
41 return 0; 41 return 0;
42 } 42 }
43 } 43 }
44 44