Hi,

release notes for 2.10.3 [
http://www.mono-project.com/Release_Notes_Mono_2.10.3 ] says:

>> Fixed #693996 UriTemplate doesn't support named wildcards

However, the behavior of 2.10.8 is different than it is in .net.

See https://gist.github.com/3488351

These tests are green in .NET, but under the mono I get:

Test(s) failed.   Expected string length 3 but was 7. Strings differ at index 0.
  Expected: "123"
  But was:  "a/b/123"
  -----------^

  at NUnit.Framework.Assert.That (System.Object actual,
IResolveConstraint expression, System.String message, System.Object[]
args) [0x00000] in <filename unknown>:0
  at NUnit.Framework.Assert.AreEqual (System.Object expected,
System.Object actual) [0x00000] in <filename unknown>:0

Test(s) failed.   Expected string length 7 but was 11. Strings differ
at index 0.
  Expected: "123/456"
  But was:  "a/b/123/456"
  -----------^

  at NUnit.Framework.Assert.That (System.Object actual,
IResolveConstraint expression, System.String message, System.Object[]
args) [0x00000] in <filename unknown>:0
  at NUnit.Framework.Assert.AreEqual (System.Object expected,
System.Object actual) [0x00000] in <filename unknown>:0

Thank you

-- 
Yuriy Solodkyy
([email protected])
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to