Revision: 649
http://svn.sourceforge.net/jwebunit/?rev=649&view=rev
Author: henryju
Date: 2007-01-11 00:54:31 -0800 (Thu, 11 Jan 2007)
Log Message:
-----------
Set tester protected in WebTestCase to make extend easier.
Modified Paths:
--------------
branches/1.x/jwebunit-webtestcase-generator/src/main/javacc/Java1.5.jj
Modified: branches/1.x/jwebunit-webtestcase-generator/src/main/javacc/Java1.5.jj
===================================================================
--- branches/1.x/jwebunit-webtestcase-generator/src/main/javacc/Java1.5.jj
2007-01-02 16:57:57 UTC (rev 648)
+++ branches/1.x/jwebunit-webtestcase-generator/src/main/javacc/Java1.5.jj
2007-01-11 08:54:31 UTC (rev 649)
@@ -671,7 +671,7 @@
void ClassOrInterfaceBody(boolean isInterface, StringBuffer sb):
{}
{ {sb.append("{\n");
- sb.append(" private WebTester tester = null;\n\n");
+ sb.append(" protected WebTester tester = null;\n\n");
sb.append(" public WebTestCase(String name) {\n");
sb.append(" super(name);\n");
sb.append(" }\n\n");
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development