Remove uneeded test as it was causing problems in Debian Wheezy
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
ed42756949
commit
2acfa86dc3
1 changed files with 0 additions and 7 deletions
|
|
@ -34,7 +34,6 @@ import org.junit.After;
|
|||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.libreplan.business.common.Registry;
|
||||
import org.libreplan.business.scenarios.IScenarioManager;
|
||||
import org.libreplan.business.scenarios.bootstrap.IScenariosBootstrap;
|
||||
import org.libreplan.business.scenarios.bootstrap.PredefinedScenarios;
|
||||
|
|
@ -119,10 +118,4 @@ public class CurrentUserScenarioAwareManagerTest {
|
|||
return result;
|
||||
}
|
||||
|
||||
@Test
|
||||
public void registryHoldsCurrentUserScenarioAwareTest() {
|
||||
IScenarioManager fromRegistry = Registry.getScenarioManager();
|
||||
assertEquals(scenarioManager, fromRegistry);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue