X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FWindowsBase%2FTest%2FSystem.Windows%2FVectorValueSerializerTest.cs;h=3b79a996741f19dac1f34722991ef2740898fb0e;hb=8d17a32927dbc31206b15e4e022f02c54d88ee4f;hp=80446687205fcadf35acf0cbfd67c3afc48c698e;hpb=8efc784bd99a6bc2519afedd5eef985b2dab0eb7;p=mono.git diff --git a/mcs/class/WindowsBase/Test/System.Windows/VectorValueSerializerTest.cs b/mcs/class/WindowsBase/Test/System.Windows/VectorValueSerializerTest.cs index 80446687205..3b79a996741 100644 --- a/mcs/class/WindowsBase/Test/System.Windows/VectorValueSerializerTest.cs +++ b/mcs/class/WindowsBase/Test/System.Windows/VectorValueSerializerTest.cs @@ -50,7 +50,7 @@ namespace MonoTests.System.Windows { } [Test] - [ExpectedException (typeof (ArgumentNullException))] + [ExpectedException (typeof (NotSupportedException))] public void ConvertFromStringShouldThrowExceptionWhenStringIsNull () { var serializer = new VectorValueSerializer ();