Author: rwesten
Date: Wed Sep 11 10:44:37 2013
New Revision: 1521788

URL: http://svn.apache.org/r1521788
Log:
STANBOL-1153: Adapted limit of a test to ensure that all possible results are 
included. This prevents result ordering to have an influence on the test 
results.

Modified:
    
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/entityhub/it/ldpath/DbpediaLDPathTest.java

Modified: 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/entityhub/it/ldpath/DbpediaLDPathTest.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/entityhub/it/ldpath/DbpediaLDPathTest.java?rev=1521788&r1=1521787&r2=1521788&view=diff
==============================================================================
--- 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/entityhub/it/ldpath/DbpediaLDPathTest.java
 (original)
+++ 
stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/entityhub/it/ldpath/DbpediaLDPathTest.java
 Wed Sep 11 10:44:37 2013
@@ -228,7 +228,7 @@ public class DbpediaLDPathTest extends E
                 "name","York",
                 "ldpath","@prefix geo : 
<http://www.w3.org/2003/01/geo/wgs84_pos#> ;"+
                     "lat = geo:lat :: xsd:double;",
-                "limit","3")
+                "limit","5")
          )
          .assertStatus(200)
          .assertContentType("text/turtle")


Reply via email to