Revision: 907 http://jwebunit.svn.sourceforge.net/jwebunit/?rev=907&view=rev Author: henryju Date: 2011-08-16 11:56:33 +0000 (Tue, 16 Aug 2011)
Log Message: ----------- Update documentation (indentation issue). Modified Paths: -------------- trunk/src/site/xdoc/index.xml Modified: trunk/src/site/xdoc/index.xml =================================================================== --- trunk/src/site/xdoc/index.xml 2011-08-16 11:55:37 UTC (rev 906) +++ trunk/src/site/xdoc/index.xml 2011-08-16 11:56:33 UTC (rev 907) @@ -72,21 +72,21 @@ public class ExampleWebTestCase { - @Before + @Before public void prepare() { - setBaseUrl("http://localhost:8080/test"); - } + setBaseUrl("http://localhost:8080/test"); + } @Test - public void testLogin() { - beginAt("/home"); - clickLink("login"); - assertTitleEquals("Login"); - setTextField("username", "test"); - setTextField("password", "test123"); - submit(); - assertTitleEquals("Welcome, test!"); - } + public void testLogin() { + beginAt("/home"); + clickLink("login"); + assertTitleEquals("Login"); + setTextField("username", "test"); + setTextField("password", "test123"); + submit(); + assertTitleEquals("Welcome, test!"); + } } </source> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ JWebUnit-development mailing list JWebUnit-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jwebunit-development