[Lipog-commit] net.heilancoo.portal.documentation/doc change-log.html, 1.29, 1.30 getting-ready.htm
Status: Beta
Brought to you by:
jbu
From: Joerg B. <jb...@us...> - 2009-07-26 16:51:28
|
Update of /cvsroot/lipog/net.heilancoo.portal.documentation/doc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15690/doc Modified Files: change-log.html getting-ready.html Log Message: bingo test tutorial Index: getting-ready.html =================================================================== RCS file: /cvsroot/lipog/net.heilancoo.portal.documentation/doc/getting-ready.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** getting-ready.html 25 Jul 2009 06:26:24 -0000 1.9 --- getting-ready.html 26 Jul 2009 16:51:20 -0000 1.10 *************** *** 99,102 **** --- 99,107 ---- </tr> <tr> + <td>net.heilancoo.portal.bingo.test</td> + <td>The bingo web app tests used as example in the tutorials. Not + needed for development.</td> + </tr> + <tr> <td>org.dojotoolkit</td> <td>The Dojo JavaScript library files packaged in an Eclipse Index: change-log.html =================================================================== RCS file: /cvsroot/lipog/net.heilancoo.portal.documentation/doc/change-log.html,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** change-log.html 26 Jul 2009 15:28:38 -0000 1.29 --- change-log.html 26 Jul 2009 16:51:20 -0000 1.30 *************** *** 11,14 **** --- 11,15 ---- <h2>Release 4 (upcoming)</h2> <ul> + <li>Web application test tutorial.</li> <li>Methods like PortalTest.getSessionForPage(HtmlPage) that allows finding session, application and controller objects in automated tests.</li> |