You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2006/02/20 06:13:24 UTC

svn commit: r379027 - /ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java

Author: bodewig
Date: Sun Feb 19 21:13:20 2006
New Revision: 379027

URL: http://svn.apache.org/viewcvs?rev=379027&view=rev
Log:
enabled this test by accident

Modified:
    ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java

Modified: ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java
URL: http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java?rev=379027&r1=379026&r2=379027&view=diff
==============================================================================
--- ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java (original)
+++ ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java Sun Feb 19 21:13:20 2006
@@ -41,7 +41,7 @@
     }
 
     // PR 38370
-    public void testDirsetPathWithoutPackagenames() throws Exception {
+    public void XtestDirsetPathWithoutPackagenames() throws Exception {
         try {
             executeTarget("dirsetPathWithoutPackagenames");
         } catch (BuildException e) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r379027 - /ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 20 Feb 2006, Kev Jackson <ke...@it.fts-vn.com> wrote:

> I've just added code that makes this test pass (simple check to see
> if sourcePath != null).

I'm not sure what is the right way to fix it, that's why I haven't
done so, yet.

Let's wait for a result on the new thread I'm going to start in a
minute.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r379027 - /ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java

Posted by Kev Jackson <ke...@it.fts-vn.com>.
bodewig@apache.org wrote:

>Author: bodewig
>Date: Sun Feb 19 21:13:20 2006
>New Revision: 379027
>
>URL: http://svn.apache.org/viewcvs?rev=379027&view=rev
>Log:
>enabled this test by accident
>
>Modified:
>    ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java
>
>Modified: ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java
>URL: http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java?rev=379027&r1=379026&r2=379027&view=diff
>==============================================================================
>--- ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java (original)
>+++ ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java Sun Feb 19 21:13:20 2006
>@@ -41,7 +41,7 @@
>     }
> 
>     // PR 38370
>-    public void testDirsetPathWithoutPackagenames() throws Exception {
>+    public void XtestDirsetPathWithoutPackagenames() throws Exception {
>         try {
>             executeTarget("dirsetPathWithoutPackagenames");
>         } catch (BuildException e) {
>  
>
I've just added code that makes this test pass (simple check to see if 
sourcePath != null).  Should I sideline this change for now as there was 
discussion about building a full suite of packages etc for testing the 
Javadoc task

Kev

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org