assertEquals(0, jdbcTemplate.queryForInt("select count(0) from user_space_roles where role_key = 'DEFAULT'"));
assertEquals(1, jdbcTemplate.queryForInt("select count(0) from user_space_roles where role_key = 'NEWDEFAULT'"));
}
public void testGetItemAsHtmlDoesNotThrowException() {
Config config = new Config("mail.server.host", "dummyhost");
jtrac.storeConfig(config);
// now email sending is switched on
Space s = getSpace();
jtrac.storeSpace(s);
User u = new User();