Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/src/test/java/org/xdoclet/plugin/web
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24903/plugin-web/src/test/java/org/xdoclet/plugin/web

Modified Files:
        WebPluginTestCase.java 
Log Message:
XDP-132 : renaming servletVersion attribute to servletversion (lowercase) to 
satisfy ant's way of handling bean properties

Index: WebPluginTestCase.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/src/test/java/org/xdoclet/plugin/web/WebPluginTestCase.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** WebPluginTestCase.java      31 May 2005 11:26:43 -0000      1.11
--- WebPluginTestCase.java      1 Dec 2005 00:45:21 -0000       1.12
***************
*** 44,48 ****
      public void testWithServlet22() throws Throwable {
          servletVersion = "2.2";
!         ((WebPlugin) plugin).setServletVersion(servletVersion);
          testGenerateContent();
      }
--- 44,48 ----
      public void testWithServlet22() throws Throwable {
          servletVersion = "2.2";
!         ((WebPlugin) plugin).setServletversion(servletVersion);
          testGenerateContent();
      }



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to