Skip to content

Commit

Permalink
[ issue #10 ] Added integration tests from Chapter 2 of
Browse files Browse the repository at this point in the history
  • Loading branch information
agazzarini committed Aug 25, 2014
1 parent db78bf8 commit 39c1e74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.hp.hpl.jena.rdf.model.ModelFactory;

/**
* Supertype layer for all SPARQL integration tests.
* Supertype layer for SPARQL CONSTRUCT tests.
*
* @author Andrea Gazzarini
* @since 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import com.hp.hpl.jena.rdf.model.Model;

/**
* Supertype layer for all SPARQL integration tests.
* Supertype layer for SPARQL integration tests.
*
* @author Andrea Gazzarini
* @since 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.hp.hpl.jena.query.ResultSetFormatter;

/**
* Supertype layer for all SPARQL integration tests.
* Supertype layer for SPARQL SELECT integration tests.
*
* @author Andrea Gazzarini
* @since 1.0
Expand Down

0 comments on commit 39c1e74

Please sign in to comment.