diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-06-09 18:23:15 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-06-09 18:23:15 +0100 |
| commit | 6e8ee40e41d84e0466153802a2c9b4ae88af3544 (patch) | |
| tree | 74d5d4fa04f2c8339433fffd6ababc2b21afc2e1 /test/resources | |
| parent | dcdf7f8062919e5746b0b15c77ba8279d5f526c1 (diff) | |
| download | ACQuA-6e8ee40e41d84e0466153802a2c9b4ae88af3544.tar.gz ACQuA-6e8ee40e41d84e0466153802a2c9b4ae88af3544.zip | |
Fixed marking original individuals in the relevant upper store.
Diffstat (limited to 'test/resources')
| -rw-r--r-- | test/resources/ComparisonTests.xml | 24 | ||||
| -rw-r--r-- | test/resources/LightTests.xml | 4 |
2 files changed, 26 insertions, 2 deletions
diff --git a/test/resources/ComparisonTests.xml b/test/resources/ComparisonTests.xml new file mode 100644 index 0000000..0095724 --- /dev/null +++ b/test/resources/ComparisonTests.xml | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > | ||
| 3 | |||
| 4 | <!-- | ||
| 5 | Compare different configurations of the system. | ||
| 6 | |||
| 7 | Actually it is not a great idea to test performances in this way, | ||
| 8 | because all the different configurations are executed on the same JVM. | ||
| 9 | --> | ||
| 10 | |||
| 11 | <suite name="ComparisonTests"> | ||
| 12 | <test name="comparison"> | ||
| 13 | <groups> | ||
| 14 | <run> | ||
| 15 | <include name="comparison"/> | ||
| 16 | </run> | ||
| 17 | </groups> | ||
| 18 | <classes> | ||
| 19 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>--> | ||
| 20 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>--> | ||
| 21 | <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaFLY"/> | ||
| 22 | </classes> | ||
| 23 | </test> | ||
| 24 | </suite> \ No newline at end of file | ||
diff --git a/test/resources/LightTests.xml b/test/resources/LightTests.xml index 859e3fa..8d9a700 100644 --- a/test/resources/LightTests.xml +++ b/test/resources/LightTests.xml | |||
| @@ -5,10 +5,10 @@ | |||
| 5 | <test name="light"> | 5 | <test name="light"> |
| 6 | <groups> | 6 | <groups> |
| 7 | <run> | 7 | <run> |
| 8 | <include name="light"/> | 8 | <!--<include name="light"/>--> |
| 9 | <include name="justExecute"/> | ||
| 9 | </run> | 10 | </run> |
| 10 | </groups> | 11 | </groups> |
| 11 | |||
| 12 | <classes> | 12 | <classes> |
| 13 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>--> | 13 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>--> |
| 14 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>--> | 14 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>--> |
