Merge remote-tracking branch 'mfoliveira/ppc64el-v2'
[mono.git] / mcs / class / Microsoft.Build.Engine / Test / Microsoft.Build.BuildEngine / ChangeLog
index 2707b46a7dc5ddb564a7957b9cc0cd3dcd0c164d..a35b494d0804ae1aedae739811e0b7bc6f48d868 100644 (file)
@@ -1,3 +1,48 @@
+2010-06-03  Ankit Jain  <jankit@novell.com>
+
+       * EngineTest.cs (TestGetLoadedProject1):
+       Patch by Dale Ragan <dale.ragan@sinesignal.com> .
+
+2010-04-06  Ankit Jain  <jankit@novell.com>
+
+       * Consts.cs (ToolsVersionString): New.
+       (GetTasksAsmPath): New.
+       * EngineTest.cs: Use the direct path to the tasks assembly
+       in the UsingTasks.
+       * ProjectTest.cs: Set ToolsVersion to the current profile.
+
+2010-02-19  Ankit Jain  <jankit@novell.com>
+
+       * ImportTest.cs (TestMissingImport*): Add new tests for missing
+       import projects.
+
+2010-02-11  Ankit Jain  <jankit@novell.com>
+
+       * ImportTest.cs (Add1): Fix test on windows.
+
+2010-01-21     Rodrigo B. de Oliveira <rodrigo@unity3d.com>
+
+       * BuildChooseTest.cs
+       * BuildPropertyTest.cs:
+               test cases for nested Choose elements and different property
+               evaluation scenarios.
+               
+2009-10-08  Ankit Jain  <jankit@novell.com>
+
+       * ProjectTest.cs (TestBatchedMetadataRefInOutput): New.
+
+2009-10-01  Ankit Jain  <jankit@novell.com>
+
+       * ImportTest.cs (TestAdd1): Add tests for multiple imports.
+
+2009-09-29  Ankit Jain  <jankit@novell.com>
+
+       * ProjectTest.cs (TestPropertiesFromImportedProjects): New.
+
+2009-09-26  Ankit Jain  <jankit@novell.com>
+
+       * TargetTest.cs (TestOverridingTargets): New.
+
 2009-09-26  Ankit Jain  <jankit@novell.com>
 
        * ProjectTest.cs (TestInitialTargetsWithImports):