User: dimc
Date: 02/10/03 13:16:22
Modified: etc xjavadoctest.j
Log:
Renamed old SourceSet to FileSourceSet and extracted new interface to
replace the previous SourceSet class. Changed tests to use new
FileSourceSet.
Revision Changes Path
1.9 +2 -1 xjavadoc/etc/xjavadoctest.j
Index: xjavadoctest.j
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/etc/xjavadoctest.j,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -r1.8 -r1.9
--- xjavadoctest.j 1 Aug 2002 01:53:04 -0000 1.8
+++ xjavadoctest.j 3 Oct 2002 20:16:22 -0000 1.9
@@ -2,6 +2,7 @@
import junit.framework.*;
import xjavadoc.*;
+import xjavadoc.filesystem.*;
import java.io.File;
import java.util.Collection;
import java.util.Collections;
@@ -37,7 +38,7 @@
public void setUp() throws Exception {
// hardcoded to xjavadoc's own sources
File dir = new File(System.getProperty("user.dir") + File.separator +
"build" + File.separator + "src");
- XJavaDoc.getInstance().addSourceSet(new SourceSet(dir, null));
+ XJavaDoc.getInstance().addSourceSet(new FileSourceSet(dir, null));
_testedClass = XJavaDoc.getInstance().getXClass(
"<XDtClass:fullClassName/>" );
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel