mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Two minor fixes
- fix unit test to be re-runnable - fix (My)SQL typo in comment git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8364 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -117,7 +117,7 @@ public class RegistryServiceImplTest extends TestCase
|
||||
|
||||
assertNull("Missing key should return null value", registryService.getProperty(KEY_A_B_C_0));
|
||||
assertNull("Missing key should return null value", registryService.getProperty(KEY_A_B_C_D_0));
|
||||
assertNull("Missing key should return null value", registryService.getProperty(KEY_X_Y_Z_0));
|
||||
assertNull("Missing key should return null value", registryService.getProperty(KEY_DOES_NOT_EXIST));
|
||||
}
|
||||
|
||||
public void testGetElements() throws Exception
|
||||
|
Reference in New Issue
Block a user