@@ -331,28 +331,28 @@ void ConfigTest::testSchemaDirectory()
331331 " Path = ../schemas\n "
332332 " }\n "
333333 " }\n " );
334-
334+
335335 mConfig ->loadConfig (schemas);
336336 string path = XmlPrinter::getStreamsUrn (" m" );
337337 CPPUNIT_ASSERT_EQUAL ((string) " urn:mtconnect.org:MTConnectStreams:1.3" , path);
338338 string location = XmlPrinter::getStreamsLocation (" m" );
339- CPPUNIT_ASSERT_EQUAL ((string) " /schemas/MTConnectStreams_1.2 .xsd" , location);
339+ CPPUNIT_ASSERT_EQUAL ((string) " /schemas/MTConnectStreams_1.3 .xsd" , location);
340340
341341 path = XmlPrinter::getDevicesUrn (" m" );
342342 CPPUNIT_ASSERT_EQUAL ((string) " urn:mtconnect.org:MTConnectDevices:1.3" , path);
343343 location = XmlPrinter::getDevicesLocation (" m" );
344- CPPUNIT_ASSERT_EQUAL ((string) " /schemas/MTConnectDevices_1.2 .xsd" , location);
344+ CPPUNIT_ASSERT_EQUAL ((string) " /schemas/MTConnectDevices_1.3 .xsd" , location);
345345
346346 path = XmlPrinter::getAssetsUrn (" m" );
347347 CPPUNIT_ASSERT_EQUAL ((string) " urn:mtconnect.org:MTConnectAssets:1.3" , path);
348348 location = XmlPrinter::getAssetsLocation (" m" );
349- CPPUNIT_ASSERT_EQUAL ((string) " /schemas/MTConnectAssets_1.2 .xsd" , location);
349+ CPPUNIT_ASSERT_EQUAL ((string) " /schemas/MTConnectAssets_1.3 .xsd" , location);
350350
351351 path = XmlPrinter::getErrorUrn (" m" );
352352 CPPUNIT_ASSERT_EQUAL ((string) " urn:mtconnect.org:MTConnectError:1.3" , path);
353353 location = XmlPrinter::getErrorLocation (" m" );
354- CPPUNIT_ASSERT_EQUAL ((string) " /schemas/MTConnectError_1.2 .xsd" , location);
355-
354+ CPPUNIT_ASSERT_EQUAL ((string) " /schemas/MTConnectError_1.3 .xsd" , location);
355+
356356 XmlPrinter::clearDevicesNamespaces ();
357357 XmlPrinter::clearErrorNamespaces ();
358358 XmlPrinter::clearStreamsNamespaces ();
@@ -443,4 +443,4 @@ void ConfigTest::testMaxSize()
443443 fl = mConfig ->getLogger ();
444444 CPPUNIT_ASSERT_EQUAL (15 * 1024 * 1024 * 1024 , fl->getMaxSize ());
445445
446- }
446+ }
0 commit comments