From: Oleg T. <he...@us...> - 2004-11-07 16:46:39
|
Update of /cvsroot/mvp-xml/XInclude/v1/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32642/v1/test Modified Files: Elliotte_Rusty_HaroldTests.cs Log Message: Documenation stuff. Index: Elliotte_Rusty_HaroldTests.cs =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/Elliotte_Rusty_HaroldTests.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Elliotte_Rusty_HaroldTests.cs 3 Nov 2004 12:55:42 -0000 1.8 +++ Elliotte_Rusty_HaroldTests.cs 7 Nov 2004 16:46:25 -0000 1.9 @@ -225,7 +225,7 @@ /// accept attribute contains carriage-return/linefeed pair /// </summary> [Test] - [ExpectedException(typeof(InvalidAcceptHTTPHeaderValue))] + [ExpectedException(typeof(InvalidAcceptHTTPHeaderValueError))] public void harold_16() { RunAndCompare("badaccept1.xml", ""); @@ -237,7 +237,7 @@ /// accept attribute contains Latin-1 character (non-breaking space) /// </summary> [Test] - [ExpectedException(typeof(InvalidAcceptHTTPHeaderValue))] + [ExpectedException(typeof(InvalidAcceptHTTPHeaderValueError))] public void harold_17() { RunAndCompare("badaccept2.xml", ""); |