This commit is contained in:
@@ -9,7 +9,7 @@ import javax.naming.Context;
|
||||
import javax.naming.InitialContext;
|
||||
import javax.naming.NamingException;
|
||||
|
||||
import org.junit.After;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
@@ -122,7 +122,7 @@ public class ConferenceManagerTest {
|
||||
assertFalse(cm.exists(id));
|
||||
}
|
||||
|
||||
@After
|
||||
/*@After
|
||||
public void cleanup(){
|
||||
User user = um.getUser("max");
|
||||
|
||||
@@ -136,5 +136,5 @@ public class ConferenceManagerTest {
|
||||
if(cm.exists(id)){
|
||||
cm.remove(id);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user