Browse Source

Readded all tests ヽ(ー_ー )ノ

Martin Edlund 5 years ago
parent
commit
57db30ac32
1 changed files with 1 additions and 2 deletions
  1. 1 2
      SketchAssistant/WhiteTests/UITest.cs

+ 1 - 2
SketchAssistant/WhiteTests/UITest.cs

@@ -147,7 +147,6 @@ namespace WhiteTests
             mainWindow.Close();
         }
 
-        /*
         [TestMethod]
         [TestCategory("DirectInput")]
         public void PointsOnCanvasSimilarityTest()
@@ -1061,6 +1060,6 @@ namespace WhiteTests
             {
                 throw new NotImplementedException();
             }
-        }*/
+        }
     }
 }