From 0cab76fc58463322c51f2eca0d78c8216d805643 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Sat, 6 Feb 2016 12:58:33 +0100 Subject: [PATCH] test case for layouting --- Crow.csproj | 2 +- Crow.userprefs | 20 ++++++++++++-------- Templates/CheckBox.goml | 5 +++-- Tests/GOLIBTests.cs | 4 ++-- Tests/Interfaces/0.crow | 27 ++++++++++++++++++++------- Tests/Interfaces/TmpExpandable.goml | 12 ++++++++++++ Tests/Interfaces/testWindow.goml | 1 + Tests/Tests.csproj | 1 + 8 files changed, 52 insertions(+), 20 deletions(-) create mode 100755 Tests/Interfaces/TmpExpandable.goml diff --git a/Crow.csproj b/Crow.csproj index 851f75e1..3b142f75 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -46,7 +46,7 @@ bin\Debug - TRACE;DEBUG;__linux__;MEASURE_TIME;DEBUG_LOAD_TIME0;DEBUG_LAYOUTING;DEBUG_BINDING0;DEBUG_CLIP_RECTANGLE0 + DEBUG_LAYOUTING0;TRACE;DEBUG;__linux__;MEASURE_TIME;DEBUG_LOAD_TIME0;DEBUG_BINDING0;DEBUG_CLIP_RECTANGLE0 - + + \ No newline at end of file diff --git a/Tests/GOLIBTests.cs b/Tests/GOLIBTests.cs index 85d7d1db..31761743 100644 --- a/Tests/GOLIBTests.cs +++ b/Tests/GOLIBTests.cs @@ -37,6 +37,8 @@ namespace test int frameCpt = 0; int idx = 0; string[] testFiles = { + "0.crow", + "testExpandable.goml", "5.crow", "testSpinner.goml", "testScrollbar.goml", @@ -49,7 +51,6 @@ namespace test "testBorder.goml", // "testButton2.crow", "test2WayBinding.crow", - "0.crow", "fps.goml", "testTextBox.crow", "testImage.crow", @@ -60,7 +61,6 @@ namespace test // "testCombobox.goml", "testWindow3.goml", "testWindow.goml", - "testExpandable.goml", "testCheckbox.goml", "testPopper.goml", "testLabel.goml", diff --git a/Tests/Interfaces/0.crow b/Tests/Interfaces/0.crow index aa72d58a..3fbc5e5f 100755 --- a/Tests/Interfaces/0.crow +++ b/Tests/Interfaces/0.crow @@ -1,8 +1,21 @@  - - - \ No newline at end of file + + + + + + + + + + + + + \ No newline at end of file diff --git a/Tests/Interfaces/TmpExpandable.goml b/Tests/Interfaces/TmpExpandable.goml new file mode 100755 index 00000000..ee0884ff --- /dev/null +++ b/Tests/Interfaces/TmpExpandable.goml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/Tests/Interfaces/testWindow.goml b/Tests/Interfaces/testWindow.goml index 9824bf40..5a1e7a97 100755 --- a/Tests/Interfaces/testWindow.goml +++ b/Tests/Interfaces/testWindow.goml @@ -8,6 +8,7 @@ + PreserveNewest + -- 2.47.3