I was trying to use
MailData md2 = new MailData();
SerialAssert.TwoWaySerialization(md);
I get the error on mbunit 2.4.197 (most recent release)
TestCase 'MailDataTests.SerializeTest([EMAIL PROTECTED])' failed:
Illegal characters in path.
System.ArgumentException
Message: Illegal characters in path.
Source: mscorlib
StackTrace:
at System.IO.Path.CheckInvalidPathChars(String path)
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Path.GetFullPath(String path)
at System.Xml.XmlResolver.ResolveUri(Uri baseUri, String relativeUri)
at System.Xml.XmlUrlResolver.ResolveUri(Uri baseUri, String
relativeUri)
at System.Xml.XmlTextReaderImpl..ctor(String url, XmlNameTable nt)
at System.Xml.XmlTextReader..ctor(String url)
at MbUnit.Framework.SerialAssert.TwoWaySerialization(Object o)
I get the same error no matter what class i stick there (including
string)
I looked for examples but couldn't find any. Idea what I must do to
get it working?
Thank
-john
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---