You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-cvs@xml.apache.org by da...@apache.org on 2004/03/13 22:43:58 UTC

cvs commit: xml-xmlbeans/v2/test/src/drt/drtcases CompilationTests.java

daveremy    2004/03/13 13:43:58

  Modified:    v2/test/src/drt/drtcases CompilationTests.java
  Log:
  Changed this test to spew out more info.
  
  Revision  Changes    Path
  1.4       +1 -0      xml-xmlbeans/v2/test/src/drt/drtcases/CompilationTests.java
  
  Index: CompilationTests.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/test/src/drt/drtcases/CompilationTests.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CompilationTests.java	27 Feb 2004 22:51:30 -0000	1.3
  +++ CompilationTests.java	13 Mar 2004 21:43:58 -0000	1.4
  @@ -57,6 +57,7 @@
           params.setSrcDir(srcdir);
           params.setClassesDir(classesdir);
           params.setOutputJar(outputjar);
  +        params.setVerbose(true);
           Assert.assertTrue("Build failed", SchemaCompiler.compile(params));
           Assert.assertTrue("Cannout find " + outputjar, outputjar.exists());
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org