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,267 +0,0 @@
|
||||
2010-07-09 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* MessageTest (TestExecution): Additional messages with 'low'
|
||||
importance get emitted, so don't expect sequential messages.
|
||||
|
||||
2010-04-06 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* Consts.cs: Remove.
|
||||
* AssignProjectConfigurationTest.cs:
|
||||
* CreateCSharpManifestResourceNameTest.cs:
|
||||
* CreateVisualBasicManifestResourceNameTest.cs:
|
||||
* CreateItemTest.cs:
|
||||
* FindAppConfigFileTest.cs:
|
||||
* RemoveDuplicatesTest.cs:
|
||||
* TaskBatchingTest.cs:
|
||||
* WriteLinesToFileTest.cs:
|
||||
Set the ToolsVersion to match the profile. Use the
|
||||
full path to the tasks assembly for UsingTasks.
|
||||
|
||||
2010-03-04 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* AssignTargetPathTest.cs (CreateProjectString): Remove the
|
||||
unnecessary import of ms.common.targets .
|
||||
|
||||
2010-02-06 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* LCTest.cs: New.
|
||||
|
||||
2010-02-05 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* CreateCSharpManifestResourceNameTest.cs:
|
||||
* CreateVisualBasicManifestResourceNameTest.cs:
|
||||
Add new tests for TargetPath metadata.
|
||||
|
||||
2010-02-04 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* WriteLinesToFileTest.cs: New.
|
||||
|
||||
2009-12-22 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* CreateItemTest.cs (TestItemsWithWildcards): New.
|
||||
|
||||
2009-11-28 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* TaskBatchingTest.cs: Add new tests for batching.
|
||||
|
||||
2009-11-28 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* TaskBatchingTest.cs: Add new tests for batching, use on unbatched
|
||||
items in a batching scenario.
|
||||
|
||||
2009-10-08 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* TestMessageLogger.cs (CheckLoggedAny): New.
|
||||
|
||||
2009-10-08 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* RemoveDuplicatesTest.cs: New.
|
||||
|
||||
2009-09-25 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* FindAppConfigFileTest.cs: New.
|
||||
|
||||
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):
|
||||
Refactor a bit to improve error reporting.
|
||||
Update to use Path.Combine instead of hardcoding "\".
|
||||
|
||||
2009-02-24 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* TestMessageLogger.cs (CheckLoggedMessageHead): Move here from
|
||||
* TaskBatchingTest.cs: .. here. Track api change.
|
||||
|
||||
2009-02-21 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* CopyTest.cs: New.
|
||||
|
||||
2009-01-31 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* TaskBatchingTest.cs (*): Add tests for target/task events.
|
||||
(TestTargetBatching*): New tests for target batching.
|
||||
* TestMessageLogger.cs: Add counts for target/task started/finished
|
||||
events.
|
||||
(NormalMessageCount): New.
|
||||
|
||||
2008-12-22 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* TestMessageLogger.cs: Emit debug messages to stderr.
|
||||
* CreateCSharpManifestResourceNameTest.cs: Likewise.
|
||||
Revert last patch, don't emit to stderr, monobuild emits
|
||||
the log contents now.
|
||||
|
||||
2008-12-22 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* TestMessageLogger.cs: Emit debug messages to stderr.
|
||||
* CreateCSharpManifestResourceNameTest.cs: Likewise.
|
||||
|
||||
2008-12-22 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* TestMessageLogger.cs: Listen for errors and warnings also.
|
||||
* CreateCSharpManifestResourceNameTest.cs: Emit helpful info when tests
|
||||
fail.
|
||||
|
||||
2008-12-12 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* CreateCSharpManifestResourceNameTest.cs: New.
|
||||
|
||||
2008-11-27 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* AssignCultureTest.cs: Add tests for "Culture" metadata.
|
||||
|
||||
2008-11-23 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* AssignCultureTest.cs: New.
|
||||
|
||||
2008-11-22 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* AssignTargetPathTest.cs: New.
|
||||
|
||||
2008-11-21 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* CreateItemTest.cs (CheckBuildItem): Make public.
|
||||
* TestMessageLogger.cs:
|
||||
* TaskBatchingTests.cs: Fix file mode.
|
||||
|
||||
2008-11-21 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* CreateItemTest.cs (TestNullFields): New.
|
||||
(CheckBuildItem): Make public, used by batching tests.
|
||||
* MessageTest.cs (TestDefaultValues): New.
|
||||
(TestMessageLogger): Move to ..
|
||||
* TestMessageLogger.cs: .. here.
|
||||
* TaskBatchingTests.cs: New. Tests for batching implementation.
|
||||
|
||||
2008-11-11 Jonathan Chambers <joncham@gmail.com>
|
||||
|
||||
* DeleteTest.cs: Added tests for Delete task.
|
||||
|
||||
2008-10-09 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* CreateItemTest.cs (TestExcludeAndCondition): New. NotWorking.
|
||||
|
||||
2008-08-06 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* CscTest.cs: Alter tests to checking for quoting in various switches.
|
||||
|
||||
2008-06-02 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ResolveAssemblyReferenceTest.cs: marked some failing tests as
|
||||
[Ignore]. They will never be successful when mono is not
|
||||
"installed".
|
||||
|
||||
2007-03-19 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* CombinePathTest.cs: Added.
|
||||
|
||||
2007-03-17 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Consts.cs: Check for runtime not platform.
|
||||
* ResolveAssemblyReferenceTest.cs: Pass valid SearchPaths.
|
||||
|
||||
2007-02-18 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ResolveAssemblyReferenceTest.cs: Added.
|
||||
|
||||
2006-12-11 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* GetFrameworkSdkPath.cs, GetFrameworkPath.cs, CreateItemTest.cs,
|
||||
CreatePropertyTest.cs, RemoveDirTest.cs: Added.
|
||||
* MakeDirTest.cs: Added check for task's output.
|
||||
|
||||
2006-12-08 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* MakeDirTest.cs, CscTest.cs: Added.
|
||||
* ManagedCompilerTest.cs: Enabled some NotWorking tests related to
|
||||
Csc.
|
||||
|
||||
2006-12-05 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ManagedCompilerTest (TestSources ()): Enabled.
|
||||
|
||||
2006-12-04 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ALTest.cs, ManagedCompilerTest.cs: New tests.
|
||||
* Consts.cs: Added a platform check.
|
||||
* TestEngine.cs: Class that acts like IBuildEngine implementation from
|
||||
Microsoft.Build.BuildEngine.
|
||||
|
||||
2006-06-17 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ErrorTest.cs: Added check for Execute () return value.
|
||||
|
||||
2006-05-26 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* MessageTest.cs: Corrected.
|
||||
* WarningTest.cs: Added.
|
||||
* ErrorTest.cs: Added new test.
|
||||
|
||||
2006-05-22 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* Consts.cs: Moved BinPath here.
|
||||
* MessageTest.cs: Added new test.
|
||||
|
||||
2006-05-03 Marek Sieradzki <marek.sieradzki@gmail.com>
|
||||
|
||||
* ErrorTest.cs: Added.
|
||||
|
||||
Reference in New Issue
Block a user