[mapguide-commits] r9781 - sandbox/jng/vanilla_swig/UnitTest/TestData/ResourceService
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Sat Nov 14 01:34:38 PST 2020
Author: jng
Date: 2020-11-14 01:34:38 -0800 (Sat, 14 Nov 2020)
New Revision: 9781
Modified:
sandbox/jng/vanilla_swig/UnitTest/TestData/ResourceService/ResourceServiceTest.dump
Log:
Fix 2 more test failures in .net test runner. This is due to package tests with bad input failing on the wrong exception type (we replaced the package loading code from DWF Toolkit to minizip, which changed what exception was thrown for bad/invalid zip files)
Modified: sandbox/jng/vanilla_swig/UnitTest/TestData/ResourceService/ResourceServiceTest.dump
===================================================================
--- sandbox/jng/vanilla_swig/UnitTest/TestData/ResourceService/ResourceServiceTest.dump 2020-11-14 09:26:33 UTC (rev 9780)
+++ sandbox/jng/vanilla_swig/UnitTest/TestData/ResourceService/ResourceServiceTest.dump 2020-11-14 09:34:38 UTC (rev 9781)
@@ -1008,8 +1008,8 @@
INSERT INTO "ApiTestResults" VALUES('InheritPermissionsFrom using folder resource',17007,'','');
INSERT INTO "ApiTestResults" VALUES('InheritPermissionsFrom using root resource',17008,'','');
INSERT INTO "ApiTestResults" VALUES('',18002,'text/plain','mgfileioexception');
-INSERT INTO "ApiTestResults" VALUES('',18003,'text/plain','mgdwfexception');
-INSERT INTO "ApiTestResults" VALUES('',18004,'text/plain',X'6D67647766657863657074696F6E');
+INSERT INTO "ApiTestResults" VALUES('',18003,'text/plain','mginvaliddwfpackageexception');
+INSERT INTO "ApiTestResults" VALUES('',18004,'text/plain','mginvaliddwfpackageexception');
INSERT INTO "ApiTestResults" VALUES('',18001,'','');
INSERT INTO "ApiTestResults" VALUES('',18005,'','');
INSERT INTO "ApiTestResults" VALUES('',19000,'','');
More information about the mapguide-commits
mailing list