From dc0acd6d76b0ee36dd0bbefee992281b8302c316 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Fri, 5 Feb 2016 00:01:10 +0100 Subject: [PATCH] tests --- Tests/GOLIBTests.cs | 1 + Tests/Interfaces/4.crow | 371 ++++++++++++++++++++++++++++++++++++++++ Tests/Tests.csproj | 3 + 3 files changed, 375 insertions(+) create mode 100755 Tests/Interfaces/4.crow diff --git a/Tests/GOLIBTests.cs b/Tests/GOLIBTests.cs index 2dd11f32..026ce11d 100644 --- a/Tests/GOLIBTests.cs +++ b/Tests/GOLIBTests.cs @@ -37,6 +37,7 @@ namespace test int frameCpt = 0; int idx = 0; string[] testFiles = { + "4.crow", "testColorList.crow", "testGroupBox.goml", "testGrid.goml", diff --git a/Tests/Interfaces/4.crow b/Tests/Interfaces/4.crow new file mode 100755 index 00000000..833e2bce --- /dev/null +++ b/Tests/Interfaces/4.crow @@ -0,0 +1,371 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 612792d0..3403568e 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -215,6 +215,9 @@ PreserveNewest + + PreserveNewest + -- 2.47.3