public void testRemoveIdentities() throws Exception {
System.setProperty( "drools.removeIdentities",
"true" );
try {
InternalKnowledgeBase kBase = (InternalKnowledgeBase) KnowledgeBaseFactory.newKnowledgeBase();
kBase.addPackage( this.pkg );
this.ksession = kBase.newKieSession();
this.ksession.insert( "F1" );
this.ksession.insert( "F2" );
this.ksession.insert( "F3" );