Author: raja
Date: 2008-02-18 00:00:10 -0500 (Mon, 18 Feb 2008)
New Revision: 96026

Modified:
   trunk/mcs/ChangeLog
   trunk/mcs/Makefile
Log:
* Makefile (net_2_0_centum_tests): Add System.Xml.Linq here.


Modified: trunk/mcs/ChangeLog
===================================================================
--- trunk/mcs/ChangeLog 2008-02-18 04:59:52 UTC (rev 96025)
+++ trunk/mcs/ChangeLog 2008-02-18 05:00:10 UTC (rev 96026)
@@ -1,3 +1,7 @@
+2008-02-18  Raja R Harinath  <[EMAIL PROTECTED]>
+
+       * Makefile (net_2_0_centum_tests): Add System.Xml.Linq here.
+
 2008-02-17  Raja R Harinath  <[EMAIL PROTECTED]>
 
        * Makefile (_boot_): Orchestrate the net_2_1 bootstrap.

Modified: trunk/mcs/Makefile
===================================================================
--- trunk/mcs/Makefile  2008-02-18 04:59:52 UTC (rev 96025)
+++ trunk/mcs/Makefile  2008-02-18 05:00:10 UTC (rev 96026)
@@ -13,37 +13,39 @@
 
 # List of test subdirs that should pass 100%
 centum_tests := \
-       class/corlib \
-       class/System \
-       class/System.XML        \
-       class/Commons.Xml.Relaxng \
-       class/Cscompmgd \
-       class/Microsoft.JScript \
-       class/Mono.Posix \
-       class/Mono.Security \
-       class/System.Messaging \
-       class/System.Runtime.Remoting \
-       class/System.Runtime.Serialization.Formatters.Soap \
-       class/System.Security \
-       class/System.ServiceProcess \
-       class/System.Web.Services \
-       tests \
+       class/corlib                                            \
+       class/System                                            \
+       class/System.XML                                        \
+       class/Commons.Xml.Relaxng                               \
+       class/Cscompmgd                                         \
+       class/Microsoft.JScript                                 \
+       class/Mono.Posix                                        \
+       class/Mono.Security                                     \
+       class/System.Messaging                                  \
+       class/System.Runtime.Remoting                           \
+       class/System.Runtime.Serialization.Formatters.Soap      \
+       class/System.Security                                   \
+       class/System.ServiceProcess                             \
+       class/System.Web.Services                               \
+       tests                                                   \
        errors
 
-default_centum_tests :=                \
+default_centum_tests := \
        $(centum_tests)         \
        class/System.Data
 
 net_2_0_centum_tests := \
-       $(centum_tests)         \
+       $(centum_tests)                         \
        class/System.Core                       \
-       class/System.Configuration      \
-       class/Microsoft.Build.Framework \
-       class/Microsoft.Build.Utilities \
+       class/System.Configuration              \
+       class/System.Xml.Linq                   \
+       class/Microsoft.Build.Framework         \
+       class/Microsoft.Build.Utilities         \
        class/Microsoft.Build.Engine
 #class/Microsoft.Build.Tasks   
 #class/Mono.C5
 
+# note that System.Xml.Linq is here to prevent this from being empty
 net_3_5_centum_tests := \
        class/System.Xml.Linq
 #class/System.Web.Extensions           

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to