[Mono-devel-list] Re: [Mono-patches] r46615 - trunk/mcs/class/System.Data/Test/System.Data

Eyal Alaluf eyala at mainsoft.com
Tue Jun 28 04:16:16 EDT 2005


Hi, Ben.

Can you send me & Kosta the list of failures you have? I don't recall these
tests below failing and perhaps something does not work well on your side.

Eyal.

On Mon, 27 Jun 2005, Ben Maurer <benm at mono-cvs.ximian.com> wrote:

> Date: Mon, 27 Jun 2005 18:35:04 -0400 (EDT)
> From: "Ben Maurer <benm at mono-cvs.ximian.com>" <benm at mono-cvs.ximian.com>
> To: mono-patches at lists.ximian.com, ximian.monolist at gmail.com
> Subject: [Mono-patches] r46615 -
>     trunk/mcs/class/System.Data/Test/System.Data
>
> Author: benm
> Date: 2005-06-27 18:35:03 -0400 (Mon, 27 Jun 2005)
> New Revision: 46615
>
> Modified:
>    trunk/mcs/class/System.Data/Test/System.Data/DataSetTest2.cs
> Log:
> more stuff that is somehow failing now
>
> Modified: trunk/mcs/class/System.Data/Test/System.Data/DataSetTest2.cs
> ===================================================================
> --- trunk/mcs/class/System.Data/Test/System.Data/DataSetTest2.cs	2005-06-27 22:13:02 UTC (rev 46614)
> +++ trunk/mcs/class/System.Data/Test/System.Data/DataSetTest2.cs	2005-06-27 22:35:03 UTC (rev 46615)
> @@ -669,7 +669,9 @@
>  			Assert.AreEqual("attr2", ds.Tables[0].Columns["attr2"].ColumnName, "DS88");
>  		}
>
> -		[Test] public void InferXmlSchema_inferingTables5()
> +		[Test]
> +		[Category ("NotWorking")]
> +		public void InferXmlSchema_inferingTables5()
>  		{
>  			//Acroding to the msdn documantaion :
>  			//ms-help://MS.MSDNQTR.2003FEB.1033/cpguide/html/cpconinferringtables.htm
> @@ -1848,7 +1850,9 @@
>  			Assert.AreEqual(0, ds2.Tables[1].Rows.Count , "DS296");
>  		}
>
> -		[Test] public void ReadXml_Strg()
> +		[Test]
> +		[Category ("NotWorking")]
> +		public void ReadXml_Strg()
>  		{
>  			string sTempFileName = "tmpDataSet_ReadWriteXml_43894.xml"  ;
>
> @@ -1885,7 +1889,9 @@
>  			System.IO.File.Delete(sTempFileName);
>  		}
>
> -		[Test] public void ReadXml_Strm()
> +		[Test]
> +		[Category ("NotWorking")]
> +		public void ReadXml_Strm()
>  		{
>  			DataSet ds1 = new DataSet();
>  			ds1.Tables.Add(DataProvider.CreateParentDataTable());
> @@ -2119,7 +2125,9 @@
>  			Assert.AreEqual(m_ds.Tables[toTable].Select(toTestSelect)[0]["Stock_Id"], m_ds.Tables[toCompareTable].Select(toCompareSelect)[0]["Stock_Id"], AssertTag);
>  		}
>
> -		[Test] public void ReadXml_Strm5()
> +		[Test]
> +		[Category ("NotWorking")]
> +		public void ReadXml_Strm5()
>  		{
>  			string xmlData;
>  			string name;
> @@ -2371,7 +2379,9 @@
>  			Assert.AreEqual(3, ds.Tables["c"].Rows.Count, "DS338");
>  		}
>
> -		[Test] public void ReadXml_ByTextReader()
> +		[Test]
> +		[Category ("NotWorking")]
> +		public void ReadXml_ByTextReader()
>  		{
>  			DataSet ds1 = new DataSet();
>  			ds1.Tables.Add(DataProvider.CreateParentDataTable());
> @@ -2408,7 +2418,9 @@
>  			sw.Close();
>  		}
>
> -		[Test] public void ReadXml_ByXmlReader()
> +		[Test]
> +		[Category ("NotWorking")]
> +		public void ReadXml_ByXmlReader()
>  		{
>  			DataSet ds1 = new DataSet();
>  			ds1.Tables.Add(DataProvider.CreateParentDataTable());
>
> _______________________________________________
> Mono-patches maillist  -  Mono-patches at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-patches
>




More information about the Mono-devel-list mailing list