Revision: 661
http://svn.sourceforge.net/jwebunit/?rev=661&view=rev
Author: henryju
Date: 2007-01-21 13:56:52 -0800 (Sun, 21 Jan 2007)
Log Message:
-----------
Make WebTestCase abstract.
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-21 19:43:49 UTC (rev 660)
+++ branches/1.x/jwebunit-webtestcase-generator/src/main/javacc/Java1.5.jj
2007-01-21 21:56:52 UTC (rev 661)
@@ -600,7 +600,7 @@
[ TypeParameters() ]
[ ExtendsList(isInterface) ]
[ ImplementsList(isInterface) ]
- {sb.append("public class WebTestCase extends TestCase ");}
+ {sb.append("public abstract class WebTestCase extends TestCase ");}
ClassOrInterfaceBody(isInterface, sb)
}
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