From 3aba832ca7c6f9da0e9be8f5060013a2bbc6d345 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Wed, 16 Sep 2015 18:48:24 +0200 Subject: [PATCH] clean tests --- GOLib.csproj | 5 +++++ GOLib.sln | 22 ++++----------------- MonoDevelop.GOLib/MonoDevelop.GOLib.csproj | 1 + Templates/Listbox.goml | 2 +- Tests/GOLIBTest_Listbox.cs | 2 +- Tests/GOLIBTests.cs | 23 ++++++---------------- Tests/Interfaces/fps.goml | 9 +++------ Tests/Interfaces/testBorder.goml | 8 ++------ Tests/Interfaces/testPopper.goml | 2 +- Tests/Tests.csproj | 2 +- 10 files changed, 25 insertions(+), 51 deletions(-) diff --git a/GOLib.csproj b/GOLib.csproj index dc6912a6..e2e9dfa5 100644 --- a/GOLib.csproj +++ b/GOLib.csproj @@ -23,6 +23,7 @@ 2.0 v4.5 AnyCPU + 0.2 true @@ -40,6 +41,10 @@ __linux__ + bin\Release + + + bin\Debug - + diff --git a/Tests/GOLIBTest_Listbox.cs b/Tests/GOLIBTest_Listbox.cs index 607b2f05..0189e3f6 100644 --- a/Tests/GOLIBTest_Listbox.cs +++ b/Tests/GOLIBTest_Listbox.cs @@ -76,7 +76,7 @@ namespace test { base.OnLoad (e); - TestList = Directory.GetFileSystemEntries("/mnt/data/MagicCardDataBase/", "*.txt",SearchOption.AllDirectories).ToList(); + TestList = Directory.GetFileSystemEntries("/mnt/data/MagicCardDataBase/a/", "*.txt",SearchOption.AllDirectories).ToList(); LoadInterface("Interfaces/test_Listbox.goml"); // TestList [1].Field = "test string"; diff --git a/Tests/GOLIBTests.cs b/Tests/GOLIBTests.cs index a9014d3f..14c6c1a1 100644 --- a/Tests/GOLIBTests.cs +++ b/Tests/GOLIBTests.cs @@ -25,38 +25,27 @@ namespace test #endregion public GOLIBTests () - : base(800, 600,"test") + : base(600, 400,"test: press spacebar to toogle test files") {} int frameCpt = 0; int idx = 0; string[] testFiles = { - "testGroupBox.goml", "testBorder.goml", - "testCheckbox.goml", - "testWindow.goml", - "test0.goml", - "test1.goml", - "test1.1.goml", - "test1.2.goml", - "testLabel.goml", "testContainer.goml", + "testLabel.goml", + "testCheckbox.goml", "testRadioButton.goml", "testSpinner.goml", "testPopper.goml", "testExpandable.goml", + "testGroupBox.goml", + "test_stack.goml", + "testWindow.goml", "testMsgBox.goml", "testGrid.goml", "fps.goml", "testMeter.goml", - "test6.goml", - "testHStack.goml", - "test2.goml", - "test_stack.goml", - "testScrollbar.goml", - "test3.goml", - "test4.1.goml", - "test7.goml", }; #region FPS diff --git a/Tests/Interfaces/fps.goml b/Tests/Interfaces/fps.goml index edc63e70..baa85b63 100755 --- a/Tests/Interfaces/fps.goml +++ b/Tests/Interfaces/fps.goml @@ -1,25 +1,22 @@  - - + - + - + - \ No newline at end of file diff --git a/Tests/Interfaces/testBorder.goml b/Tests/Interfaces/testBorder.goml index 8a6627b6..90863352 100755 --- a/Tests/Interfaces/testBorder.goml +++ b/Tests/Interfaces/testBorder.goml @@ -1,8 +1,4 @@  - - - - + + - - diff --git a/Tests/Interfaces/testPopper.goml b/Tests/Interfaces/testPopper.goml index 114f471a..4c6ba76b 100755 --- a/Tests/Interfaces/testPopper.goml +++ b/Tests/Interfaces/testPopper.goml @@ -2,7 +2,7 @@ - + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 6e504bad..06eba842 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -8,7 +8,7 @@ Exe Tests Tests - test.GOLIBTest_TypeViewer + test.GOLIBTests v4.5 ..\bin\$(configuration) obj\$(configuration) -- 2.47.3