public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Meskauskas Audrius" <audriusa@bluewin.ch>
To: <mauve-discuss@sources.redhat.com>
Subject: Suggesting to add 'org' to the test domain.
Date: Wed, 18 May 2005 22:09:00 -0000	[thread overview]
Message-ID: <000601c55bf6$3b1e96b0$2101a8c0@Federspitz> (raw)

[-- 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>
 

             reply	other threads:[~2005-05-18 22:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-18 22:09 Meskauskas Audrius [this message]
2005-05-23 18:22 ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000601c55bf6$3b1e96b0$2101a8c0@Federspitz' \
    --to=audriusa@bluewin.ch \
    --cc=mauve-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).