Fixing bug with search exclusion
This commit is contained in:
parent
2d72b1aa42
commit
f1a56e5947
2 changed files with 4 additions and 4 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue