From: Braden M. <br...@us...> - 2006-04-17 07:31:04
|
Update of /cvsroot/openvrml/openvrml/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1784/tests Modified Files: testsuite.at Log Message: Added test to check that we can safely import a component level that's already been imported via the profile. Index: testsuite.at =================================================================== RCS file: /cvsroot/openvrml/openvrml/tests/testsuite.at,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** testsuite.at 12 Apr 2006 20:08:15 -0000 1.14 --- testsuite.at 17 Apr 2006 07:31:00 -0000 1.15 *************** *** 178,181 **** --- 178,190 ---- AT_CLEANUP + AT_SETUP([Core profile world plus Core component level 2]) + AT_DATA([core+core2.x3dv], + [[#X3D V3.0 utf8 + PROFILE Core + COMPONENT Core:2 + ]]) + AT_CHECK([parse-x3dvrml < core+core2.x3dv]) + AT_CLEANUP + AT_SETUP([X3D Core plus VRML97 component]) AT_DATA([x3d+vrml97-component.x3dv], |