Explorar el Código

Testing IO test

Martin Edlund hace 5 años
padre
commit
223b22280f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      SketchAssistant/WhiteTests/UITest.cs

+ 2 - 2
SketchAssistant/WhiteTests/UITest.cs

@@ -628,7 +628,7 @@ namespace WhiteTests
         /// parses all whitelisted files and ensures no exceptions are thrown (parsing abortion, e.g. due to corrupted input files, are realized by throwing a FileImporterException)
         /// </summary>
         [TestMethod]
-        [TestCategory("FileIO")]
+        [TestCategory("bla")]
         public void ParseSVGInputNoErrorForWhitelistedFilesTest()
         {
             FileImporter uut = new FileImporter();
@@ -656,7 +656,7 @@ namespace WhiteTests
         /// parses all blacklisted files and ensures an instance of FileIporterException is thrown for each file, but no other exceptions occur
         /// </summary>
         [TestMethod]
-        [TestCategory("FileIO")]
+        [TestCategory("bla")]
         public void ParseSVGInputNoErrorForBlacklistedFilesTest()
         {
             FileImporter uut = new FileImporter();