Re: [Mono-dev] Are these bugs/features going to be fixed/released in the next builds?

2008-09-16 Thread marcos b
>>> >>> >>> >>> >>> Daniel Morgan-3 wrote: >>>> When you say test does not succeed, how so? >>>> >>>> Exceptions thrown? >>>> DataSet is not populated with a table? >>>> >>>> >&g

Re: [Mono-dev] Are these bugs/features going to be fixed/released in the next builds?

2008-09-12 Thread marcos b
, how so? >>> >>> Exceptions thrown? >>> DataSet is not populated with a table? >>> >>> >>> --- On Wed, 9/10/08, marcos b <[EMAIL PROTECTED]> wrote: >>> >>>> From: marcos b <[EMAIL PROTECTED]> >>>>

Re: [Mono-dev] Are these bugs/features going to be fixed/released in the next builds?

2008-09-10 Thread Robert Jordan
t; When you say test does not succeed, how so? >> >> Exceptions thrown? >> DataSet is not populated with a table? >> >> >> --- On Wed, 9/10/08, marcos b <[EMAIL PROTECTED]> wrote: >> >>> From: marcos b <[EMAIL PROTECTED]> >>> S

Re: [Mono-dev] Are these bugs/features going to be fixed/released in the next builds?

2008-09-10 Thread marcos b
: > > When you say test does not succeed, how so? > > Exceptions thrown? > DataSet is not populated with a table? > > > --- On Wed, 9/10/08, marcos b <[EMAIL PROTECTED]> wrote: > >> From: marcos b <[EMAIL PROTECTED]> >> Subject: [Mono-dev] Are these

Re: [Mono-dev] Are these bugs/features going to be fixed/released in the next builds?

2008-09-10 Thread Daniel Morgan
When you say test does not succeed, how so? Exceptions thrown? DataSet is not populated with a table? --- On Wed, 9/10/08, marcos b <[EMAIL PROTECTED]> wrote: > From: marcos b <[EMAIL PROTECTED]> > Subject: [Mono-dev] Are these bugs/features going to be fixed/released in

[Mono-dev] Are these bugs/features going to be fixed/released in the next builds?

2008-09-10 Thread marcos b
All of these tests succeed in Microsoft .net runtime, but none does using mono. [Test] public void TypedDataSetsWithBinaryRemotingFormat() { DataSet1 ds = new DataSet1(); ds.RemotingFormat = SerializationFormat.Binary; BinaryFormatter