[Lipog-commit] net.heilancoo.portal.documentation/doc apptest-123.html, 1.4, 1.5
Status: Beta
Brought to you by:
jbu
From: Joerg B. <jb...@us...> - 2009-08-04 21:06:31
|
Update of /cvsroot/lipog/net.heilancoo.portal.documentation/doc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27919/doc Modified Files: apptest-123.html Log Message: added parameter for standard command line argument passing to portal test service starter Index: apptest-123.html =================================================================== RCS file: /cvsroot/lipog/net.heilancoo.portal.documentation/doc/apptest-123.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** apptest-123.html 31 Jul 2009 18:10:55 -0000 1.4 --- apptest-123.html 4 Aug 2009 21:06:23 -0000 1.5 *************** *** 48,52 **** @BeforeClass public static void setUpBeforeClass() throws Exception { ! PortalTest.startPortal(500); } --- 48,52 ---- @BeforeClass public static void setUpBeforeClass() throws Exception { ! PortalTest.startPortal(null, 500); } *************** *** 60,64 **** @BeforeClass public static void setUpBeforeClass() throws Exception { ! PortalTest.startPortal(500); } --- 60,64 ---- @BeforeClass public static void setUpBeforeClass() throws Exception { ! PortalTest.startPortal(null, 500); } |