Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@xamarin.com>2015-04-17 18:26:36 +0300
committerLluis Sanchez Gual <lluis@xamarin.com>2015-04-17 18:27:01 +0300
commit0da3a9764dbd2aef4eb9afb10df8e1d0ab70256c (patch)
treef5a7fe7a0c7278618f0ec64ae632e785692112f2
parent03ee450bc5c171e5134b7b0f7aec701edf63db87 (diff)
Add missing test projects
-rw-r--r--main/tests/test-projects/solution-custom-data/custom-data-keep-unknown.sln18
-rw-r--r--main/tests/test-projects/solution-custom-data/custom-data-keep-unknown.sln.saved16
-rw-r--r--main/tests/test-projects/solution-custom-data/custom-data.sln16
-rw-r--r--main/tests/test-projects/solution-custom-data/no-custom-data.sln9
4 files changed, 59 insertions, 0 deletions
diff --git a/main/tests/test-projects/solution-custom-data/custom-data-keep-unknown.sln b/main/tests/test-projects/solution-custom-data/custom-data-keep-unknown.sln
new file mode 100644
index 0000000000..a8520ff654
--- /dev/null
+++ b/main/tests/test-projects/solution-custom-data/custom-data-keep-unknown.sln
@@ -0,0 +1,18 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ EndGlobalSection
+ GlobalSection(TestData) = postSolution
+ prop1 = one
+ propX = x
+ prop2 = two
+ extra = $0
+ $0.foo = bar
+ $0.prop3 = three
+ $0.prop4 = four
+ EndGlobalSection
+EndGlobal
diff --git a/main/tests/test-projects/solution-custom-data/custom-data-keep-unknown.sln.saved b/main/tests/test-projects/solution-custom-data/custom-data-keep-unknown.sln.saved
new file mode 100644
index 0000000000..e397015342
--- /dev/null
+++ b/main/tests/test-projects/solution-custom-data/custom-data-keep-unknown.sln.saved
@@ -0,0 +1,16 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ EndGlobalSection
+ GlobalSection(TestData) = postSolution
+ prop1 = one-mod
+ propX = x
+ extra = $0
+ $0.foo = bar
+ $0.prop3 = three-mod
+ EndGlobalSection
+EndGlobal
diff --git a/main/tests/test-projects/solution-custom-data/custom-data.sln b/main/tests/test-projects/solution-custom-data/custom-data.sln
new file mode 100644
index 0000000000..44ba858bd8
--- /dev/null
+++ b/main/tests/test-projects/solution-custom-data/custom-data.sln
@@ -0,0 +1,16 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ EndGlobalSection
+ GlobalSection(TestData) = postSolution
+ prop1 = one
+ prop2 = two
+ extra = $0
+ $0.prop3 = three
+ $0.prop4 = four
+ EndGlobalSection
+EndGlobal
diff --git a/main/tests/test-projects/solution-custom-data/no-custom-data.sln b/main/tests/test-projects/solution-custom-data/no-custom-data.sln
new file mode 100644
index 0000000000..6972578c73
--- /dev/null
+++ b/main/tests/test-projects/solution-custom-data/no-custom-data.sln
@@ -0,0 +1,9 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ EndGlobalSection
+EndGlobal