1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
|
2009-02-13 Michael Hutchinson <mhutchinson@novell.com>
* generated-console-project/TestSolution.mds: Remove unnecessary
attribute that was breaking test.
2009-01-27 Lluis Sanchez Gual <lluis@novell.com>
* completion-db-test/CompletionDbTest/Main.cs:
* completion-db-test/Library2/SharedNamespace.cs:
* completion-db-test/CompletionDbTest/Replacements:
* completion-db-test/CompletionDbTest/PartialTest2.cs:
* completion-db-test/CompletionDbTest/PartialTest1.cs:
* completion-db-test/CompletionDbTest/CompletionDbTest.csproj:
* completion-db-test/CompletionDbTest/Replacements/EmptyFile.cs:
* completion-db-test/CompletionDbTest/Replacements/PartialTest2.cs:
* completion-db-test/CompletionDbTest/Replacements/GenericRewrite.cs:
Added replacement files, to be used to simulate changes in files.
2009-01-27 Lluis Sanchez Gual <lluis@novell.com>
* completion-db-test/CompletionDbTest/Main.cs: Updated tests.
2009-01-20 Lluis Sanchez Gual <lluis@novell.com>
* completion-db-test/CompletionDbTest/GenericRewrite.cs:
* completion-db-test/CompletionDbTest/CompletionDbTest.csproj: Added new
test.
2009-01-15 Michael Hutchinson <mhutchinson@novell.com>
* vs-local-copy/solution-folder:
* vs-local-copy/solution-folder/quux.txt:
* vs-local-copy/solution-folder/app.config:
* vs-local-copy/VSLocalCopyTest/VSLocalCopyTest.csproj: Test local-copy
of external files. Patch from Sam Chuparkoff.
2009-01-12 Michael Hutchinson <mhutchinson@novell.com>
* vs-local-copy/ClassLibrary1/foo:
* vs-local-copy/VSLocalCopyTest/folder:
* vs-local-copy/ClassLibrary1/foo/bar.txt:
* vs-local-copy/VSLocalCopyTest/folder/baz.txt:
* vs-local-copy/ClassLibrary1/ClassLibrary1.csproj:
* vs-local-copy/VSLocalCopyTest/VSLocalCopyTest.csproj: Update
local-copy test to make sure paths are included. Covers "Bug 459311 -
Copying files to output directory in MonoDevelop".
2008-12-16 Lluis Sanchez Gual <lluis@novell.com>
* generated-console-project/TestProject.mdp:
* generated-console-project/TestProject.csproj:
* nested-solutions-mdp/console-project/console-project.mdp:
* nested-solutions-mdp/nested-solution1/library1/library1.mdp:
* nested-solutions-mdp/nested-solution1/library2/library2.mdp:
* csharp-console-mdp/csharp-console-mdp/csharp-console-mdp.mdp:
* nested-solutions-mdp/nested-solution2/console-project2/console-project2.mdp:
* nested-solutions-mdp/nested-solution2/nested-solution3/library4/library4.mdp:
* nested-solutions-mdp/nested-solution2/nested-solution3/library3/library3.mdp:
* test-configuration-merging/TestConfigurationMerging/TestConfigurationMerging.csproj:
* test-configuration-merging/TestConfigurationMerging/TestConfigurationMergingSaved.csproj:
Track changes done in the serialization format.
* completion-db-test/Library1/MyClass.cs:
* completion-db-test/Library2/MyClass.cs:
* completion-db-test/CompletionDbTest.sln:
* completion-db-test/Library1/Library1.csproj:
* completion-db-test/Library2/AssemblyInfo.cs:
* completion-db-test/Library1/AssemblyInfo.cs:
* completion-db-test/CompletionDbTest/Main.cs:
* completion-db-test/Library2/Library2.csproj:
* completion-db-test/Library2/SharedNamespace.cs:
* completion-db-test/Library1/SharedNamespace.cs:
* completion-db-test/Library2/GenericSubclassing.cs:
* completion-db-test/Library1/GenericSubclassing.cs:
* completion-db-test/CompletionDbTest/AssemblyInfo.cs:
* completion-db-test/CompletionDbTest/SharedNamespace.cs:
* completion-db-test/CompletionDbTest/CompletionDbTest.csproj: Added new
tests for the code completion database.
2008-10-31 Lluis Sanchez Gual <lluis@novell.com>
* resources-tester/ResourcesTester/Subfolder/FormFile2.Designer.cs: Fix
build of test solution.
2008-10-30 Lluis Sanchez Gual <lluis@novell.com>
* test-build-configs/Lib4/Lib4.mdp:
* test-build-configs/Lib3/Lib3.mdp:
* test-build-configs/Lib2/Lib2.mdp: Fix test solutions.
2008-10-23 Lluis Sanchez Gual <lluis@novell.com>
* test-configuration-merging/TestConfigurationMerging/TestConfigurationMerging.csproj:
Fixed invalid project file.
2008-10-23 Lluis Sanchez Gual <lluis@novell.com>
* test-configuration-merging:
* test-configuration-merging/TestConfigurationMerging:
* test-configuration-merging/TestConfigurationMerging.sln:
* test-configuration-merging/TestConfigurationMerging/Main.cs:
* test-configuration-merging/TestConfigurationMerging/AssemblyInfo.cs:
* test-configuration-merging/TestConfigurationMerging/TestConfigurationMerging.csproj:
* test-configuration-merging/TestConfigurationMerging/TestConfigurationMergingSaved.csproj:
Add new test projects.
2008-10-01 Michael Hutchinson <mhutchinson@novell.com>
* vs-local-copy, vs-local-copy/ClassLibrary5,
vs-local-copy/ClassLibrary5/Properties,
vs-local-copy/ClassLibrary5/Properties/AssemblyInfo.cs,
vs-local-copy/ClassLibrary5/Class5.cs,
vs-local-copy/ClassLibrary5/ClassLibrary5.csproj,
vs-local-copy/VSLocalCopyTest.sln, vs-local-copy/ClassLibrary1,
vs-local-copy/ClassLibrary1/TextFile1.txt,
vs-local-copy/ClassLibrary1/ClassLibrary1.csproj,
vs-local-copy/ClassLibrary1/Class1.cs,
vs-local-copy/ClassLibrary1/Properties,
vs-local-copy/ClassLibrary1/Properties/AssemblyInfo.cs,
vs-local-copy/ClassLibrary2,
vs-local-copy/ClassLibrary2/TextFile2.txt,
vs-local-copy/ClassLibrary2/Class2.cs,
vs-local-copy/ClassLibrary2/ClassLibrary2.csproj,
vs-local-copy/ClassLibrary2/Properties,
vs-local-copy/ClassLibrary2/Properties/AssemblyInfo.cs,
vs-local-copy/ClassLibrary3,
vs-local-copy/ClassLibrary3/Properties,
vs-local-copy/ClassLibrary3/Properties/AssemblyInfo.cs,
vs-local-copy/ClassLibrary3/Class3.cs,
vs-local-copy/ClassLibrary3/ClassLibrary3.csproj,
vs-local-copy/ClassLibrary4,
vs-local-copy/ClassLibrary4/Properties,
vs-local-copy/ClassLibrary4/Properties/AssemblyInfo.cs,
vs-local-copy/ClassLibrary4/ClassLibrary4.csproj,
vs-local-copy/ClassLibrary4/Class4.cs,
vs-local-copy/VSLocalCopyTest,
vs-local-copy/VSLocalCopyTest/Program.cs,
vs-local-copy/VSLocalCopyTest/Properties,
vs-local-copy/VSLocalCopyTest/Properties/AssemblyInfo.cs,
vs-local-copy/VSLocalCopyTest/VSLocalCopyTest.csproj: Add a test
project for local copy of files and references.
2008-06-04 Lluis Sanchez Gual <lluis@novell.com>
* test-build-configs, test-build-configs/test-build-configs.mds,
test-build-configs/Lib1, test-build-configs/Lib1/MyClass.cs,
test-build-configs/Lib1/AssemblyInfo.cs,
test-build-configs/Lib1/Lib1.mdp, test-build-configs/Lib2,
test-build-configs/Lib2/MyClass.cs,
test-build-configs/Lib2/AssemblyInfo.cs,
test-build-configs/Lib2/Lib2.mdp, test-build-configs/Lib3,
test-build-configs/Lib3/MyClass.cs,
test-build-configs/Lib3/AssemblyInfo.cs,
test-build-configs/Lib3/Lib3.mdp, test-build-configs/Lib4,
test-build-configs/Lib4/MyClass.cs,
test-build-configs/Lib4/AssemblyInfo.cs,
test-build-configs/Lib4/Lib4.mdp: New tests for checking solution
configuration mappings.
2008-06-04 Lluis Sanchez Gual <lluis@novell.com>
* generated-console-project/TestSolution.sln,
console-project/ConsoleProject.sln: Test fixes.
2008-05-23 Lluis Sanchez Gual <lluis@novell.com>
* generated-console-project/TestProject.mdp,
generated-console-project/TestSolution.sln,
console-project/ConsoleProject.sln: Fix tests.
2008-05-21 Lluis Sanchez Gual <lluis@novell.com>
* console-with-libs-mdp/console-with-libs-mdp/console-with-libs-mdp.mdp,
console-with-libs-mdp/console-with-libs-mdp/AssemblyInfo.cs,
console-with-libs-mdp/console-with-libs-mdp/Main.cs,
console-with-libs-mdp/console-with-libs-mdp.mds,
console-with-libs-mdp/library1/MyClass.cs,
console-with-libs-mdp/library1/AssemblyInfo.cs,
console-with-libs-mdp/library2/MyClass.cs,
console-with-libs-mdp/library2/AssemblyInfo.cs,
console-with-libs-mdp/library2/library2.mdp,
generated-console-project/TestProject.csproj,
generated-console-project/TestProject.mdp,
generated-console-project/TestSolution.sln,
generated-console-project/TestSolution.mds,
nunit-assembly-group/nunit-assembly-group.mds,
nunit-assembly-group/nunit-assembly-group.md-nunit,
console-project/ConsoleProject.sln,
console-project/ConsoleProject/ConsoleProject.csproj,
console-project/ConsoleProject/Program.cs,
console-project/ConsoleProject/Properties/AssemblyInfo.cs,
console-project-with-makefile/Makefile.include,
console-project-with-makefile/configure,
console-project-with-makefile/ConsoleProject.sln,
console-project-with-makefile/rules.make,
console-project-with-makefile/ConsoleProject/ConsoleProject.csproj,
console-project-with-makefile/ConsoleProject/Program.cs,
console-project-with-makefile/ConsoleProject/Properties/AssemblyInfo.cs,
console-project-with-makefile/ConsoleProject/Makefile,
console-project-with-makefile/ConsoleProject/consoleproject.in,
console-project-with-makefile/Makefile,
nested-solutions-mdp/nested-solutions-mdp.mds,
nested-solutions-mdp/console-project/AssemblyInfo.cs,
nested-solutions-mdp/console-project/console-project.mdp,
nested-solutions-mdp/console-project/Main.cs,
nested-solutions-mdp/nested-solution1/nested-solution1.mds,
nested-solutions-mdp/nested-solution1/library1/MyClass.cs,
nested-solutions-mdp/nested-solution1/library1/AssemblyInfo.cs,
nested-solutions-mdp/nested-solution1/library1/library1.mdp,
nested-solutions-mdp/nested-solution1/library2/MyClass.cs,
nested-solutions-mdp/nested-solution1/library2/AssemblyInfo.cs,
nested-solutions-mdp/nested-solution1/library2/library2.mdp,
nested-solutions-mdp/nested-solution2/nested-solution3/nested-solution3.mds,
nested-solutions-mdp/nested-solution2/nested-solution3/library3/MyClass.cs,
nested-solutions-mdp/nested-solution2/nested-solution3/library3/AssemblyInfo.cs,
nested-solutions-mdp/nested-solution2/nested-solution3/library3/library3.pidb,
nested-solutions-mdp/nested-solution2/nested-solution3/library3/library3.mdp,
nested-solutions-mdp/nested-solution2/nested-solution3/library4/MyClass.cs,
nested-solutions-mdp/nested-solution2/nested-solution3/library4/AssemblyInfo.cs,
nested-solutions-mdp/nested-solution2/nested-solution3/library4/library4.pidb,
nested-solutions-mdp/nested-solution2/nested-solution3/library4/library4.mdp,
nested-solutions-mdp/nested-solution2/nested-solution2.mds,
nested-solutions-mdp/nested-solution2/console-project2/AssemblyInfo.cs,
nested-solutions-mdp/nested-solution2/console-project2/console-project2.pidb,
nested-solutions-mdp/nested-solution2/console-project2/console-project2.mdp,
nested-solutions-mdp/nested-solution2/console-project2/Main.cs,
resources-tester/ResourcesTester/ResourcesTester.csproj,
resources-tester/ResourcesTester/BitmapCultured.ca.bmp,
resources-tester/ResourcesTester/FormFile.resx,
resources-tester/ResourcesTester/Subfolder/BitmapCultured2.ca.bmp,
resources-tester/ResourcesTester/Subfolder/FormFile2.resx,
resources-tester/ResourcesTester/Subfolder/FormFile2.ca.resx,
resources-tester/ResourcesTester/Subfolder/FormFile2.Designer.cs,
resources-tester/ResourcesTester/Subfolder/FormFile2.cs,
resources-tester/ResourcesTester/Subfolder/Normal2.resx,
resources-tester/ResourcesTester/Subfolder/Cultured2.ca.resx,
resources-tester/ResourcesTester/Subfolder/Bitmap2.bmp,
resources-tester/ResourcesTester/Subfolder/Normal2.Designer.cs,
resources-tester/ResourcesTester/FormFile.ca.resx,
resources-tester/ResourcesTester/FormFile.Designer.cs,
resources-tester/ResourcesTester/FormFile.cs,
resources-tester/ResourcesTester/Normal.resx,
resources-tester/ResourcesTester/Cultured.ca.resx,
resources-tester/ResourcesTester/Bitmap1.bmp,
resources-tester/ResourcesTester/Normal.Designer.cs,
resources-tester/ResourcesTester/Program.cs,
resources-tester/ResourcesTester/Properties/Settings.settings,
resources-tester/ResourcesTester/Properties/AssemblyInfo.cs,
resources-tester/ResourcesTester/Properties/Settings.Designer.cs,
resources-tester/ResourcesTester/Properties/Resources.resx,
resources-tester/ResourcesTester/Properties/Resources.Designer.cs,
resources-tester/ResourcesTester.sln,
csharp-console-mdp/csharp-console-mdp.mds,
csharp-console-mdp/csharp-console-mdp/AssemblyInfo.cs,
csharp-console-mdp/csharp-console-mdp/Main.cs,
csharp-console-mdp/csharp-console-mdp/csharp-console-mdp.mdp: New
unit test infrastructure.
|