You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2009/02/20 19:33:57 UTC

svn commit: r746327 - /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/dav/AttachmentDavProviderTest.java

Author: metskem
Date: Fri Feb 20 18:33:56 2009
New Revision: 746327

URL: http://svn.apache.org/viewvc?rev=746327&view=rev
Log:
probably an ancient copy/paste error.......

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/dav/AttachmentDavProviderTest.java

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/dav/AttachmentDavProviderTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/dav/AttachmentDavProviderTest.java?rev=746327&r1=746326&r2=746327&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/dav/AttachmentDavProviderTest.java (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/dav/AttachmentDavProviderTest.java Fri Feb 20 18:33:56 2009
@@ -75,7 +75,7 @@
 
     public static Test suite()
     {
-        return new TestSuite( RawPagesDavProviderTest.class );
+        return new TestSuite( AttachmentDavProviderTest.class );
     }