Mercurial > trustbridge
comparison cinst/README @ 943:e43e6769269a
Add example choices and Readmbe about cinst tests
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 26 Aug 2014 17:01:49 +0200 |
parents | |
children | c8f698ca6355 |
comparison
equal
deleted
inserted
replaced
942:c8be25c83ff6 | 943:e43e6769269a |
---|---|
1 Tests | |
2 ===== | |
3 Unit tests for this part are also done using the qttest library. | |
4 The related unit tests can be found in ui/tests | |
5 | |
6 | |
7 Manual Invocation of the certificate installation parts | |
8 ======================================================= | |
9 There is a test list in ui/tests that you can use to manually | |
10 invoke the command. e.g.: | |
11 | |
12 ./cinst list=<path_to_repo>/ui/tests/data/list-valid-signed.txt choices=uninstall | |
13 | |
14 A choices file lies next to it. | |
15 ./cinst list=<path_to_repo>/ui/tests/data/list-valid-signed.txt \ | |
16 choices=<path_to_repo>/ui/tests/data/choices-example.txt |