aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/resources/ComparisonTests.xml
blob: 00957249114c39a444a3dccd2c9459fbaf5f487c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >

<!--
Compare different configurations of the system.

Actually it is not a great idea to test performances in this way,
because all the different configurations are executed on the same JVM.
-->

<suite name="ComparisonTests">
    <test name="comparison">
        <groups>
            <run>
                <include name="comparison"/>
            </run>
        </groups>
        <classes>
            <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>-->
            <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>-->
            <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaFLY"/>
        </classes>
    </test>
</suite>