@Test
public void testBuiltInSelector() throws Exception {
ServiceImplementation serviceImplementation = getServiceImplementation();
RulesRepository repo = serviceImplementation.getRulesRepository();
CategoryItem rootCat = repo.loadCategory( "/" );
CategoryItem testBuiltInSelectorCategory1 = rootCat.addCategory( "testBuiltInSelectorCategory1",
"yeah" );
testBuiltInSelectorCategory1.addCategory( "testBuiltInSelectorCategory1Child",
"yeah" );
CategoryItem testBuiltInSelectorCategory2 = rootCat.addCategory( "testBuiltInSelectorCategory2",