This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Class choosing script - Tag sensitivity


The choose-classes script seems to be very sensitive to extra whitespace characters around the tags. For example, the test below was not being run due to an extra space. Perhaps some sed/egrep can fix this? In the mean time, this patch fixes the one I found.

Bryce


2005-02-16 Bryce McKinlay <mckinlay@redhat.com>


   * gnu/testlet/java/lang/Class/serialization.java: Remove stray space
   from 'Tags'.

--- gnu/testlet/java/lang/Class/serialization.java 17 Jan 2005 17:03:24 -0000 1.2
+++ gnu/testlet/java/lang/Class/serialization.java 16 Feb 2005 19:06:59 -0000
@@ -1,4 +1,4 @@
-// Tags: JDK1.2
+// Tags: JDK1.2


// Copyright (C) 2005 David Gilbert <david.gilbert@object-refinery.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]