# List of regression tests - subset which need online connection to run # # @prefix : <#>. @prefix x: <#>. @prefix test: . @prefix dc: . # yuk - under protest - no hash :t1100 a test:CwmTest; test:shortFileName "defdoc1-out.n3"; test:description "Look up values in local definitive document (ONLINE)"; test:arguments "--mode=rs dbork/defdoc1.n3 --think". :t1102 a test:CwmTest; test:shortFileName "defdoc2-out.n3"; test:description "Look up values in 2 definitive documents (ONLINE)"; test:arguments "--mode=rs dbork/defdoc2.n3 --think". :t1104 a test:CwmTest; test:referenceOutput ; test:description "What happens when the document you want isn't there (ONLINE)"; test:arguments "--mode=rs includes/404.n3 --think". :t1105 a test:CwmTest; test:referenceOutput ; test:description "Test of log:semanticsImportsWithClosure"; test:arguments "imports/rules_base.n3 --think". #ends