aboutsummaryrefslogtreecommitdiff
path: root/test/resources/HeavyTests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/HeavyTests.xml')
-rw-r--r--test/resources/HeavyTests.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/resources/HeavyTests.xml b/test/resources/HeavyTests.xml
deleted file mode 100644
index c0b0044..0000000
--- a/test/resources/HeavyTests.xml
+++ /dev/null
@@ -1,17 +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="HeavyTests">
5
6 <test name="heavy">
7 <groups>
8 <run>
9 <include name="heavy"/>
10 </run>
11 </groups>
12 <classes>
13 <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>
14 <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>-->
15 </classes>
16 </test>
17</suite> \ No newline at end of file