1
0
Fork 0

re-activated tests. jstlint complained about that

This commit is contained in:
jsteemann 2015-12-16 20:13:33 +01:00
parent 11355b6e6f
commit c786d9ff5f
1 changed files with 6 additions and 6 deletions

View File

@ -1555,11 +1555,11 @@ function brokenGraphSuite () {
}
// jsunity.run(namedGraphSuite);
jsunity.run(multiCollectionGraphSuite);
// jsunity.run(potentialErrorsSuite);
// jsunity.run(complexInternaSuite);
//jsunity.run(complexFilteringSuite);
//jsunity.run(brokenGraphSuite);
jsunity.run(namedGraphSuite);
jsunity.run(multiCollectionGraphSuite);
jsunity.run(potentialErrorsSuite);
jsunity.run(complexInternaSuite);
jsunity.run(complexFilteringSuite);
jsunity.run(brokenGraphSuite);
return jsunity.done();