[Suiviobsmer-commits] r1255 - trunk/wao-business/src/test/java/fr/ifremer/wao/service
Author: bleny Date: 2011-05-04 09:19:30 +0000 (Wed, 04 May 2011) New Revision: 1255 Log: code clean Modified: trunk/wao-business/src/test/java/fr/ifremer/wao/service/ServiceSynthesisImplTest.java Modified: trunk/wao-business/src/test/java/fr/ifremer/wao/service/ServiceSynthesisImplTest.java =================================================================== --- trunk/wao-business/src/test/java/fr/ifremer/wao/service/ServiceSynthesisImplTest.java 2011-05-04 09:14:32 UTC (rev 1254) +++ trunk/wao-business/src/test/java/fr/ifremer/wao/service/ServiceSynthesisImplTest.java 2011-05-04 09:19:30 UTC (rev 1255) @@ -84,35 +84,7 @@ service = manager.getServiceSynthesis(); } -// @BeforeClass -// public static void setUpClass() throws Exception { -// manager = new TestManager(); -// } -// -// @AfterClass -// public static void tearDownClass() throws Exception { -// } -// -// @Before -// public void setUp() throws Exception { -// manager.start(); -// service = manager.getServiceSynthesis(); -// } -// -// @After -// public void tearDown() throws Exception { -// manager.stop(); -// } - /** - * Test of getDataSampling method, of class ServiceSynthesisImpl. - */ - //@Test - public void testGetDataSampling() throws Exception { - System.out.println("getDataSampling"); - } - - /** * Test of getBoardingBoats method, of class ServiceSynthesisImpl. */ @Test
participants (1)
-
bleny@users.labs.libre-entreprise.org