aboutsummaryrefslogtreecommitdiff
path: root/test/resources/Correctness.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/Correctness.xml')
-rw-r--r--test/resources/Correctness.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/resources/Correctness.xml b/test/resources/Correctness.xml
deleted file mode 100644
index 18a69fa..0000000
--- a/test/resources/Correctness.xml
+++ /dev/null
@@ -1,21 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
3
4<suite name="Correctness">
5
6 <test name="correctness">
7 <groups>
8 <run>
9 <include name="correctness"/>
10 <exclude name="heavy"/>
11 <!--<include name="UOBM50"/>-->
12 </run>
13 </groups>
14 <classes>
15 <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>
16 <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>-->
17 <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaFLY"/>-->
18 </classes>
19 </test>
20
21</suite> \ No newline at end of file