Commit ba7fddf 1 parent 794f2ca commit ba7fddf Copy full SHA for ba7fddf
File tree 1 file changed +0
-14
lines changed
api/src/test/java/org/openmrs/module
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -51,20 +51,6 @@ public void shouldNotCallStoppedOnStartup() throws Exception {
51
51
assertTrue (moduleTestData .getStoppedCallCount (MODULE3_ID ) == 0 );
52
52
}
53
53
54
- @ Test
55
- public void shouldNotCallWillRefreshContextOnStartup () throws Exception {
56
- assertTrue (moduleTestData .getWillRefreshContextCallCount (MODULE1_ID ) == 0 );
57
- assertTrue (moduleTestData .getWillRefreshContextCallCount (MODULE2_ID ) == 0 );
58
- assertTrue (moduleTestData .getWillRefreshContextCallCount (MODULE3_ID ) == 0 );
59
- }
60
-
61
- @ Test
62
- public void shouldNotCallContextRefreshedOnStartup () throws Exception {
63
- assertTrue (moduleTestData .getContextRefreshedCallCount (MODULE1_ID ) == 0 );
64
- assertTrue (moduleTestData .getContextRefreshedCallCount (MODULE2_ID ) == 0 );
65
- assertTrue (moduleTestData .getContextRefreshedCallCount (MODULE3_ID ) == 0 );
66
- }
67
-
68
54
@ Test
69
55
public void shouldStartModulesInOrder () throws Exception {
70
56
//module2 depends on module1 while module3 depends on module2
You can’t perform that action at this time.
0 commit comments