public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
* Suggesting to add 'org' to the test domain.
@ 2005-05-18 22:09 Meskauskas Audrius
  2005-05-23 18:22 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Meskauskas Audrius @ 2005-05-18 22:09 UTC (permalink / raw)
  To: mauve-discuss

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

Hello, all

from the Mauve build.xml it seems that tests for org.omg.CORBA classes may 
not run, as the test taks includes only gnu/testlet/java/** and 
gnu/testlet/javax/**. The committed CORBA tests succeed on both Suns and 
Classpath CORBA implementations.

To run the CORBA tests, I needed to add the "gnu/testlet/org/**" in the 
'test'  ("run the tests") target. If we think that the build.xml should run 
all general tests by default, we may need to add that line.

Regards
Audrius



[-- Attachment #2: build.xml.patch --]
[-- Type: application/octet-stream, Size: 557 bytes --]

Index: build.xml
===================================================================
RCS file: /cvs/mauve/mauve/build.xml,v
retrieving revision 1.4
diff -u -r1.4 build.xml
--- build.xml	29 Apr 2005 16:39:11 -0000	1.4
+++ build.xml	18 May 2005 22:06:26 -0000
@@ -89,6 +89,7 @@
             failonerror="true">
             <fileset dir="${build}" includes="gnu/testlet/java/**" />
             <fileset dir="${build}" includes="gnu/testlet/javax/**" />
+            <fileset dir="${build}" includes="gnu/testlet/org/**" />
         </mauve>
     </target>
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Suggesting to add 'org' to the test domain.
  2005-05-18 22:09 Suggesting to add 'org' to the test domain Meskauskas Audrius
@ 2005-05-23 18:22 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2005-05-23 18:22 UTC (permalink / raw)
  To: Meskauskas Audrius; +Cc: mauve-discuss

Audrius> To run the CORBA tests, I needed to add the "gnu/testlet/org/**" in
Audrius> the 'test'  ("run the tests") target. If we think that the build.xml
Audrius> should run all general tests by default, we may need to add that line.

Definitely check this in.

Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-23 18:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-18 22:09 Suggesting to add 'org' to the test domain Meskauskas Audrius
2005-05-23 18:22 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).