From: jpbruyere Date: Tue, 16 Aug 2016 14:40:34 +0000 (+0200) Subject: clean test files X-Git-Tag: v0.4~5 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=71349cb4a31cedd1cf3553dfdc5d888b8f26d703;p=jp%2Fcrow.git clean test files --- diff --git a/.gitignore b/.gitignore index a34076d6..477bac00 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ Win_x86 Crow.userprefs Debug packages +*.nupkg /GOLib.suo /tmp /bin/* diff --git a/Tests/BasicTests.cs b/Tests/BasicTests.cs index 1114cdf3..9717c230 100644 --- a/Tests/BasicTests.cs +++ b/Tests/BasicTests.cs @@ -94,17 +94,15 @@ namespace Tests this.KeyDown += KeyboardKeyDown1; - //testFiles = new string [] { @"Interfaces/Divers/welcome.crow" }; - testFiles = Directory.GetFiles (@"Interfaces/basicTests", "*.crow"); - testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Container", "*.crow")).ToArray (); + testFiles = new string [] { @"Interfaces/Divers/welcome.crow" }; testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/GraphicObject", "*.crow")).ToArray (); + testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Container", "*.crow")).ToArray (); testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Group", "*.crow")).ToArray (); testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Stack", "*.crow")).ToArray (); testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Wrapper", "*.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 (); - testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/Unsorted", "*.crow")).ToArray (); this.Title = testFiles [idx] + ". Press to switch example."; CrowInterface.LoadInterface(testFiles[idx]).DataSource = this; diff --git a/Tests/Interfaces/Divers/0.crow b/Tests/Interfaces/Divers/0.crow new file mode 100755 index 00000000..8df18346 --- /dev/null +++ b/Tests/Interfaces/Divers/0.crow @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Tests/Interfaces/Divers/imlEditor.crow b/Tests/Interfaces/Divers/imlEditor.crow deleted file mode 100644 index 17e711a5..00000000 --- a/Tests/Interfaces/Divers/imlEditor.crow +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/Tests/Interfaces/Divers/test0.crow b/Tests/Interfaces/Divers/test0.crow deleted file mode 100755 index e7c8425a..00000000 --- a/Tests/Interfaces/Divers/test0.crow +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - diff --git a/Tests/Interfaces/Divers/test2.crow b/Tests/Interfaces/Divers/test2.crow deleted file mode 100755 index 6ff77d1b..00000000 --- a/Tests/Interfaces/Divers/test2.crow +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/Tests/Interfaces/Divers/test2WayBinding.crow b/Tests/Interfaces/Divers/test2WayBinding.crow deleted file mode 100755 index f4f03be7..00000000 --- a/Tests/Interfaces/Divers/test2WayBinding.crow +++ /dev/null @@ -1,13 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Tests/Interfaces/Divers/test3.crow b/Tests/Interfaces/Divers/test3.crow deleted file mode 100755 index bfcfa508..00000000 --- a/Tests/Interfaces/Divers/test3.crow +++ /dev/null @@ -1,9 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Tests/Interfaces/Divers/test5.crow b/Tests/Interfaces/Divers/test5.crow deleted file mode 100755 index 1d2d0689..00000000 --- a/Tests/Interfaces/Divers/test5.crow +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/Tests/Interfaces/Divers/test7.crow b/Tests/Interfaces/Divers/test7.crow deleted file mode 100755 index bbf2de83..00000000 --- a/Tests/Interfaces/Divers/test7.crow +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Tests/Interfaces/Divers/testAll.crow b/Tests/Interfaces/Divers/testAll.crow deleted file mode 100755 index 6f5be081..00000000 --- a/Tests/Interfaces/Divers/testAll.crow +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Tests/Interfaces/Divers/testBorder.crow b/Tests/Interfaces/Divers/testBorder.crow deleted file mode 100755 index 40ba7cf1..00000000 --- a/Tests/Interfaces/Divers/testBorder.crow +++ /dev/null @@ -1,5 +0,0 @@ - - - - diff --git a/Tests/Interfaces/Divers/testContainer.crow b/Tests/Interfaces/Divers/testContainer.crow deleted file mode 100755 index 8c0fed76..00000000 --- a/Tests/Interfaces/Divers/testContainer.crow +++ /dev/null @@ -1,6 +0,0 @@ - - - - - diff --git a/Tests/Interfaces/Divers/testGrid.crow b/Tests/Interfaces/Divers/testGrid.crow deleted file mode 100755 index 0342f9a2..00000000 --- a/Tests/Interfaces/Divers/testGrid.crow +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/Tests/Interfaces/Divers/testHStack.crow b/Tests/Interfaces/Divers/testHStack.crow deleted file mode 100755 index 5de0fecb..00000000 --- a/Tests/Interfaces/Divers/testHStack.crow +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - diff --git a/Tests/Interfaces/Divers/testImage.crow b/Tests/Interfaces/Divers/testImage.crow new file mode 100755 index 00000000..cfa0f113 --- /dev/null +++ b/Tests/Interfaces/Divers/testImage.crow @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Tests/Interfaces/Divers/testItemTemplateTag.crow b/Tests/Interfaces/Divers/testItemTemplateTag.crow new file mode 100755 index 00000000..e05c2d1e --- /dev/null +++ b/Tests/Interfaces/Divers/testItemTemplateTag.crow @@ -0,0 +1,40 @@ + + + + + + + + + + + + +