Fixing bug with search exclusion

This commit is contained in:
briancaruso 2012-06-27 17:36:18 +00:00
parent 2d72b1aa42
commit f1a56e5947
2 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ public class ExcludeBasedOnTypeTest {
public void testCheckForExclusion2() {
ExcludeBasedOnType ebot = new ExcludeBasedOnType();
ebot.addTypeToExclude("http://xmlns.com/foaf/0.1/KillerRobot");
ebot.addTypeToExclude("http://example.com/KillerRobot");
IndividualImpl ind = new IndividualImpl();
ind.setURI("http://example.com/n2343");