From 58ca25a123f4cf8ac959d9ad372494b0c40a41bb Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Sun, 31 Jul 2016 12:08:15 +0200 Subject: [PATCH] update basic tests --- Tests/BasicTests.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.47.3