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 );
}