diff options
| author | yzhou <yzhou@krr-linux.cs.ox.ac.uk> | 2015-04-30 17:36:35 +0100 |
|---|---|---|
| committer | yzhou <yzhou@krr-linux.cs.ox.ac.uk> | 2015-04-30 17:36:35 +0100 |
| commit | 0d8f240c9c0a64f2285324e5a517161e45c698fc (patch) | |
| tree | f4b4f7078e3be02011b9812cd8791c657a135993 /test/uk/ac/ox/cs/pagoda/junit/AllTests.java | |
| parent | 68ae342b2a4923bc7b3f378c6a489f2355d85279 (diff) | |
| download | ACQuA-0d8f240c9c0a64f2285324e5a517161e45c698fc.tar.gz ACQuA-0d8f240c9c0a64f2285324e5a517161e45c698fc.zip | |
downgrade owl api and reorganised src files
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/junit/AllTests.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/junit/AllTests.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/junit/AllTests.java b/test/uk/ac/ox/cs/pagoda/junit/AllTests.java index 6884081..fb38787 100644 --- a/test/uk/ac/ox/cs/pagoda/junit/AllTests.java +++ b/test/uk/ac/ox/cs/pagoda/junit/AllTests.java | |||
| @@ -13,10 +13,8 @@ import org.junit.runner.RunWith; | |||
| 13 | import org.junit.runners.Suite; | 13 | import org.junit.runners.Suite; |
| 14 | import org.junit.runners.Suite.SuiteClasses; | 14 | import org.junit.runners.Suite.SuiteClasses; |
| 15 | 15 | ||
| 16 | import uk.ac.ox.cs.data.WriteIntoTurtle; | ||
| 17 | |||
| 18 | @RunWith(Suite.class) | 16 | @RunWith(Suite.class) |
| 19 | @SuiteClasses({ WriteIntoTurtle.class, PagodaUOBM.class | 17 | @SuiteClasses({ PagodaUOBM.class |
| 20 | }) | 18 | }) |
| 21 | public class AllTests { | 19 | public class AllTests { |
| 22 | 20 | ||
