This commit is contained in:
Maxime Dagnicourt
2008-01-22 10:21:06 +00:00
parent 133c44e32e
commit 9529c3f7e0

View File

@@ -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);
}
}
}*/
}