aboutsummaryrefslogtreecommitdiff
path: root/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources')
-rw-r--r--test/resources/Correctness.xml20
-rw-r--r--test/resources/test.properties1
2 files changed, 21 insertions, 0 deletions
diff --git a/test/resources/Correctness.xml b/test/resources/Correctness.xml
new file mode 100644
index 0000000..3b00b7b
--- /dev/null
+++ b/test/resources/Correctness.xml
@@ -0,0 +1,20 @@
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 </run>
12 </groups>
13 <classes>
14 <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>
15 <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>-->
16 <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaFLY"/>-->
17 </classes>
18 </test>
19
20</suite> \ No newline at end of file
diff --git a/test/resources/test.properties b/test/resources/test.properties
index c4a25d0..08caeba 100644
--- a/test/resources/test.properties
+++ b/test/resources/test.properties
@@ -1 +1,2 @@
1#ontoDir=/home/alessandro/Desktop
1ontoDir=/home/alessandro/Big_files/Ontologies/ \ No newline at end of file 2ontoDir=/home/alessandro/Big_files/Ontologies/ \ No newline at end of file