dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] pnetlib ChangeLog System.Xml/XmlNamespaceManage...


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnetlib ChangeLog System.Xml/XmlNamespaceManage...
Date: Sat, 03 Mar 2007 08:47:09 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnetlib
Changes by:     Klaus Treichel <ktreichel>      07/03/03 08:47:09

Modified files:
        .              : ChangeLog 
        System.Xml     : XmlNamespaceManager.cs 
        tools          : run_test.sh.in 

Log message:
        Fix make check for release.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/ChangeLog?cvsroot=dotgnu-pnet&r1=1.2479&r2=1.2480
http://cvs.savannah.gnu.org/viewcvs/pnetlib/System.Xml/XmlNamespaceManager.cs?cvsroot=dotgnu-pnet&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pnetlib/tools/run_test.sh.in?cvsroot=dotgnu-pnet&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.2479
retrieving revision 1.2480
diff -u -b -r1.2479 -r1.2480
--- ChangeLog   28 Feb 2007 15:43:25 -0000      1.2479
+++ ChangeLog   3 Mar 2007 08:47:09 -0000       1.2480
@@ -1,3 +1,11 @@
+2007-03-03  Klaus Treichel  <address@hidden>
+
+       * tools/run_test.sh.in: Add the paths to System.Drawing.Xsharp and
+       Xsharp to the library search path to enable the tests for
+       System.Windows.Forms to be executed without having pnetlib installed.
+
+       * System.Xml/XmlNamespaceManager.cs: Undo the last commit for the 
release
+       because it makes System.Xml tests fail.
 
 2007-02-28  Stefan Allan  <address@hidden>
 

Index: System.Xml/XmlNamespaceManager.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Xml/XmlNamespaceManager.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- System.Xml/XmlNamespaceManager.cs   28 Feb 2007 15:43:25 -0000      1.8
+++ System.Xml/XmlNamespaceManager.cs   3 Mar 2007 08:47:09 -0000       1.9
@@ -150,7 +150,7 @@
                                                // it cannot be in the 
namespace list either.
                                                return false;
                                        }
-                                       while(info != null && info.prefix != 
null)
+                                       while(info != null)
                                        {
                                                if(info.prefix == 
(Object)prefix)
                                                {

Index: tools/run_test.sh.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tools/run_test.sh.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- tools/run_test.sh.in        16 Jul 2004 00:46:22 -0000      1.9
+++ tools/run_test.sh.in        3 Mar 2007 08:47:09 -0000       1.10
@@ -44,6 +44,8 @@
        -L"$TOP_BUILDDIR"/JScript \
        -L"$TOP_BUILDDIR"/Basic \
        -L"$TOP_BUILDDIR"/System.Drawing \
+       -L"$TOP_BUILDDIR"/System.Drawing.Xsharp \
+       -L"$TOP_BUILDDIR"/Xsharp \
        -L"$TOP_BUILDDIR"/System.Windows.Forms \
        -L"$TOP_BUILDDIR"/SharpZipLib \
        -L"$TOP_BUILDDIR"/OpenSystem.Platform \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]