In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
[mono.git] / mcs / class / Microsoft.Build.Tasks / Test / Microsoft.Build.Tasks / ChangeLog
index c68758c0d7f005622a48ac1cb96a2b600ccb3495..e2b244d1ce9f1e476eeae9c0857fa88171434071 100644 (file)
@@ -1,3 +1,62 @@
+2009-09-01  Ankit Jain  <jankit@novell.com>
+
+       * TaskBatchingTest.cs: Add new tests for metadata refs found
+       in places other than task attributes.
+
+2009-08-28  Ankit Jain  <jankit@novell.com>
+
+       * CopyTest.cs (TestCopy_EmptySources): New.
+       (TestCopy_EmptyDestFolder): New.
+
+2009-08-26  Ankit Jain  <jankit@novell.com>
+
+       * CreateItemTest.cs (TestVariableExpansion): Update test to
+       use a transform with a item reference in a property.
+
+2009-08-26  Ankit Jain  <jankit@novell.com>
+
+       * CreateItemTest.cs (TestVariableExpansion): New.
+       * CreatePropertyTest.cs (TestExecution2): New.
+
+2009-08-24  Ankit Jain  <jankit@novell.com>
+
+       * CreateCSharpManifestResourceNameTest.cs:
+       * CreateVisualBasicManifestResourceNameTest.cs: Add tests for
+       folder name with spaces in it.
+
+2009-07-23  Ankit Jain  <jankit@novell.com>
+
+       * AssignProjectConfigurationTest.cs: New.
+
+2009-06-08  Ankit Jain  <jankit@novell.com>
+
+       * CreateCSharpManifestResourceNameTest.cs (TestInvalidCulture): New.
+
+2009-06-07  Ankit Jain  <jankit@novell.com>
+
+       * CscTest.cs (TestDefineConstants): Update DefineConstants to include
+       spaces also.
+
+2009-06-07  Ankit Jain  <jankit@novell.com>
+
+       * AssignTargetPathTest.cs: Update tests to not depend on a fixed
+       root (C:\) or cur dir.
+
+2009-05-29  Ankit Jain  <jankit@novell.com>
+
+       * TestMessageLogger.cs: Add counts for project/build start/finish
+       events.
+
+2009-04-27  Ankit Jain  <jankit@novell.com>
+
+       * CreateVisualBasicManifestResourceNameTest.cs: New.
+
+2009-03-03  Ankit Jain  <jankit@novell.com>
+
+       * CscTest.cs (DefineConstants): Add some extra semi-colons,
+       that should get removed on output.
+       (DefineConstants2): New. Test effectively empty define constants.
+
 2009-02-25  Ankit Jain  <jankit@novell.com>
 
        * CreateCSharpManifestResourceNameTest.cs (CheckResourceNames):