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