]> O.S.I.I.S - jp/crow.git/commitdiff
update basic tests 12/head
authorjpbruyere <jp.bruyere@hotmail.com>
Sun, 31 Jul 2016 10:08:15 +0000 (12:08 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Sun, 31 Jul 2016 10:08:15 +0000 (12:08 +0200)
Tests/BasicTests.cs

index b081b00c61990e8cdbc267618130a3af5646c27e..1382d739dd2a37af67604ad0efdeed2cec48ccee 100644 (file)
@@ -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;