Skip to content

Commit

Permalink
Adding an assert for module version after update - TRUNK-4134
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Nov 26, 2013
1 parent 09e6105 commit a49f691
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -128,6 +128,8 @@ public void shouldUpdateModule() throws Exception {

assertTrue(request.getSession().getAttribute(WebConstants.OPENMRS_MSG_ATTR) == null);
assertTrue(request.getSession().getAttribute(WebConstants.OPENMRS_ERROR_ATTR) == null);

assertTrue(ModuleFactory.getModuleById(MODULE3_ID).getVersion().equals("2.0-SNAPSHOT"));
}

@Test
Expand Down

0 comments on commit a49f691

Please sign in to comment.