From: jpbruyere Date: Sun, 31 Jul 2016 10:08:15 +0000 (+0200) Subject: update basic tests X-Git-Tag: v0.4~24^2 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=58ca25a123f4cf8ac959d9ad372494b0c40a41bb;p=jp%2Fcrow.git update basic tests --- diff --git a/Tests/BasicTests.cs b/Tests/BasicTests.cs index b081b00c..1382d739 100644 --- a/Tests/BasicTests.cs +++ b/Tests/BasicTests.cs @@ -78,9 +78,7 @@ namespace Tests KeyboardKeyDown += GOLIBTests_KeyboardKeyDown1; - testFiles = new string [] { @"Interfaces/Divers/5.crow" }; - //testFiles = new string [] { @"Interfaces/Divers/welcome.crow" }; - testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Divers", "*.crow")).ToArray (); + testFiles = new string [] { @"Interfaces/Divers/welcome.crow" }; testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/GraphicObject", "*.crow")).ToArray (); //testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/basicTests", "*.crow")).ToArray (); testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Container", "*.crow")).ToArray (); @@ -88,6 +86,7 @@ namespace Tests testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Stack", "*.crow")).ToArray (); testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Splitter", "*.crow")).ToArray (); testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Expandable", "*.crow")).ToArray (); + testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Divers", "*.crow")).ToArray (); this.Title = testFiles [idx] + ". Press key to switch example."; CrowInterface.LoadInterface(testFiles[idx]).DataSource = this;