From: Oleg T. <he...@us...> - 2004-11-01 08:12:18
|
Update of /cvsroot/mvp-xml/XInclude/v1/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29068/v1/test Modified Files: EntryPoint.cs Log Message: Adjusting test suite. Index: EntryPoint.cs =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/EntryPoint.cs,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- EntryPoint.cs 1 Nov 2004 05:44:44 -0000 1.11 +++ EntryPoint.cs 1 Nov 2004 08:12:03 -0000 1.12 @@ -11,13 +11,13 @@ { //XIncludeReaderTests rt = new XIncludeReaderTests(); //LTG_Edinburgh_UnivTests rt = new LTG_Edinburgh_UnivTests(); - //NistTests rt = new NistTests(); - Elliotte_Rusty_HaroldTests rt = new Elliotte_Rusty_HaroldTests(); + NISTTests rt = new NISTTests(); + //Elliotte_Rusty_HaroldTests rt = new Elliotte_Rusty_HaroldTests(); //FourThoughtTests rt = new FourThoughtTests(); //XIncludeSyntaxTests rt = new XIncludeSyntaxTests(); try { - rt.harold_21(); + rt.Nist_include_24(); } catch (Exception e) { |