You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,108 +0,0 @@
|
||||
2010-07-09 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Microsoft.Build.Engine.dll.sources: Add
|
||||
UnknownToolsVersionException.cs
|
||||
|
||||
2010-04-06 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Makefile (EXTRA_DISTFILES): Remove TestTasks.dll.config .
|
||||
|
||||
2010-04-03 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Makefile: Use the correct assembly name for MS.Build.Utilities*
|
||||
for 3.5 and 4.0 profiles. Copy the .config files for the test
|
||||
assembly.
|
||||
Import tools/xbuild/xbuild_targets.make, which copies the target
|
||||
and tasks file in the correct place, to allow running tests
|
||||
with different toolsversion.
|
||||
* Microsoft.Build.Engine.dll.sources: Add LogExtensions.cs,
|
||||
Toolset.cs, ToolsetDefinitionLocations.cs and ToolsetCollection.cs .
|
||||
* Test/test-config-file-net-3.5: New.
|
||||
* Test/test-config-file-net-4.0: New.
|
||||
|
||||
2010-02-19 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Microsoft.Build.Engine.dll.sources: Add ProjectLoadSettings.cs .
|
||||
|
||||
2010-01-21 Rodrigo B. de Oliveira <rodrigo@unity3d.com>
|
||||
|
||||
* Microsoft.Build.BuildEngine/BuildWhen.cs
|
||||
* Microsoft.Build.BuildEngine/PropertyReference.cs:
|
||||
support for nested Choose elements + fixed bug where the project reference
|
||||
would be null during condition evaluation.
|
||||
|
||||
2010-01-12 Rodrigo B. de Oliveira <rodrigo@unity3d.com>
|
||||
|
||||
* Microsoft.Build.BuildEngine/BuildWhen.cs
|
||||
* Test/Microsoft.Build.BuildEngine/BuildChooseTest.cs:
|
||||
Support for PropertyGroup as a child of When and Otherwise
|
||||
|
||||
2009-08-20 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Microsoft.Build.Engine.dll.sources: Add tools/xbuild/SolutionParser.cs
|
||||
|
||||
2009-02-21 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Import.cs (GetFullPath): Use Utilities.FromMSBuildPath .
|
||||
|
||||
2009-02-19 Jonathan Chambers <joncham@gmail.com>
|
||||
|
||||
* Microsoft.Build.Engine.csproj: Add.
|
||||
* Microsoft.Build.Engine.Test.csproj: Update.
|
||||
|
||||
2009-01-31 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Microsoft.Build.Engine_test.dll.sources: Replace BatchingImpl.cs with
|
||||
BatchingImplBase.cs, TargetBatchingImpl.cs and TaskBatchingImpl.cs
|
||||
|
||||
2009-01-06 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Microsoft.Build.Engine_test.dll.sources: Add TestMessageLogger from
|
||||
Ms.Build.Tasks tests.
|
||||
|
||||
2009-01-01 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Microsoft.Build.Engine.dll.sources: Add IReference.cs
|
||||
|
||||
2008-10-17 Jonathan Pryor <jpryor@novell.com>
|
||||
|
||||
* Documentation/**: Flush updated documentation.
|
||||
|
||||
2008-05-28 Marek Safar <marek.safar@gmail.com>
|
||||
|
||||
* Makefile (EXTRA_DISTFILES): More test files.
|
||||
|
||||
2006-06-23 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Makefile (EXTRA_DISTFILES): Changed name from SimpleTask.cs to
|
||||
TestTasks.cs (I forgot to add the new file here)
|
||||
|
||||
2006-06-22 Wade Berrier <wberrier@novell.com>
|
||||
|
||||
* Makefile (EXTRA_DISTFILES): Remove Test/resource/SimpleTask.cs (the file
|
||||
was removed today)
|
||||
|
||||
2006-06-19 Raja R Harinath <rharinath@novell.com>
|
||||
|
||||
* Makefile (EXTRA_DISTFILES): Add Test/resource/SimpleTask.cs.
|
||||
|
||||
2006-06-17 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Makefile: Added test-local target to compile
|
||||
Test/resources/SimpleTask.cs.
|
||||
|
||||
2006-04-19 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Microsoft.Build.Engine.targets: Removed.
|
||||
|
||||
2005-09-25 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Microsoft.Build.Engine.dll.sources: Added reference to
|
||||
AssemblyLoadInfo.
|
||||
|
||||
2005-09-09 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Microsoft.Build.Engine_test.dll.sources: Added.
|
||||
* Microsoft.Build.Engine.dll.sources: Renamed from
|
||||
Microsoft.Build.Engine.sources.
|
||||
|
||||
@@ -7,38 +7,28 @@ include $(XBUILD_DIR)/xbuild.make
|
||||
|
||||
LIBRARY = Microsoft.Build.Engine.dll
|
||||
|
||||
LIB_REFS = System System.Core System.Xml
|
||||
LIB_MCS_FLAGS = \
|
||||
/r:$(corlib) \
|
||||
/r:System.dll \
|
||||
/r:System.Core.dll \
|
||||
/r:System.Xml.dll \
|
||||
/r:$(XBUILD_FRAMEWORK) \
|
||||
/r:$(XBUILD_UTILITIES)
|
||||
LIB_REFS = $(PARENT_PROFILE)System $(PARENT_PROFILE)System.Core $(PARENT_PROFILE)System.Xml $(XBUILD_FRAMEWORK) $(XBUILD_UTILITIES)
|
||||
LIB_MCS_FLAGS =
|
||||
|
||||
TEST_MCS_FLAGS = \
|
||||
/r:$(XBUILD_FRAMEWORK) \
|
||||
/r:$(XBUILD_UTILITIES) \
|
||||
/r:System.Xml.dll
|
||||
TEST_MCS_FLAGS =
|
||||
TEST_LIB_REFS = $(XBUILD_FRAMEWORK) $(XBUILD_UTILITIES) $(PARENT_PROFILE)System.Xml
|
||||
|
||||
EXTRA_DISTFILES = \
|
||||
Test/resources/TestTasks.cs \
|
||||
Test/resources/*.*proj \
|
||||
Test/resources/*.csproj
|
||||
|
||||
Test/resources/TestTasks-$(PROFILE).dll: Test/resources/TestTasks.cs
|
||||
$(CSCOMPILE) /out:$@ Test/resources/TestTasks.cs /r:$(XBUILD_FRAMEWORK) /r:$(XBUILD_UTILITIES) /target:library
|
||||
CLEAN_FILES = Test/resources/TestTasks-$(PROFILE).dll Test/resources/TestTasks-$(PROFILE).dll.mdb Test/resources/TestTasks-$(PROFILE).pdb
|
||||
|
||||
clean-test-resources:
|
||||
rm -f Test/resources/TestTasks*.dll Test/resources/TestTasks*.dll.mdb
|
||||
Test/resources/TestTasks-$(PROFILE).dll: Test/resources/TestTasks.cs
|
||||
$(CSCOMPILE) /out:$@ Test/resources/TestTasks.cs /r:$(topdir)/class/lib/$(PROFILE)/$(XBUILD_FRAMEWORK).dll /r:$(topdir)/class/lib/$(PROFILE)/$(XBUILD_UTILITIES).dll /target:library
|
||||
|
||||
test-local: compile-resources
|
||||
|
||||
compile-resources: Test/resources/TestTasks-$(PROFILE).dll
|
||||
cp Test/resources/TestTasks-$(PROFILE).dll Test/resources/TestTasks.dll
|
||||
cp Test/resources/TestTasks-$(PROFILE).dll.mdb Test/resources/TestTasks.dll.mdb
|
||||
|
||||
clean-local: clean-test-resources
|
||||
# cp Test/resources/TestTasks-$(PROFILE).pdb Test/resources/TestTasks.pdb
|
||||
|
||||
include $(XBUILD_DIR)/xbuild_test.make
|
||||
include ../../build/library.make
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,418 +0,0 @@
|
||||
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):
|
||||
(TestDefaultTargets):
|
||||
(TestDefaultTargetsWithImports):
|
||||
(TestNoDefaultTargetsWithImports):
|
||||
(TestNoDefaultTargets): New tests.
|
||||
|
||||
2009-08-29 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* BuildItemTest.cs (TestSetMetadata5a): New.
|
||||
* ProjectTest.cs: Add tests for different property types
|
||||
with required attribute. Also, check the values - null or
|
||||
empty array.
|
||||
* TestTasks.cs: Add new tasks for above.
|
||||
|
||||
2009-08-18 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* ProjectTest.cs (TestCaseSensitivityOfProjectElements): New.
|
||||
|
||||
2009-07-30 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* EngineTest.cs (TestNewProject): Disable. Invalid for
|
||||
v3.5 profile.
|
||||
|
||||
2009-06-09 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* EngineTest.cs (TestMSBuildOutputs): New.
|
||||
|
||||
2009-06-08 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* ProjectTest (TestBuildSolutionProject): New. Disabled for now.
|
||||
* Consts.cs (RunningOnMono): Make public.
|
||||
|
||||
2009-06-07 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* TargetTest (TestTargetOutputsIncludingMetadata): New.
|
||||
|
||||
2009-05-29 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* EngineTest.cs (TestGlobalProperties*): New tests
|
||||
and some helper methods.
|
||||
* ProjectTest.cs (TestResetBuildStatus): Reset twice. Update
|
||||
the event counts.
|
||||
|
||||
2009-05-15 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemTest.cs:
|
||||
* BuildPropertyGroupTest.cs:
|
||||
* BuildPropertyGroupCollectionTest.cs:
|
||||
* BuildPropertyTest.cs:
|
||||
* BuildItemGroupTest.cs:
|
||||
* EngineTest.cs:
|
||||
* InternalLoggerExceptionTest.cs:
|
||||
* ProjectTest.cs: Don't compare exception messages.
|
||||
|
||||
2009-05-12 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* ProjectTest.cs (TestAssignment1):
|
||||
* UsingTaskTest.cs (TestTaskName):
|
||||
(TestAssemblyNameOrAssemblyFile1):
|
||||
(TestAssemblyNameOrAssemblyFile2): Don't compare exception messages.
|
||||
|
||||
2009-03-27 Jonathan Chambers <joncham@gmail.com>
|
||||
|
||||
* BuildChooseTest.cs: Enable tests.
|
||||
* Microsoft.Build.Engine.Test.csproj: Update post build step.
|
||||
|
||||
2009-03-26 Jonathan Chambers <joncham@gmail.com>
|
||||
|
||||
* BuildTaskTest.cs (TestTaskInNamespace): Add test for Task in namespace.
|
||||
|
||||
2009-02-24 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* UsingTaskTest.cs (TestLazyLoad{1,2,3}): New.
|
||||
(TestAssemblyNameOrAssemblyFileConditionFalse): New.
|
||||
(TestDuplicate1): New.
|
||||
* TargetTest (CheckLoggedMessageHead): Moved to TestMessageLogger,
|
||||
use that.
|
||||
|
||||
2009-02-15 Jonathan Chambers <joncham@gmail.com>
|
||||
|
||||
* BuildChooseTest.cs (TestValueXml): Add tests for Choose.
|
||||
Currently not working.
|
||||
|
||||
2009-02-12 Jonathan Chambers <joncham@gmail.com>
|
||||
|
||||
* BuildPropertyTest.cs (TestValueXml): New.
|
||||
|
||||
2009-02-01 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* ProjectTest.cs (TestBuild[23]): Check number of task started/finished
|
||||
events.
|
||||
(TestResetBuildStat): Remove "NotWorking".
|
||||
(TestBuild4): Likewise. Check number of task started/finished events.
|
||||
|
||||
* TargetTest.cs (TestTargetOutputs1): New.
|
||||
|
||||
2009-01-30 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* ProjectTest.cs (TestRequiredTask_*): New.
|
||||
(TestBatchedMetadataRef5): New.
|
||||
|
||||
2009-01-29 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* BuildItemTest.cs (TestBuildItemTransform): New.
|
||||
|
||||
2009-01-06 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* ProjectTest.cs (TestInitialTargets): New.
|
||||
|
||||
2009-01-06 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* EngineTest.cs: Update tests for null targetNames argument to
|
||||
project.Build
|
||||
|
||||
2008-12-30 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* ProjectTest.cs (TestBatchedMetadataRef[23]): Modify to check for
|
||||
multiple items with same metadata value, incase of unqualified metadata
|
||||
references.
|
||||
Track changes in BatchingTestTask.
|
||||
|
||||
2008-12-17 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* ProjectTest.cs (TestBatchedMetadataRef1): Modify to check for multiple
|
||||
items with same metadata value.
|
||||
|
||||
2008-11-22 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* ProjectTest.cs (TestBatchedMetadataRef*): New tests for metadata
|
||||
references.
|
||||
|
||||
2008-11-21 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* BuildItemTest.cs (TestGetEvaluatedMetadata1): Add test for 'Identity'.
|
||||
|
||||
2008-10-01 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* ProjectTest.cs: Refactor BuildProjectFile tests. Add tests for loading
|
||||
project from files and xml string.
|
||||
|
||||
2008-09-24 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* EngineTest.cs:
|
||||
* ProjectTest.cs: Add tests for Build*
|
||||
|
||||
2007-03-17 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Consts.cs: Check for runtime not platform.
|
||||
|
||||
2007-03-06 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildPropertyTest.cs, ProjectTest.cs: More tests.
|
||||
|
||||
2007-02-03 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildPropertyGroupTest.cs: More tests.
|
||||
|
||||
2007-01-28 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemTest.cs: Enabled 2 tests.
|
||||
|
||||
2007-01-26 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildPropertyGroupTest.cs: Trivial test for SetProperty ().
|
||||
|
||||
2007-01-23 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ProjectTest: Removed warning.
|
||||
|
||||
2007-01-21 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ProjectTest.cs: Tests for Project.AddNewItem ().
|
||||
|
||||
2007-01-16 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemTest.cs, BuildPropertyGroupTest.cs,
|
||||
UsingTaskCollectionTest.cs, ImportCollectionTest.cs,
|
||||
BuildItemGroupTest.cs, BuildPropertyGroupCollectionTest.cs,
|
||||
TargetCollectionTest.cs, EngineTest.cs, ProjectTest.cs,
|
||||
BuildItemGroupCollectionTest.cs: Added more tests and replaced
|
||||
Ignores with Category ("NotDotNet")
|
||||
|
||||
2007-01-14 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemGroupTest.cs, ProjectTest.cs: Added more tests.
|
||||
|
||||
2007-01-12 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ProjectTest.cs, BuildPropertyGroupTest.cs: Enable more tests.
|
||||
|
||||
2007-01-12 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemTest.cs, BuildPropertyGroupTest.cs, TargetTest.cs,
|
||||
TargetCollectionTest.cs, ProjectTest.cs: More tests.
|
||||
|
||||
2007-01-10 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildPropertyGroupTest.cs, BuildItemGroupTest.cs: Check if XML has
|
||||
changed.
|
||||
* TestNamespaceManager.cs: Added.
|
||||
|
||||
2007-01-08 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ImportTest.cs: Added test for project importing another project
|
||||
importing another project.
|
||||
|
||||
2007-01-08 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemTest.cs: More tests.
|
||||
* InvalidProjectFileExceptionTest.cs: Added GetObjectData () tests.
|
||||
|
||||
2007-01-02 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemTest.cs: Tests for items from XML.
|
||||
* BuildPropertyGroupTest.cs, BuildTaskTest.cs, BuildItemGroupTest.cs,
|
||||
BuildPropertyTest.cs, ProjectTest.cs: More tests.
|
||||
|
||||
2006-12-20 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemGroupTest.cs: Enabled TestAddNewItem2 ().
|
||||
|
||||
2006-12-19 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* TargetTest.cs, TargetCollectionTest.cs: Enabled all tests.
|
||||
|
||||
2006-12-19 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemTest.cs, BuildPropertyGroupTest.cs,
|
||||
UsingTaskCollectionTest.cs, TargetTest.cs, BuildItemGroupTest.cs,
|
||||
BuildPropertyGroupCollectionTest.cs, TargetCollectionTest.cs,
|
||||
BuildPropertyTest.cs, EngineTest.cs, ProjectTest.cs,
|
||||
BuildItemGroupCollectionTest.cs: Added more tests.
|
||||
|
||||
2006-12-18 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemGroupTest.cs: Enabled a test.
|
||||
|
||||
2006-12-16 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ConsoleLoggerTest.cs: Added.
|
||||
* ProjectTest.cs, BuildItemTest.cs: More tests.
|
||||
|
||||
2006-12-12 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ImportTest.cs: Added test for IsImported on imported BuildItemGroup.
|
||||
|
||||
2006-12-11 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ProjectTest.cs: Added more tests.
|
||||
|
||||
2006-12-08 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* UsingTaskCollectionTest.cs: Change task name to TrueTestTask and add
|
||||
a new add a test.
|
||||
|
||||
2006-12-07 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemTest.cs, BuildPropertyGroupTest.cs, BuildTaskTest.cs,
|
||||
UsingTaskCollectionTest.cs, ProjectTest.cs: More tests.
|
||||
|
||||
2006-12-05 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemTest.cs: Reformatted.
|
||||
* BuildTaskTest.cs, TargetTest.cs, ImportCollectionTest.cs,
|
||||
TargetCollectionTest.cs, ImportTest.cs: Enabled more tests.
|
||||
|
||||
2006-12-04 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildPropertyGroupTest.cs, UsingTaskCollectionTest.cs,
|
||||
BuildPropertyGroupCollectionTest.cs, BuildPropertyGroupTest.cs,
|
||||
EngineTest.cs, UsingTaskTest.cs, Consts.cs: Added platform dependent
|
||||
BinPath.
|
||||
* ProjectTest.cs: New tests.
|
||||
* BuildTaskTest.cs, TargetTest.cs, ImportCollectionTest.cs,
|
||||
BuildItemGroupTest.cs, TargetCollectionTest.cs,
|
||||
BuildItemGroupCollectionTest.cs, ImportTest.cs: Added.
|
||||
|
||||
2006-10-06 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemTest.cs:
|
||||
* BuildPropertyTest.cs:
|
||||
* ProjectTest.cs:
|
||||
* BuildPropertyGroupCollectionTest.cs: Uncommented tests and added
|
||||
[Ignore] to them.
|
||||
|
||||
2006-06-22 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* UsingTaskCollectionTest.cs, UsingTaskTest.cs: Updated names.
|
||||
* ProjectTest.cs: Moved most of the old tests to various/.
|
||||
* Consts.cs: Added.
|
||||
|
||||
2006-06-14 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildPropertyGroupTest.cs: Added some tests.
|
||||
* UsingTaskCollectionTest.cs: Added very simple test.
|
||||
* UsingTaskTest.cs: Added test that's loading SimpleTask.dll task from
|
||||
Test/resources/. Test/resources/SimpleTask.cs should be compiled
|
||||
before running tests. I need to find out how to add it to Makefile.
|
||||
|
||||
2006-06-02 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildPropertyTest.cs: Added.
|
||||
* BuildPropertyGroupTest.cs: Added.
|
||||
* BuildPropertyGroupCollectionTest.cs: Added.
|
||||
|
||||
2006-05-27 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* BuildItemTest.cs: Swapped expected with actual results.
|
||||
* UtilitiesTest.cs: Added.
|
||||
|
||||
2006-05-03 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ProjectTest.cs, EngineTest.cs: Corrected BinPath once more.
|
||||
|
||||
2006-04-24 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ProjectTest.cs, EngineTest.cs: Corrected BinPath.
|
||||
|
||||
2006-04-24 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ProjectTest.cs: Added tests for loading of default tasks (from
|
||||
Microsoft.Build.Tasks).
|
||||
|
||||
2006-03-29 Crestez Leonard <cdleonard@gmail.com>
|
||||
|
||||
* EngineTest.cs: Added test for GlobalEngine.
|
||||
* ProjectTest.cs: Fixed tests.
|
||||
|
||||
2006-03-27 Crestez Leonard <cdleonard@gmail.com>
|
||||
|
||||
* ProjectTest.cs, EngineTest.cs: Added new tests.
|
||||
|
||||
2006-03-23 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Microsoft.Build.Engine.Test.csproj: Updated.
|
||||
|
||||
2006-03-21 Crestez Leonard <cdleonard@gmail.com>
|
||||
|
||||
* InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs:
|
||||
Got rid of compilation warnings.
|
||||
* ProjectTest.cs: Added new tests.
|
||||
|
||||
2006-03-21 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* InvalidProjectFileExceptionTest.cs, EngineTest.cs, ProjectTest.cs:
|
||||
Updated tests.
|
||||
|
||||
2006-03-18 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs,
|
||||
EngineTest.cs, ProjectTest.cs: Added new tests.
|
||||
* BuildItemTest.cs: Added.
|
||||
* Microsoft.Build.Engine.Test.sln, Microsoft.Build.Engine.Test.csproj:
|
||||
Added VS 2005/SD2 solution.
|
||||
|
||||
2006-03-18 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Project.cs: Added new tests.
|
||||
|
||||
2006-02-27 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Engine.cs, Project.cs: Removed references to IEngine and IProject.
|
||||
|
||||
2005-09-03 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ProjectTest.cs, EngineTest.cs: Added next simple tests.
|
||||
|
||||
2005-08-31 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs:
|
||||
Added simple tests.
|
||||
@@ -1,133 +0,0 @@
|
||||
2010-03-04 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Build.cs (TestBuildContinueOnError*): New.
|
||||
|
||||
2010-02-19 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Items.cs (TestItemsWithWildcards): Check for RecursiveDir metadata also.
|
||||
|
||||
2009-12-22 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Items.cs (TestItemsWithWildcards): Add Exclude also, update
|
||||
test accordingly.
|
||||
|
||||
2009-10-08 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Items.cs (TestItemsWithWildcards): New.
|
||||
|
||||
2009-10-08 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Items.cs (TestItems5): Fix to work correctly on windows
|
||||
and unix.
|
||||
(TestReservedMetadata): New.
|
||||
|
||||
2009-09-10 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Items.cs (TestItems2a):
|
||||
(TestInheritedMetadataFromItemRefs):
|
||||
(TestInheritedMetadataFromItemRefs2):
|
||||
(TestMetadataFromItemReferences): New.
|
||||
|
||||
2009-09-08 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Items.cs (TestItems5):
|
||||
(TestItems6): Remove 'NotWorking' attribute.
|
||||
|
||||
2009-08-29 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Items.cs: Add tests for property/item evaluation.
|
||||
|
||||
2009-06-12 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Items.cs (TestItemsInTarget3a): Add another case for valid whitespace
|
||||
around an item ref.
|
||||
|
||||
2009-05-29 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Conditions.cs (TestHasTrailingSlash1): New.
|
||||
(TestUnknownFunction): New.
|
||||
|
||||
2009-05-15 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Items.cs
|
||||
* Conditions.cs: Don't check exception messages.
|
||||
|
||||
2009-02-23 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Items.cs (TestItemsInTarget8): New.
|
||||
(TestItemsInTarget9): New.
|
||||
|
||||
2009-02-20 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Conditions.cs (TestCondition11): New. Test unquoted item/property
|
||||
references in conditions.
|
||||
|
||||
2009-01-01 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Items.cs: Add tests for expression parsing, mainly for concat'ing
|
||||
expressions. Remove "NotWorking" for some tests that are working now.
|
||||
|
||||
2008-11-21 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Items.cs (TestItemsInTarget1): Remove 'NotWorking' attribute.
|
||||
|
||||
2008-11-11 Jonathan Chambers <joncham@gmail.com>
|
||||
|
||||
* Items.cs: Use Path.DirectorySeparatorChar instead of
|
||||
hardcoded '/' to fix test on Windows.
|
||||
|
||||
2007-01-23 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* EvaluationOrder.cs: Removed NotWorking from test that started to
|
||||
work.
|
||||
|
||||
2007-01-19 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Condition.cs: More tests.
|
||||
|
||||
2007-01-12 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Build.cs: More tests.
|
||||
|
||||
2006-12-19 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Build.cs: Added.
|
||||
|
||||
* Condition.cs, ProjectElement.cs: More tests.
|
||||
|
||||
2006-12-18 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Items.cs: More tests.
|
||||
|
||||
2006-12-16 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Items.cs: Split not working test from others and add a test for
|
||||
reference to item that doesn't exist.
|
||||
|
||||
2006-12-16 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Items.cs, Conditions.cs, EvaluationOrder.cs: More tests.
|
||||
|
||||
2006-12-11 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* EvaluationOrder.cs: Enabled more tests.
|
||||
|
||||
2006-12-07 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* EvaluationOrder.cs, Conditions.cs: More tests.
|
||||
|
||||
2006-12-05 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Conditions.cs: Enabled some more tests.
|
||||
|
||||
2006-12-04 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* EvaluationOrder.cs, Condition.cs: Added.
|
||||
|
||||
2006-12-04 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Items.cs: Split big test into 4.
|
||||
|
||||
2006-10-06 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Items.cs: Added [Ignore]
|
||||
Reference in New Issue
Block a user