Hi,
I have done the following the to the Blueprints TestSuite. This should not effect anyone except those that develop test cases for Blueprints (and slightly for those that implement Blueprints Graph).
1. SailTokens is no longer in blueprints-core as all RDF-based testing is now in blueprints-sail-graph.
2. The convertId() model that was needed for SailGraph is now generic to GraphTest with two methods: convertId() and convertLabel()
- the default implementation is to simply return the object. For SailGraphTest, "blueprints:" is prefixed to make it a valid URI.
3. The deprecated Feature.isRDFModel is no longer used anywhere in Blueprints. The deprecation is now extinction.
- Implements, simply delete this field from your Features class.
4. GraphTests use to be loaded with graph specific test methods. I copied the Dex guy's with their DexGraphSpecificTestSuite model for Neo4jGraph, SailGraph, and RexsterGraph.
In master/ and deployed as Blueprints 2.4.0-SNAPSHOT in SonaType repo.
Thanks,
Marko.