From: Owen R. <exo...@us...> - 2005-04-14 17:33:46
|
Update of /cvsroot/netreflector/NetReflector/src/NetReflector.Test/Util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17396/src/NetReflector.Test/Util Modified Files: ReflectorMemberTest.cs Log Message: improve exception message when failing to set value on member Index: ReflectorMemberTest.cs =================================================================== RCS file: /cvsroot/netreflector/NetReflector/src/NetReflector.Test/Util/ReflectorMemberTest.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ReflectorMemberTest.cs 22 Oct 2004 12:45:33 -0000 1.4 --- ReflectorMemberTest.cs 14 Apr 2005 17:33:20 -0000 1.5 *************** *** 59,63 **** } ! [Test, ExpectedException(typeof(ArgumentException))] public void SettingValueThrowsException() { --- 59,63 ---- } ! [Test, ExpectedException(typeof(NetReflectorException))] public void SettingValueThrowsException() { |