Strabon
changeset 1079:0b0ef882b198
Updated README (tester guide).
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Thu Apr 25 19:32:37 2013 +0300 (2013-04-25) |
parents | 034bc45c1b03 |
children | 74b13188f8b2 |
files | README |
line diff
1.1 --- a/README Thu Apr 25 19:19:32 2013 +0300 1.2 +++ b/README Thu Apr 25 19:32:37 2013 +0300 1.3 @@ -322,8 +322,9 @@ 1.4 3.2. Pairs of files with sparql test queries and expected test results in xml format. 1.5 Notice that each pair must have the same name and .rq extension for the queryFile and .srx extension for the resultsFile. 1.6 4. Create a test class that extends TemplateTest class. 1.7 - 5. If you have followed the recommendations the test is ready. If you have different names for your 1.8 - files, insert them explicitly in the constructor of TemplateTest class (super class). 1.9 + 5. If you have followed the recommendations the test is ready. If you have different names or location for your 1.10 + files, insert them explicitly in the constructor of the class. WARNING: All prefixes must be placed in file "prefixes" so that 1.11 + every time a namespace changes, we have to change it just once. 1.12 1.13 If you want to run a test: 1.14