From: Oleg T. <he...@us...> - 2004-11-14 20:44:25
|
Update of /cvsroot/mvp-xml/XInclude/v1/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24886/v1/test Modified Files: NistTests.cs Log Message: Index: NistTests.cs =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/NistTests.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- NistTests.cs 3 Nov 2004 12:55:46 -0000 1.7 +++ NistTests.cs 14 Nov 2004 20:44:14 -0000 1.8 @@ -309,7 +309,7 @@ /// Test should fail because is including only a processing instruction. /// </summary> [Test] - [ExpectedException(typeof(Exception))] + [ExpectedException(typeof(MalformedXInclusionResultError))] public void Nist_include_24() { RunAndCompare("nist-include-24.xml", ""); @@ -322,7 +322,7 @@ /// Test should fail because is including only a comment. /// </summary> [Test] - [ExpectedException(typeof(Exception))] + [ExpectedException(typeof(MalformedXInclusionResultError))] public void Nist_include_25() { RunAndCompare("nist-include-25.xml", ""); |