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,268 +0,0 @@
|
||||
2010-04-12 Jonathan Pryor <jpryor@novell.com>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Test CodeDefaultValueExpression
|
||||
generation.
|
||||
|
||||
2009-06-26 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* CodeGeneratorIdentifierTest.cs: Upgrade to new NUnit style.
|
||||
|
||||
2009-06-08 Zoltan Varga <vargaz@gmail.com>
|
||||
|
||||
* CSharpCodeProviderTest.cs: Avoid depending on the order in which
|
||||
GetManifestResourceNames () returns resource names.
|
||||
|
||||
2008-05-09 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests for
|
||||
System.ParamArrayAttribute custom attribute.
|
||||
|
||||
2008-04-08 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: add test for abstract properties.
|
||||
|
||||
2008-01-27 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Copied some tests from VB, and
|
||||
improved existing tests.
|
||||
|
||||
2008-01-16 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromCompileUnitTest.cs: Avoid using "", and use
|
||||
Assert instead of Assertion.
|
||||
* CodeGeneratorFromNamespaceTest.cs: Added tests for type parameters.
|
||||
|
||||
2007-12-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added PartialTypeTest.
|
||||
|
||||
2007-10-26 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs : added test case for escaped
|
||||
CodeProperty output name (keyword).
|
||||
|
||||
2007-02-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CSharpCodeProviderTest.cs: No longer use Assert class in separate
|
||||
AppDomain since it will only work if nunit.framework assembly is in
|
||||
the GAC.
|
||||
|
||||
2007-02-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CSharpCodeProviderTest.cs: Added test for generating executable.
|
||||
Modified existing test to use zero-length OutputAssembly, and verify
|
||||
expected OutputAssembly after generating assembly.
|
||||
|
||||
2007-01-18 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs :
|
||||
Added test for generic type references output.
|
||||
|
||||
2006-12-30 Marek Habersack <grendello@gmail.com>
|
||||
|
||||
* CodeGeneratorIdentifierTest.cs: added tests for C# code generator
|
||||
IsValidIdentifier method.
|
||||
|
||||
2006-08-08 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CSharpCodeProviderTest.cs: Modified tests to verify fix for bug
|
||||
#78384, and check support for linked resources.
|
||||
|
||||
2006-04-20 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromNamespaceTest.cs: Added tests for namespace imports
|
||||
and types.
|
||||
|
||||
2005-12-07 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Added tests for
|
||||
CodePrimitiveExpression.
|
||||
|
||||
2005-11-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromStatementTest.cs: Added tests for
|
||||
CodeAssignStatement, CodeAttachEventStatement,
|
||||
CodeConditionStatement, CodeExpressionStatement,
|
||||
CodeIterationStatement, CodeLabeledStatement,
|
||||
CodeMethodReturnStatement, CodeRemoveEventStatement,
|
||||
CodeSnippetStatement, CodeStatement, CodeVariableDeclarationStatement.
|
||||
|
||||
2005-11-26 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Added test for
|
||||
CodeParameterDeclarationExpression.
|
||||
* CodeGeneratorFromTypeTest.cs: Modified tests to check result
|
||||
for zero-length event, field and parameter name.
|
||||
* CodeGeneratorFromStatementTest.cs: Added CodeCommentStatement,
|
||||
CodeThrowExceptionStatement, CodeGotoStatement and
|
||||
CodeTryCatchFinallyStatement tests.
|
||||
|
||||
2005-10-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests for CodeEntryPointMethod
|
||||
and bug #76580.
|
||||
|
||||
2005-10-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorTestBase.cs: Fixed line endings. Set eol-style to
|
||||
native.
|
||||
* CodeGeneratorFromCompileUnitTest.cs: Fixed line endings. Set
|
||||
eol-style to native. Modified test to also check output for
|
||||
CodeAttributeArgument with no name.
|
||||
* CodeGeneratorFromNamespaceTest.cs: Fixed line endings. Set eol-style
|
||||
to native.
|
||||
* CodeGeneratorIdentifierTest.cs: Set eol-style to native.
|
||||
* CodeGeneratorFromExpressionTest.cs: Fixed line endings. Set
|
||||
eol-style to native.
|
||||
* CSharpCodeProviderTest.cs: Set eol-style to native.
|
||||
* CodeGeneratorFromTypeTest.cs: Fixed line endings. Set eol-style to
|
||||
native.
|
||||
* CodeGeneratorFromStatementTest.cs: Fixed line endings. Set
|
||||
eol-style to native.
|
||||
|
||||
2005-10-17 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CSharpCodeProviderCas.cs: New. CAS unit tests.
|
||||
|
||||
2005-10-15 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorTestBase.cs: Generate now returns code that was output,
|
||||
and take CodeGeneratorOptions instance in order to support testing
|
||||
bracing style.
|
||||
* CodeGeneratorFromCompileUnitTest.cs: Added tests for C bracing style.
|
||||
* CodeGeneratorFromNamespaceTest.cs: Added tests for C bracing style.
|
||||
* CodeGeneratorFromExpressionTest.cs: Clean up.
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests for C bracing style.
|
||||
|
||||
2005-10-07 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorTypeOutputTest.cs: Added tests for
|
||||
CSharpCodeGenerator.GetTypeOutput.
|
||||
|
||||
2005-07-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added NewSlot tests.
|
||||
|
||||
2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added BaseTypes and TypeConstructor
|
||||
tests. Added enum, interface and delegate tests.
|
||||
|
||||
2005-07-02 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added test for
|
||||
ReturnTypeCustomAttributes.
|
||||
|
||||
2005-07-02 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added event ImplementationTypes
|
||||
tests. Added PrivateImplementationType and property and method
|
||||
overload tests. Added property indexer tests.
|
||||
|
||||
2005-07-01 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests to ensure Implementation
|
||||
Types are ignored in C# CodeDOM.
|
||||
|
||||
2005-06-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added property indexer and parameter
|
||||
tests.
|
||||
|
||||
2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added additional property tests.
|
||||
|
||||
2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: No longer inherit from
|
||||
CodeGeneratorTestBase. Added tests for CodeTypeReference.
|
||||
|
||||
2005-06-26 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests to verify code generated
|
||||
for events, fields, properties, methods and ctors to match MS.NET.
|
||||
|
||||
2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests to verify code generated
|
||||
for Type (with and without custom attributes).
|
||||
|
||||
2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromCompileUnitTest.cs: Added tests to verify code
|
||||
that is generated for assembly-level custom attributes.
|
||||
|
||||
2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromCompileUnitTest.cs: enabled test for bug
|
||||
#75190.
|
||||
|
||||
2005-06-10 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CSharpCodeProviderTest.cs: added tests for bug #75221 and
|
||||
#75218.
|
||||
|
||||
2005-06-09 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromCompileUnitTest.cs: added test for bug #75190.
|
||||
|
||||
2005-06-05 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromCompileUnitTest.cs: re-enabled tests as
|
||||
IndentedTextWriter now matches MS.NET
|
||||
|
||||
2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromNamespaceTest.cs: re-enabled SimpleNamespaceTest
|
||||
and InvalidNamespaceTest as IndentedTextWriter now matches MS.NET
|
||||
|
||||
2005-05-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CSharpCodeGeneratorTest.cs: Added tests for GenerateInMemory
|
||||
compiler parameter.
|
||||
|
||||
2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* CodeGeneratorIdentifierTest.cs : [TestFixture] was missing.
|
||||
|
||||
2004-01-21 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* Added CodeGeneratorIdentifierTest.cs.
|
||||
|
||||
2003-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* Test/Microsoft.CSharp/CodeGeneratorFromCompileUnitTest.cs: don't
|
||||
compare whitespace for assembly level attribute.
|
||||
|
||||
2003-07-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* system_linux_test.args: added new tests in Microsoft.CSharp.
|
||||
|
||||
* Microsoft.CSharp/CodeGeneratorFromCompileUnitTest.cs:
|
||||
* Microsoft.CSharp/CodeGeneratorFromExpressionTest.cs:
|
||||
* Microsoft.CSharp/CodeGeneratorFromNamespaceTest.cs:
|
||||
* Microsoft.CSharp/CodeGeneratorFromStatementTest.cs:
|
||||
* Microsoft.CSharp/CodeGeneratorFromTypeTest.cs:
|
||||
* Microsoft.CSharp/CodeGeneratorTestBase.cs: new tests from Erik LeBel
|
||||
<eriklebel@yahoo.ca>.
|
||||
|
||||
2002-12-08 Jackson Harper <jackson@latitudegeo.com>
|
||||
|
||||
* CompilerTest.cs CompilerErrorTest.cs: Removed files
|
||||
|
||||
2002-12-08 Jackson Harper <jackson@latitudegeo.com>
|
||||
|
||||
* AllTests.cs: Remove references to soon to be removed Tests
|
||||
|
||||
2002-11-13 Jackson Harper <jackson@latitudegeo.com>
|
||||
|
||||
* CompilerTest.cs: Added more tests
|
||||
|
||||
2002-11-11 Jackson Harper <jackson@latitudegeo.com>
|
||||
|
||||
* CompilerErrorTest.cs AllTests.cs: Added tests for the Microsoft.CSharp.CompilerError class
|
||||
|
||||
2002-11-06 Jackson Harper <jackson@latitudegeo.com>
|
||||
|
||||
* AllTests.cs CompilerTest.cs: Added files
|
@@ -1,303 +0,0 @@
|
||||
2008-05-09 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests for
|
||||
System.ParamArrayAttribute custom attribute.
|
||||
|
||||
2008-04-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests for static and abstract
|
||||
property.
|
||||
|
||||
2008-03-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* CodeGeneratorFromCompileUnitTest.cs: Added ExternalSourceTest.
|
||||
|
||||
2008-01-27 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Numbered tests. Fixed test for
|
||||
DelegateInvokeExpression to pass on MS 2.0 and improved coverage.
|
||||
|
||||
2008-01-16 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromNamespaceTest.cs: Added tests for type parameters.
|
||||
|
||||
2007-12-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added PartialTypeTest.
|
||||
|
||||
2007-10-30 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Added ArrayIndexerExpressionTest.
|
||||
|
||||
2007-05-18 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Added EventReferenceTest and DelegateInvokeTest.
|
||||
* CodeGeneratorFromTypeTest.cs: Added DelegateWithParameterTest.
|
||||
|
||||
2007-05-17 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Added EscapedIdentifierTest.
|
||||
* CodeGeneratorFromStatementTest.cs: Added CodeAttachEventStatementKeywordTest.
|
||||
|
||||
2007-05-08 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Added ArrayCreateExpressionTest.
|
||||
|
||||
2007-04-13 Frederik Carlier <frederik.carlier@carlier-online.be>
|
||||
|
||||
* CodeGeneratorFromBinaryOperatorTest.cs: Regression test for bug 81372, test
|
||||
for code generated when comparing against null (Nothing in Visual Basic)
|
||||
|
||||
2007-02-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* VBCodeProviderTest.cs: Modified tests to also cover fix for bug
|
||||
#80920. No longer use Assert class in separate AppDomain since it
|
||||
will only work if nunit.framework assembly is in the GAC.
|
||||
* CodeGeneratorFromTypeTest.cs: Fixed tests to pass on MS.
|
||||
|
||||
2007-02-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* VBCodeProviderTest.cs: Mark tests that rely on vbnc as NotWorking,
|
||||
and remove comment about mbas.
|
||||
|
||||
2006-10-22 Zoltan Varga <vargaz@gmail.com>
|
||||
|
||||
* VBCodeProviderTest.cs: Mark this as NotWorking since mbas is no more.
|
||||
|
||||
2006-08-08 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* VBCodeProviderTest.cs: Modified tests to verify fix for bug
|
||||
#78384, and check support for linked resources.
|
||||
|
||||
2006-04-20 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromNamespaceTest.cs: Added tests for
|
||||
GenerateCodeFromNamespace.
|
||||
|
||||
2005-12-07 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Added tests for
|
||||
CodePrimitiveExpression.
|
||||
|
||||
2005-11-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromStatementTest.cs: Added tests for
|
||||
CodeAssignStatement, CodeAttachEventStatement, CodeConditionStatement,
|
||||
CodeExpressionStatement, CodeIterationStatement,
|
||||
CodeLabeledStatement, CodeMethodReturnStatement,
|
||||
CodeRemoveEventStatement and CodeSnippetStatement.
|
||||
|
||||
2005-11-26 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorTestBase.cs: Removed Code property, added Generate
|
||||
overload taking CodeGeneratorOptions, added NewLine property.
|
||||
* CodeGeneratorCompileUnitTest.cs: Use Generate method instead of
|
||||
Code property.
|
||||
* CodeGeneratorFromExpressionTest.cs: Added test for
|
||||
CodeParameterDeclarationExpression.
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests for __exception name that
|
||||
is output for zero-length field, event and parameter name in 2.0
|
||||
profile.
|
||||
* CodeGeneratorFromStatementTest.cs: Added.
|
||||
|
||||
2005-10-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests for CodeEntryPointMethod
|
||||
and bug #76580.
|
||||
|
||||
2005-10-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorTestBase.cs: Set eol-style to native.
|
||||
* VBCodeProviderTest.cs: Set eol-style to native.
|
||||
* CodeGeneratorFromCompileUnitTest.cs: Modified test to check
|
||||
output for CodeAttributeArgument with no name. Set eol-style to
|
||||
native.
|
||||
* CodeGeneratorFromExpressionTest.cs: Set eol-style to native.
|
||||
* CodeGeneratorFromTypeTest.cs: Fixed line endings. Set eol-style to
|
||||
native.
|
||||
|
||||
2005-10-24 Raja R Harinath <harinath@gmail.com>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs (CodeGeneratorFromTypeTest_Class)
|
||||
(CodeGeneratorFromTypeTest_Struct): Update to reflect mbas workaround.
|
||||
|
||||
2005-10-17 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* VBCodeProviderCas.cs: New. CAS unit tests.
|
||||
|
||||
2005-10-15 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Reworked tests to pass
|
||||
CodeGeneratorOptions to Generate* methods.
|
||||
|
||||
2005-09-12 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* VBCodeProviderTest.cs: Re-enabled CreateCompiler test as bug #75223
|
||||
is fixed.
|
||||
|
||||
2005-07-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added NewSlot tests.
|
||||
|
||||
2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added BaseTypes and TypeConstructor
|
||||
tests. Enabled enum, interface and delegate tests.
|
||||
|
||||
2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Inherit from
|
||||
System.CodeDom.CodeGeneratorFromTypeTestBase. Added testfixture
|
||||
for testing enum, interface and delegate, but for now these are
|
||||
marked NotWorking.
|
||||
|
||||
2005-07-02 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added test for
|
||||
ReturnTypeCustomAttributes.
|
||||
|
||||
2005-07-02 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Modified test to ensure that scope
|
||||
modifiers are not output for events.
|
||||
|
||||
2005-07-02 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added PrivateImplementationType tests
|
||||
for property, event, method. Added Overloads tests for property and
|
||||
method.
|
||||
|
||||
2005-07-01 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added ImplementationTypes tests for
|
||||
property, event, method, ctor.
|
||||
|
||||
2005-06-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added property indexer and
|
||||
parameter tests.
|
||||
|
||||
2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Renumbered tests for
|
||||
TypeReferenceExpressionTest. Added tests for zero-length or null
|
||||
type name, and object type.
|
||||
|
||||
2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromExpressionTest.cs: Added tests for
|
||||
GenerateCodeFromExpression.
|
||||
|
||||
2005-06-26 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Make tests pass on MS.NET 1.x and 2.0,
|
||||
and Mono (1.0/2.0).
|
||||
|
||||
2005-06-26 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests for ctor level attributes
|
||||
and Base/Chained ctor args.
|
||||
|
||||
2005-06-26 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromCompileUnitTest.cs: Removed last usage of
|
||||
Assertion class.
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests for method, property and
|
||||
parameter level attributes.
|
||||
|
||||
2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromCompileUnitTest.cs: Added test for assembly-level
|
||||
attribute without value. Use Assert instead of deprecated Assertion.
|
||||
* CodeGeneratorFromTypeTest.cs: Use Assert instead of Assertion.
|
||||
|
||||
2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests to verify code generated
|
||||
for field and event members.
|
||||
|
||||
2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTest.cs: Added tests to verify code generated
|
||||
for Type (with and without custom attributes).
|
||||
|
||||
2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromCompileUnitTest.cs: several tests to ensure
|
||||
code generated by GenerateCodeFromCompileUnit matches that of
|
||||
MS.NET.
|
||||
|
||||
2005-06-12 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* VBCodeProviderTest.cs: Marked tests NotWorking on 2.0 profile
|
||||
as we don't yet have an mbas for that profile.
|
||||
|
||||
2005-06-12 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* VBCodeProviderTest.cs: fixed line endings
|
||||
|
||||
2005-06-10 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* VBCodeProviderTest.cs: improve reporting of test failures as a
|
||||
result of compile errors. Added a ICodeGenerator.Supports tests
|
||||
for .NET 2.0.
|
||||
|
||||
2005-06-10 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* VBCodeProviderTest.cs: removed unnecessary test, added test
|
||||
for ICodeGenerator.Supports.
|
||||
|
||||
2005-06-09 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* VBCodeProviderTest.cs: added batch of tests that check whether
|
||||
temporary files are cleaned up, compile multiple sources/compile units
|
||||
and files. Use separate AppDomain for tests that actually loaded
|
||||
the compiled assembly, to ensure no test output is left on the system.
|
||||
|
||||
2005-06-05 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* VBCodeProviderTest.cs: moved to using NUnit 2.x Assert, improve
|
||||
failure output of CreateCompiler test.
|
||||
|
||||
2005-05-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* VBCodeProviderTest.cs: Added tests for GenerateInMemory
|
||||
compiler parameter.
|
||||
|
||||
2004-12-03 Raja R Harinath <rharinath@novell.com>
|
||||
|
||||
* VBCodeProviderTest.cs: Change namespace to
|
||||
MonoTests.Microsoft.VisualBasic.
|
||||
|
||||
2004-11-19 Raja R Harinath <rharinath@novell.com>
|
||||
|
||||
* VBCodeProviderTest.cs (CreateCompiler): Be more verbose about
|
||||
error exit.
|
||||
|
||||
2004-03-08 Nick Drochak <ndrochak@ieee.org>
|
||||
|
||||
* VBCodeProviderTest.cs: On windows, do not use mono to execute
|
||||
assembly. Actually, this should be if running on MS's CLR, but
|
||||
for now it will do.
|
||||
|
||||
2004-02-04 Jackson Harper <jackson@ximian.com>
|
||||
|
||||
* VBCodeProviderTest.cs: Use mono to execute assembly.
|
||||
|
||||
2003-12-11 Nick Drochak <ndrochak@ieee.org>
|
||||
|
||||
* VBCodeProviderTest.cs: Console.WriteLine's don't really belong in
|
||||
unit tests.
|
||||
|
||||
2003-12-11 Nick Drochak <ndrochak@ieee.org>
|
||||
|
||||
* VBCodeProviderTest.cs: Fixed subtle namespace issues preventing
|
||||
build with csc.
|
||||
|
||||
2003-12-10 Jochen Wezel <jwezel@compumaster.de>
|
||||
|
||||
* VBCodeProviderTest.cs: moved into proper subdir
|
||||
and also extended for additional testings
|
||||
|
||||
* CodeGenerator*.cs: C# units copied and changed for VB use
|
||||
|
@@ -1,15 +0,0 @@
|
||||
2005-10-17 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* IntranetZoneCredentialPolicyCas.cs: New. CAS unit tests.
|
||||
* IntranetZoneCredentialPolicyTest.cs: New. Unit tests.
|
||||
|
||||
2005-10-17 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* PowerModeChangedEventArgsCas.cs: New. CAS unit tests.
|
||||
* SessionEndedEventArgsCas.cs: New. CAS unit tests.
|
||||
* SessionEndingEventArgsCas.cs: New. CAS unit tests.
|
||||
* SessionSwitchEventArgsCas.cs: New. CAS unit tests.
|
||||
* SystemEventsCas.cs: New. CAS unit tests.
|
||||
* TimerElapsedEventArgsCas.cs: New. CAS unit tests.
|
||||
* UserPreferenceChangedEventArgsCas.cs: New. CAS unit tests.
|
||||
* UserPreferenceChangingEventArgsCas.cs: New. CAS unit tests.
|
@@ -1,136 +0,0 @@
|
||||
2010-04-13 Jonathan Pryor <jpryor@novell.com>
|
||||
|
||||
* CodeGeneratorTest.cs: Add some testing for CodeRegionDirectives.
|
||||
|
||||
2008-05-09 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTestBase.cs: Added tests for
|
||||
System.ParamArrayAttribute custom attribute.
|
||||
|
||||
2008-04-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ExecutorTest.cs: Use Assert.Ignore when ping is not available.
|
||||
Avoid using ExpectedException in ExecWait test, and added link to
|
||||
MS bug report.
|
||||
|
||||
2008-04-08 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* CodeGeneratorFromTypeTestBase.cs: add a generator for
|
||||
abstract properties.
|
||||
|
||||
2008-01-29 Zoltan Varga <vargaz@gmail.com>
|
||||
|
||||
* ExecutorTest.cs (ExecWait_NullTempFileCollection): Fix the cmdNoFound case.
|
||||
|
||||
* ExecutorTest.cs: Handle cases when ping is not in the PATH, or when it
|
||||
returns a non standard error code.
|
||||
|
||||
2007-12-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* CodeGeneratorFromTypeTestBase.cs: Added PartialTypeTest.
|
||||
|
||||
2007-01-18 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* CodeGeneratorFromTypeTestBase.cs :
|
||||
added GenerateGenericCodeTypeReferences() for generic type test.
|
||||
|
||||
2005-11-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* IndentedTextWriterTest.cs: Added tests for Indent property.
|
||||
|
||||
2005-11-30 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CodeCompilerCas.cs: MS doesn't demand EnvironmentPermission under
|
||||
1.x.
|
||||
|
||||
2005-11-26 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTestBase.cs: Modified GetMethodMembersType3 to
|
||||
add parameter with no name.
|
||||
|
||||
2005-11-02 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CodeCompilerCas.cs: New. CAS unit tests.
|
||||
* ExecutorCas.cs: New. CAS unit tests.
|
||||
* ExecutorTest.cs: New. Unit tests for Executor.
|
||||
|
||||
2005-11-01 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CodeGeneratorCas.cs: New. CAS unit tests.
|
||||
|
||||
2005-11-01 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CodeDomProviderCas.cs: New. CAS unit tests.
|
||||
|
||||
2005-10-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorTestBase.cs: Set eol-style to native.
|
||||
* CodeGeneratorTest.cs: Set eol-style to native.
|
||||
* CodeGeneratorFromTypeTestBase.cs: Added tests for
|
||||
CodeEntryPointMethod and bug #76580. Set eol-style to native.
|
||||
* IndentedTextWriterTest.cs: Set eol-style to native.
|
||||
|
||||
2005-10-25 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CompilerErrorCas.cs: Under 1.x CompilerError is protected by a
|
||||
LinkDemand for Unrestricted.
|
||||
* CompilerErrorCollectionCas.cs: Under 1.x CompilerError is protected
|
||||
by a LinkDemand for Unrestricted.
|
||||
* TempFileCollectionCas.cs: Moved precompiler directive to the right
|
||||
method (to ignore a test under MS 1.x).
|
||||
|
||||
2005-10-25 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* TempFileCollectionCas.cs: New. CAS unit tests.
|
||||
* TempFileCollectionTest.cs: New. Very basic tests to check the
|
||||
behaviour of the TempDir property.
|
||||
|
||||
2005-10-24 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CodeGeneratorOptionsCas.cs: New. CAS unit tests.
|
||||
* CodeGeneratorOptionsTest.cs: New. Unit tests.
|
||||
* CodeParserCas.cs: New. CAS unit tests.
|
||||
* CompilerErrorCas.cs: New. CAS unit tests.
|
||||
* CompilerErrorCollectionCas.cs: New. CAS unit tests.
|
||||
* CompilerInfoCas.cs: New. CAS unit tests.
|
||||
* CompilerParametersCas.cs: New. CAS unit tests.
|
||||
* CompilerResultsCas.cs: New. CAS unit tests.
|
||||
* GeneratedCodeAttributeCas.cs: New. CAS unit tests.
|
||||
* GeneratedCodeAttributeTest.cs: New. Unit tests.
|
||||
* IndentedTextWriterCas.cs: New. CAS unit tests.
|
||||
|
||||
2005-10-15 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorTestBase.cs: No longer keep instance of StringWriter to
|
||||
allow GenerateCodeFromType to be executed multiple times with relying
|
||||
on user to reset writer. Allow CodeGeneratorOptions to be passed in,
|
||||
in order to support bracing style tests.
|
||||
* CodeGeneratorFromTypeTestBase.cs: Modify Generate* methods to take
|
||||
CodeGeneratorOptions instance and pass it on to GenerateCodeFromType.
|
||||
|
||||
2005-07-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTestBase.cs: Added NewSlot tests.
|
||||
|
||||
2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorTest.cs: Removed duplicate import of NUNit.Framework
|
||||
namespace.
|
||||
* CodeGeneratorFromTypeTestBase.cs: Added BaseTypes and
|
||||
TypeConstructor tests.
|
||||
|
||||
2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorTest.cs: Added unit tests for CodeGenerator.IsCurrent*.
|
||||
|
||||
2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeGeneratorFromTypeTestBase.cs: Base class for unit tests for
|
||||
CodeGenerator.GenerateCodeFromType.
|
||||
* CodeGeneratorTestBase.cs: Base class for CodeGenerator unit tests.
|
||||
|
||||
2004-06-13 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* IndentedTextWriterTest.cs: added test for IndentedTextWriter
|
||||
|
||||
|
@@ -1,235 +0,0 @@
|
||||
2009-08-13 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* CodeTypeReferenceTest.cs: added test for bug #523341
|
||||
|
||||
2007-01-25 Ilya Kharmatsky <ilyak -at- mainsoft.com>
|
||||
|
||||
* CodeTypeReferenceTest.cs :
|
||||
Added 'Ignore' attributes for several tests, under TARGET_JVM
|
||||
directive, in order to workaround the Grasshopper's bugs.
|
||||
|
||||
2007-01-18 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* CodeTypeReferenceTest.cs :
|
||||
Fixed generic type tests and let them involved in the actual tests.
|
||||
Added some more generic type tests, including generic type
|
||||
definition.
|
||||
|
||||
2005-11-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeRemoveEventStatementTest.cs: Added tests for ctors.
|
||||
|
||||
2005-11-20 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeTypeParameterCollectionTest.cs: Improve coverage of AddRange
|
||||
test. Added Remove tests.
|
||||
* CodeParameterDeclarationExpressionCollectionTest.cs: Same.
|
||||
* CodeCatchClauseCollectionTest.cs: Same.
|
||||
* CodeStatementCollectionTest.cs: Same.
|
||||
* CodeTypeMemberCollectionTest.cs: Same.
|
||||
* CodeExpressionCollectionTest.cs: Same.
|
||||
* CodeTypeReferenceCollectionTest.cs: Same.
|
||||
* CodeCommentStatementCollectionTest.cs: Same.
|
||||
* CodeAttributeArgumentCollectionTest.cs: Same.
|
||||
* CodeAttributeDeclarationCollectionTest.cs: Same.
|
||||
* CodeDirectiveCollectionTest.cs: Same.
|
||||
* CodeTypeDeclarationCollectionTest.cs: Same.
|
||||
* CodeNamespaceCollectionTest.cs: Same.
|
||||
|
||||
2005-11-20 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeTypeParameterCollectionTest.cs: Added tests for ctors, and
|
||||
Add/AddRange/Insert methods.
|
||||
* CodeCatchClauseCollectionTest.cs: Added tests for ctors, and
|
||||
Add/AddRange/Insert methods.
|
||||
* CodeStatementCollectionTest.cs: Added AddRange test for null item.
|
||||
* CodeTypeMemberCollectionTest.cs: Added tests for ctors, and
|
||||
Add/AddRange/Insert methods.
|
||||
* CodeCommentStatementCollectionTest.cs: Added tests for ctors, and
|
||||
Add/AddRange/Insert methods.
|
||||
* CodeAttributeArgumentCollectionTest.cs: Added tests for ctors, and
|
||||
Add/AddRange/Insert methods.
|
||||
* CodeAttributeDeclarationCollectionTest.cs: Added tests for ctors,
|
||||
and Add/AddRange/Insert methods.
|
||||
* CodeDirectiveCollectionTest.cs: Added tests for ctors, and
|
||||
Add/AddRange/Insert methods.
|
||||
* CodeTypeDeclarationCollectionTest.cs: Added tests for ctors, and
|
||||
Add/AddRange/Insert methods.
|
||||
* CodeNamespaceImportCollectionTest.cs: Added tests for ctor, Add and
|
||||
AddRange methods.
|
||||
* CodeNamespaceCollectionTest.cs: Added tests for ctors, and
|
||||
Add/AddRange/Insert methods.
|
||||
|
||||
2005-11-09 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeExpressionCollectionTest.cs: Fixed test case for AddRange_Self
|
||||
to really discover regressions.
|
||||
* CodeStatementCollectionTest.cs: same.
|
||||
* CodeTypeReferenceCollectionTest.cs: same.
|
||||
|
||||
2005-11-08 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CodeExpressionCollectionTest.cs: Added test case for AddRange(self).
|
||||
* CodeStatementCollectionTest.cs: Added test case for AddRange(self).
|
||||
* CodeTypeReferenceCollectionTest.cs: Added test case for
|
||||
AddRange(self).
|
||||
|
||||
2005-11-08 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeExpressionCollectionTest.cs: Added tests for ctors and AddRange
|
||||
changes made in r52579.
|
||||
* CodeParameterDeclarationExpressionCollectionTest.cs: same.
|
||||
* CodeTypeReferenceCollectionTest.cs: same.
|
||||
|
||||
2005-11-07 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CodeMethodInvokeExpressionTest.cs: Fixed some failures on 2.0
|
||||
tests.
|
||||
|
||||
2005-11-04 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeTypeReferenceExpressionTest.cs: Added tests.
|
||||
* CodeVariableDeclarationStatementTest.cs: Added tests.
|
||||
* CodePropertyReferenceExpressionTest.cs: Added tests.
|
||||
* CodeNamespaceImportTest.cs: Added tests.
|
||||
* CodeTypeConstructorTest.cs: Added tests.
|
||||
* CodeSnippetExpressionTest.cs: Added tests.
|
||||
* CodeParameterDeclarationExpressionTest.cs: Added tests.
|
||||
* CodeObjectCreateExpressionTest.cs: Added tests.
|
||||
* CodeTypeDelegateTest.cs: Set eol-style to native.
|
||||
* CodeLabeledStatementTest.cs: Added tests.
|
||||
* CodeConstructorTest.cs: Added tests.
|
||||
* CodeTypeOfExpressionTest.cs: Added tests.
|
||||
* CodeGotoStatementTest.cs: Added tests.
|
||||
* CodeCastExpressionTest.cs: Added tests.
|
||||
* CodeMemberFieldTest.cs: Set eol-style to native.
|
||||
* CodeMethodInvokeExpressionTest.cs: Added tests.
|
||||
* CodeEventReferenceExpressionTest.cs: Added tests.
|
||||
* CodeChecksumPragmaTest.cs: Added tests.
|
||||
* CodeSnippetCompileUnitTest.cs: Added tests.
|
||||
* CodeNamespaceTest.cs: Added tests.
|
||||
* CodeSnippetStatementTest.cs: Added tests.
|
||||
* CodeMemberMethodTest.cs: Added tests.
|
||||
* CodeMemberPropertyTest.cs: Set eol-style to native.
|
||||
* CodeCatchClauseTest.cs: Added tests.
|
||||
* CodeStatementCollectionTest.cs: Added tests.
|
||||
* CodeRegionDirectiveTest.cs: Added tests.
|
||||
* CodeTypeParameterTest.cs: Added tests.
|
||||
* CodeVariableReferenceExpressionTest.cs: Added tests.
|
||||
* CodeDefaultValueExpressionTest.cs: Added tests.
|
||||
* CodeSnippetTypeMemberTest.cs: Added tests.
|
||||
* CodeDelegateCreateExpressionTest.cs: Added tests.
|
||||
* CodeLinePragmaTest.cs: Added tests.
|
||||
* CodeMethodReferenceExpressionTest.cs: Added tests.
|
||||
|
||||
2005-10-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeArgumentReferenceExpressionTest.cs: Fixed namespace.
|
||||
* CodeArrayCreateExpressionTest.cs: Fixed namespace.
|
||||
* CodeAttachEventStatementTest.cs: Fixed namespace and added tests for
|
||||
contructors that were not covered.
|
||||
* CodeAttributeArgumentTest.cs: Fixed namespace.
|
||||
* CodeAttributeDeclarationTest.cs: Fixed namespace and added tests for
|
||||
constructors that were not covered.
|
||||
|
||||
2005-10-24 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeArgumentReferenceExpressionTest.cs: Added test for default ctor
|
||||
and default value of ParameterName.
|
||||
* CodeArrayCreateExpressionTest.cs: Added test for default ctor and
|
||||
default value of CreateType.
|
||||
* CodeAttachEventStatementTest.cs: Added test for default ctor and
|
||||
default value of Event.
|
||||
* CodeAttributeArgumentTest.cs: Added test for default ctor and
|
||||
default value of Name.
|
||||
* CodeAttributeDeclarationTest.cs: Added test for default ctor and
|
||||
default value of Name.
|
||||
|
||||
2005-10-24 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeTypeReferenceTest.cs: Enabled test case for bug #76535. Added
|
||||
few additional tests for null or zero length data type of array.
|
||||
|
||||
2005-10-24 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CodeTypeReferenceCas.cs: Fixed test cases not to trigger bug or
|
||||
depend on the internal ctor.
|
||||
* CodeTypeReferenceTest.cs: Added a test case for bug #76535.
|
||||
|
||||
2005-10-24 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CodeArgumentReferenceExpressionCas.cs,
|
||||
CodeArrayCreateExpressionCas.cs, CodeArrayIndexerExpressionCas.cs,
|
||||
CodeAssignStatementCas.cs, CodeAttachEventStatementCas.cs,
|
||||
CodeAttributeArgumentCas.cs, CodeAttributeArgumentCollectionCas.cs,
|
||||
CodeAttributeDeclarationCas.cs,
|
||||
CodeAttributeDeclarationCollectionCas.cs,
|
||||
CodeBaseReferenceExpressionCas.cs, CodeBinaryOperatorExpressionCas.cs,
|
||||
CodeCastExpressionCas.cs, CodeCatchClauseCas.cs,
|
||||
CodeCatchClauseCollectionCas.cs, CodeChecksumPragmaCas.cs,
|
||||
CodeCommentStatementCas.cs, CodeCommentStatementCollectionCas.cs,
|
||||
CodeCompileUnitCas.cs, CodeConditionStatementCas.cs,
|
||||
CodeConstructorCas.cs, CodeDefaultValueExpressionCas.cs,
|
||||
CodeDelegateCreateExpressionCas.cs,
|
||||
CodeDelegateInvokeExpressionCas.cs, CodeDirectionExpressionCas.cs,
|
||||
CodeDirectiveCas.cs, CodeDirectiveCollectionCas.cs,
|
||||
CodeEntryPointMethodCas.cs, CodeEventReferenceExpressionCas.cs,
|
||||
CodeExpressionCas.cs, CodeExpressionCollectionCas.cs,
|
||||
CodeExpressionStatementCas.cs, CodeFieldReferenceExpressionCas.cs,
|
||||
CodeGotoStatementCas.cs, CodeIndexerExpressionCas.cs,
|
||||
CodeIterationStatementCas.cs, CodeLinePragmaCas.cs,
|
||||
CodeMemberEventCas.cs, CodeMemberFieldCas.cs, CodeMemberMethodCas.cs,
|
||||
CodeMemberPropertyCas.cs, CodeMethodInvokeExpressionCas.cs,
|
||||
CodeMethodReferenceExpressionCas.cs, CodeMethodReturnStatementCas.cs,
|
||||
CodeNamespaceCas.cs, CodeNamespaceCollectionCas.cs,
|
||||
CodeNamespaceImportCas.cs, CodeNamespaceImportCollectionCas.cs,
|
||||
CodeObjectCas.cs, CodeObjectCreateExpressionCas.cs,
|
||||
CodeParameterDeclarationExpressionCas.cs,
|
||||
CodeParameterDeclarationExpressionCollectionCas.cs,
|
||||
CodePrimitiveExpressionCas.cs, CodePropertyReferenceExpressionCas.cs,
|
||||
CodePropertySetValueReferenceExpressionCas.cs,
|
||||
CodeRegionDirectiveCas.cs, CodeRemoveEventStatementCas.cs,
|
||||
CodeSnippetCompileUnitCas.cs, CodeSnippetExpressionCas.cs,
|
||||
CodeSnippetStatementCas.cs, CodeSnippetTypeMemberCas.cs,
|
||||
CodeStatementCas.cs, CodeStatementCollectionCas.cs,
|
||||
CodeThisReferenceExpressionCas.cs, CodeThrowExceptionStatementCas.cs,
|
||||
CodeTryCatchFinallyStatementCas.cs, CodeTypeConstructorCas.cs,
|
||||
CodeTypeDeclarationCas.cs, CodeTypeDeclarationCollectionCas.cs,
|
||||
CodeTypeDelegateCas.cs, CodeTypeMemberCas.cs,
|
||||
CodeTypeMemberCollectionCas.cs, CodeTypeOfExpressionCas.cs,
|
||||
CodeTypeParameterCas.cs, CodeTypeReferenceCas.cs,
|
||||
CodeTypeReferenceCollectionCas.cs, CodeTypeReferenceExpressionCas.cs,
|
||||
CodeVariableDeclarationStatementCas.cs,
|
||||
CodeVariableReferenceExpressionCas.cs: New. CAS unit tests.
|
||||
|
||||
2005-10-07 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeTypeReferenceTest.cs: Added tests for multi-dimensional
|
||||
arrays.
|
||||
|
||||
2005-10-05 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeTypeReferenceTest.cs: Added tests for generic types and base
|
||||
types with generic type parameters.
|
||||
|
||||
2005-10-02 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeTypeReferenceTest.cs: Added tests for CodeTypeParameter ctor,
|
||||
and string (basetype) ctor.
|
||||
|
||||
2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeTypeDelegateTest.cs: Added tests for BaseTypes and ReturnType.
|
||||
|
||||
2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeTypeReferenceTest.cs: Tests for zero-length and null type names,
|
||||
and null type.
|
||||
|
||||
2005-06-26 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeMemberPropertyTest.cs: Test for default value of Type property.
|
||||
|
||||
2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeMemberFieldTest.cs: Test for default value of Type property.
|
@@ -253,7 +253,7 @@ namespace MonoTests.System.Collections.Concurrent
|
||||
const int elNumber = 5;
|
||||
|
||||
var c = new BlockingCollection <int> (elNumber);
|
||||
var token = new CancellationTokenSource (100);
|
||||
var token = new CancellationTokenSource (1000);
|
||||
|
||||
for (var i = 0; i < elNumber + 1; i++) {
|
||||
c.Add (1, token.Token);
|
||||
@@ -271,7 +271,7 @@ namespace MonoTests.System.Collections.Concurrent
|
||||
cols[i] = new BlockingCollection <int> (elNumber);
|
||||
}
|
||||
|
||||
var token = new CancellationTokenSource (100);
|
||||
var token = new CancellationTokenSource (1000);
|
||||
for (var i = 0; i < colNumber * elNumber; i++) {
|
||||
BlockingCollection <int>.AddToAny (cols, 1, token.Token);
|
||||
}
|
||||
|
@@ -1,9 +0,0 @@
|
||||
2010-04-23 Jérémie Laval <jeremie.laval@gmail.com>
|
||||
|
||||
* BlockingCollectionTests.cs: Add IsCompletedEmptyTestCase,
|
||||
fix namespace name
|
||||
|
||||
2009-08-19 Jérémie Laval <jeremie.laval@gmail.com>
|
||||
|
||||
* BlockingCollectionTests.cs: track API changes
|
||||
|
@@ -1,145 +0,0 @@
|
||||
2010-04-09 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* SortedSetTest.cs (ViewCount): Test that count reflects changes
|
||||
in underlying set.
|
||||
|
||||
2010-04-07 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* SortedSetTest.cs: Update to test more view functionality,
|
||||
including set comparison operators.
|
||||
|
||||
2010-04-06 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* SortedSetTest.cs: add test for SortedSubSet.Count.
|
||||
|
||||
2010-04-05 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* SortedSetTest.cs: Add test for various set comparison operators.
|
||||
|
||||
2010-04-04 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* SortedSetTest.cs: Add tests for IntersectWith, UnionWith,
|
||||
ExceptWith and SymmetricExceptWith.
|
||||
|
||||
2010-04-02 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* SortedSetTest.cs: add tests for Min and Max on subsets.
|
||||
|
||||
2010-04-02 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* SortedSetTest.cs: add tests for GetViewBetween.
|
||||
|
||||
2010-04-02 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* SortedSetTest.cs: add tests for Min and Max.
|
||||
|
||||
2010-04-02 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* SortedSetTest.cs: add test for RemoveWhere.
|
||||
|
||||
2010-04-02 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* SortedSetTest.cs: add test for Reverse.
|
||||
|
||||
2010-04-02 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* SortedSetTest.cs: add new fixture.
|
||||
|
||||
2009-12-01 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* StackTest.cs: add a test ensuring that disposing the stack
|
||||
enumerator prevents to iterate further.
|
||||
|
||||
2009-11-25 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* QueueTest.cs: add test for a specific combination of
|
||||
calls that make the queue crash when enqueuing an item.
|
||||
|
||||
2009-11-25 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* QueueTest.cs: add tests for ICollection.CopyTo.
|
||||
|
||||
2009-07-31 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* SortedDictionaryTest.cs (Enumerator_Current): New test.
|
||||
(KeyEnumerator_Current, ValueEnumerator_Current): Likewise.
|
||||
|
||||
2009-07-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
|
||||
|
||||
* SortedListTest.cs: new tests for bug #521750 provided by
|
||||
Kevin Fitzgerald.
|
||||
|
||||
2009-05-10 Andrés G. Aragoneses <aaragoneses@novell.com>
|
||||
|
||||
* LinkedListTest.cs: Added test for #481621,
|
||||
converted from example code by Andy Hume <andyhume32@yahoo.co.uk>.
|
||||
|
||||
2009-03-11 Zoltan Varga <vargaz@gmail.com>
|
||||
|
||||
* SortedListTest.cs: Add tests for #483985.
|
||||
|
||||
2009-05-06 Pia Eriksson <pe@hallerud.se>
|
||||
|
||||
* SortedListTest.cs: Added test for CopyTo
|
||||
* LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0
|
||||
* LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0
|
||||
* QueueTest.cs: Test for CopyTo extended w. case when Count == 0
|
||||
* StackTest.cs: Test for CopyTo extended w. case when Count == 0
|
||||
* SortedDictionaryTest.cs: Added test for CopyTo on SortedDictionary,
|
||||
SortedDictionary.Keys and SortedDictionary.Values
|
||||
|
||||
2007-08-20 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* SortedListTest.cs: Tests for #82492.
|
||||
|
||||
2007-05-02 Raja R Harinath <harinath@gmail.com>
|
||||
|
||||
* SortedDictionaryTest.cs (AddNullKeyNullable): Enable.
|
||||
|
||||
2007-04-19 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* QueueTest.cs: Removed usage of deprecated Assertion class. Added
|
||||
test for TrimExcess. Added tests for binary serialization.
|
||||
* StackTest.cs: Removed usage of deprecated Assertion class. Added
|
||||
test for TrimExcess. Added tests for binary serialization.
|
||||
|
||||
2007-03-27 Alan McGovern <alan.mcgovern@gmail.com>
|
||||
|
||||
* QueueTest.cs: Fixed compilation and cosmetic changes
|
||||
|
||||
2007-02-08 Ilya Kharmatsky <ilyak -at- mainsoft.com>
|
||||
|
||||
* SortedDictionaryTest.cs: Added 'Ignore' attribute under
|
||||
TARGET_JVM to workaround not working under Grasshopper test.
|
||||
|
||||
2007-01-25 Ilya Kharmatsky <ilyak -at- mainsoft.com>
|
||||
|
||||
* QueueTest.cs, StackTest.cs: Added 'Ignore' attribute under
|
||||
TARGET_JVM to workaround Grasshopper's bug.
|
||||
|
||||
2006-11-15 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* LinkedListTest.cs, QueueTest.cs, SortedListTest.cs, StackTest.cs:
|
||||
TARGET_JVM to workaround CopyTo limitations.
|
||||
|
||||
2006-04-05 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SortedDictionaryTest.cs : new test.
|
||||
|
||||
2005-11-10 Zoltan Varga <vargaz@gmail.com>
|
||||
|
||||
* StackTest.cs QueueTest.cs: Remove tests for removed TrimToSize ()
|
||||
method.
|
||||
|
||||
2005-11-09 Zoltan Varga <vargaz@gmail.com>
|
||||
|
||||
* SortedListTest.cs: New file.
|
||||
|
||||
2005-09-04 David Waite <mass@akuma.org>
|
||||
|
||||
* LinkedListTest.cs: Added tests for LinkedList<T>
|
||||
|
||||
2005-05-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* QueueTest.cs, StackTest.cs: moved from mscorlib test.
|
||||
|
@@ -1,84 +0,0 @@
|
||||
2009-06-26 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* BitVector32Test.cs, NameValueCollectionTest.cs:
|
||||
Upgrade to new NUnit style.
|
||||
|
||||
2008-08-21 Scott Peterson <lunchtimemama@gmail.com>
|
||||
|
||||
* BitVector32Test.cs: Added test to make sure illegal sections cannot
|
||||
be created.
|
||||
|
||||
2008-01-07 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* NameObjectCollectionBaseTest.cs: Add tests for argument checking in
|
||||
GetObjectData, Add, Clear, Remove, RemoveAt, Set and CopyTo.
|
||||
|
||||
2007-04-29 Ilya Kharmatsky <ilyak@mainsoft.com>
|
||||
|
||||
* NameValueCollectionTest.cs: Added test which checks proper exception
|
||||
handling in several constructors and CopyTo method, under NET_2_0
|
||||
target.
|
||||
|
||||
2005-11-30 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* BitVector32Cas.cs: New. CAS unit tests.
|
||||
* BitVector32Test.cs: More test cases to increase coverage.
|
||||
* CollectionsUtilCas.cs: New. CAS unit tests.
|
||||
* HybridDictionaryCas.cs: New. CAS unit tests.
|
||||
* HybridDictionaryTest.cs: More test cases to increase coverage.
|
||||
* ListDictionaryCas.cs: New. CAS unit tests.
|
||||
* ListDictionaryTest.cs: More test cases to increase coverage.
|
||||
* NameObjectCollectionBaseCas.cs: New. CAS unit tests.
|
||||
* NameObjectCollectionBaseTest.cs: New. Unit tests.
|
||||
* NameValueCollectionCas.cs: New. CAS unit tests.
|
||||
* NameValueCollectionTest.cs: More test cases to increase coverage.
|
||||
* OrderedDictionaryCas.cs: New. CAS unit tests.
|
||||
* OrderedDictionaryTest.cs: New. Unit tests.
|
||||
* StringCollectionCas.cs: New. CAS unit tests.
|
||||
* StringCollectionTest.cs: More test cases to increase coverage.
|
||||
* StringDictionaryCas.cs: New. CAS unit tests.
|
||||
* StringDictionaryTest.cs: New. Unit tests.
|
||||
|
||||
2004-06-14 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HybridDictionaryTest.cs: Added cases with an non-empty dictionary.
|
||||
* NameValueCollectionTest.cs: Added tests for CopyTo(Array,int). Added
|
||||
test for remove (case insensitive).
|
||||
|
||||
2004-06-05 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HybridDictionaryTest.cs: Added cases with an empty dictionary.
|
||||
* NameValueCollectionTest.cs: Added tests to add and replace (set)
|
||||
existing values in collection. Added tests for CopyTo.
|
||||
|
||||
2004-01-01 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* BitVector32Test.cs: Test some more values less than 1.
|
||||
|
||||
2003-09-04 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* BitVector32Test.cs (TestNegativeIndexer, TestSectionIndexer,
|
||||
TestCreateSection): new tests from Alon Gazit <along@mainsoft.com>.
|
||||
|
||||
* ListDictionaryTest.cs (CopyTo1, CopyTo2, Remove): New file, with
|
||||
tests from Alon Gazit <along@mainsoft.com>.
|
||||
|
||||
2002-06-24 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* BasicOperationsTest.cs: Make test pass on .NET 1.1.
|
||||
|
||||
2002-03-29 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* BasicOperationsTest.cs: Moved file here from root of Test dir
|
||||
|
||||
2002-06-24 Andrew Birkett <adb@tardis.ed.ac.uk>
|
||||
|
||||
* BitVector32Test.cs: New tests for sections and removed ^M's.
|
||||
|
||||
2002-05-11 Lawrence Pit <loz@cable.a2000.nl>
|
||||
|
||||
* Added NameValueCollectionTest.TestGetValues
|
||||
|
||||
2002-05-09 Lawrence Pit <loz@cable.a2000.nl>
|
||||
|
||||
* Moved StringCollectionTest.cs and NameValueCollectionTest to this dir
|
@@ -1,29 +0,0 @@
|
||||
2009-06-06 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ContextStackTest.cs: Added unit tests for indexers, and argument
|
||||
(null) checks.
|
||||
|
||||
2007-08-20 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ContextStackTest.cs: Fix build of unit tests on 1.0 profile.
|
||||
|
||||
2007-08-19 Ivan N. Zlatev <contact@i-nz.net>
|
||||
|
||||
* ContextStackTest.cs: New unit tests for ContextStack.
|
||||
|
||||
2007-07-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* InstanceDescriptorTest.cs: Improved ctor tests. Added tests for
|
||||
properties and fields.
|
||||
|
||||
2005-10-18 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* InstanceDescriptorCas.cs: Added more tests for LinkDemand as it just
|
||||
occured to me that it looked like the LinkDemand was on the class (and
|
||||
not only on the ctor).
|
||||
|
||||
2005-10-18 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* InstanceDescriptorCas.cs: New. CAS unit tests.
|
||||
* InstanceDescriptorTest.cs: New. Unit tests for InstanceDescriptor
|
||||
when using a ContructorInfo.
|
@@ -1,29 +0,0 @@
|
||||
2008-06-20 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ServiceContainerTest.cs: Added tests for Dispose.
|
||||
|
||||
2008-06-07 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ServiceContainerTest.cs: Added test for argument checks in
|
||||
AddService and RemoveService overloads. Added tests for AddService
|
||||
and RemoveService.
|
||||
|
||||
2008-01-06 Ivan N. Zlatev <contact@i-nz.net>
|
||||
|
||||
* ServiceContainerTest.cs: Test that DefaultServices is checked in
|
||||
GetService in 2.0.
|
||||
|
||||
2007-12-24 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CheckoutExceptionTest.cs: Added test for ctors and Canceled.
|
||||
|
||||
2004-01-01 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* ServiceContainerTest.cs: Eliminate unused variable that was giving us
|
||||
a warning. Also did a little nunit version 2 house cleaning.
|
||||
|
||||
2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
|
||||
|
||||
* ChangeLog:
|
||||
* ServiceContainerTest.cs: new test
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -287,7 +287,7 @@ namespace MonoTests.System.Configuration {
|
||||
[Test]
|
||||
public void TestSettings2_Properties ()
|
||||
{
|
||||
string expected = "MonoTests.System.Configuration.ProviderPoker, System_test_net_4_x, Version=0.0.0.0";
|
||||
string expected = "MonoTests.System.Configuration.ProviderPoker, net_4_x_System_test, Version=0.0.0.0";
|
||||
Assert.AreEqual (expected, new SettingsProviderAttribute (typeof (ProviderPoker)).ProviderTypeName.Substring (0, expected.Length), "#1");
|
||||
TestSettings2 settings = new TestSettings2 ();
|
||||
|
||||
|
@@ -1,73 +0,0 @@
|
||||
2008-09-14 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ConfigXmlDocumentTest.cs: Added test for Load (String).
|
||||
|
||||
2008-09-14 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ProviderCollectionTest.cs: Moved to System.Configuration assembly.
|
||||
|
||||
2008-06-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ConfigurationExceptionTest.cs: Added ctor tests.
|
||||
* ApplicationSettingsBaseTest.cs: Fixed line endings.
|
||||
|
||||
2007-10-30 Arina Itkes <arinai@mainsoft.com>
|
||||
|
||||
* SettingsBaseTest.cs: Replacing Win32Exception to
|
||||
CustomerException for compilation with TARGET_JVM defined.
|
||||
* ApplicationSettingsBaseTest.cs: Replacing ProviderTypeName
|
||||
to actual for compilation with TARGET_JVM defined.
|
||||
|
||||
2007-06-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SettingElementTest.cs : test initial Value.
|
||||
|
||||
2007-05-31 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ApplicationSettingsBaseTest.cs : NotWorking Providers().
|
||||
|
||||
2007-05-30 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SettingsBaseTest.cs : new test.
|
||||
* ApplicationSettingsBaseTest.cs : added Providers().
|
||||
|
||||
2007-05-28 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SettingElementTest.cs : blame catch.
|
||||
|
||||
2007-05-28 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SettingElementTest.cs : new test.
|
||||
|
||||
2007-05-28 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ApplicationSettingsBaseTest.cs : enable working test.
|
||||
|
||||
2007-01-14 Vladimir Krasnov <vladimirk@mainsoft.com>
|
||||
|
||||
* SettingsPropertyValueTest.cs: added tests for IsDirty proprty
|
||||
|
||||
2007-01-08 Vladimir Krasnov <vladimirk@mainsoft.com>
|
||||
|
||||
* SettingsPropertyValueTest.cs: added tests of default value
|
||||
deserealization
|
||||
|
||||
2006-11-09 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* ApplicationSettingsBaseTest.cs: Added test case for StringCollection
|
||||
properties (that encode the string list in XML).
|
||||
|
||||
2006-11-05 Vladimir Krasnov <vladimirk@mainsoft.com>
|
||||
|
||||
* SettingsPropertyValueTest.cs: added tests of value deserealization
|
||||
|
||||
2006-06-29 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ApplicationSettingsBaseTest.cs : added test for bug #78654.
|
||||
|
||||
2006-05-17 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* LocalFileSettingsProviderTest.cs : commented some lines in
|
||||
Initialized() as they don't work under .NET.
|
||||
* ApplicationSettingsBaseTest.cs : added Synchronized(), test for
|
||||
bug #78430.
|
@@ -1,299 +0,0 @@
|
||||
2009-06-26 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* SwitchesTest.cs, TraceTest.cs: Upgrade to new NUnit style.
|
||||
|
||||
2009-02-24 Andrés G. Aragoneses <aaragoneses@novell.com>
|
||||
|
||||
* Process.cs: New tests for bug 477943.
|
||||
|
||||
2008-12-30 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* ProcessTest.cs: Import System.Threading namespace.
|
||||
|
||||
2008-12-25 Miguel de Icaza <miguel@novell.com>
|
||||
|
||||
* ProcessTest.cs: Created a test case from bug 459450.
|
||||
|
||||
2008-10-18 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* EventLogTest.cs: Fixed compiler warning.
|
||||
|
||||
2008-08-02 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* TraceListenerTest.cs: Added test for GetSupportedAttributes.
|
||||
|
||||
2008-06-21 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* ProcessTest.cs (Start_UseShellExecuteWithEmptyUserName):
|
||||
add test for bug #350543.
|
||||
|
||||
2008-06-11 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* FileVersionInfoTest.cs : disabled all English-Windows-dependent
|
||||
tests. They all fail on Windows whose language is not English.
|
||||
|
||||
In general, be careful to compare language-dependent strings.
|
||||
|
||||
2008-05-02 Zoltan Varga <vargaz@gmail.com>
|
||||
|
||||
* TraceTest.cs: Add a test for #385666.
|
||||
|
||||
2008-04-18 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* FileVerionInfoTest.cs: Enabled test for bug #374600.
|
||||
|
||||
2008-03-29 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* FileVersionInfoTest.cs: Enabled tests that previously failed.
|
||||
Increase code coverage.
|
||||
|
||||
2008-01-23 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* FileVersionInfoTest.cs: Added set of (mostly notworking) tests for
|
||||
FileVersionInfo, and indirectly also for AssemblyBuilder.
|
||||
|
||||
2007-12-22 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ProcessTest.cs: Added tests for PriorityClass.
|
||||
|
||||
2007-12-04 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ProcessTest.cs: Added tests for Start overloads.
|
||||
|
||||
2007-11-02 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* ProcessTest.cs (TestRedirectedOutputIsAsync):
|
||||
Comment out the failing asserts until I've found out why they are
|
||||
failing.
|
||||
|
||||
2007-11-02 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* ProcessTest.cs (TestRedirectedOutputIsAsync):
|
||||
Wait for the pending async operation.
|
||||
|
||||
2007-11-02 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* ProcessTest.cs (TestRedirectedOutputIsAsync):
|
||||
Instrument to see why the build bots are failing.
|
||||
|
||||
2007-11-01 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* ProcessTest.cs (TestRedirectedOutputIsAsync):
|
||||
Replace the generated script with a simple one (command line based).
|
||||
Add additional assert for Process.ExitCode == 0.
|
||||
|
||||
2007-10-30 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* ProcessTest.cs: Add tests for bug #319829.
|
||||
|
||||
2007-10-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SwitchesTest.cs: Fixed compiler warning.
|
||||
|
||||
2007-09-22 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DiagnosticsConfigurationHandlerTest.cs: No longer derive from
|
||||
deprecated Assertion class. Code formatting. On 2.0 profile, allow
|
||||
non-integral values for switches.
|
||||
|
||||
2007-08-14 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* EventLogTest.cs: Added tests for validity of machine name. Added
|
||||
tests for case-insensitivity of Source, Log and MachineName.
|
||||
|
||||
2007-08-06 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ProcessStartInfoTest.cs: tests for Standard[Output|Error]Encoding.
|
||||
|
||||
2007-07-11 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* ProcessStartInfoTest.cs: New.
|
||||
|
||||
2007-05-19 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* DelimitedListTraceListenerTest.cs : new test.
|
||||
|
||||
2007-05-17 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SwitchesTest.cs : added tests for BooleanSwitch Value.
|
||||
* TraceListenerTest.cs : added test for TraceOutputOptions.
|
||||
|
||||
2007-05-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* DiagnosticsConfigurationHandlerTest.cs : in 2.0 configuration item
|
||||
listeners/add/@type is optional (for named shared listener support).
|
||||
|
||||
2007-04-19 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* TraceListenerTest.cs : new test.
|
||||
* XmlWriterTraceListenerTest.cs : new test (but disabled since they
|
||||
are too instance dependent).
|
||||
|
||||
2007-01-18 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* TraceSourceTest.cs, SourceSwitchTest.cs : new tests.
|
||||
* SwitchesTest.cs : added test for GetSupportedAttributes().
|
||||
|
||||
2007-01-02 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ProcessTest.cs: Added null check tests.
|
||||
|
||||
2006-08-27 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* EventLogTest.cs: Added tests for log name validation in
|
||||
CreateEventSource.
|
||||
|
||||
2006-08-26 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* EventLogTest.cs: Use a dedicated temp directory for testing the
|
||||
local file implementation (2.0 only).
|
||||
|
||||
2006-08-20 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* EventInstanceTest.cs: Added tests for EventInstance.
|
||||
|
||||
2006-08-20 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* EventLogTest.cs: Enable tests. On 2.0 profile, set MONO_EVENTLOG_TYPE
|
||||
environment variable to force local file implementation to be used for
|
||||
unit tests. This avoids permission issues for the unit tests, and
|
||||
allows us to clean up the files/directory that are created during the
|
||||
test run. Skip tests that cannot pass when the null implementation is
|
||||
active (on 1.0 profile). Added tests for all WriteEntry and WriteEvent
|
||||
(2.0 only) overloads, Clear, Entries, Exists and LogNameFromSourceName.
|
||||
|
||||
2006-08-11 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* EventLogTest.cs: new test, currently not enabled due to UnixRegistry
|
||||
bug which still needs to be tracked, and which would cause temporary
|
||||
registry entries to be left behind by running tests.
|
||||
|
||||
2006-08-09 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* EventSourceCreationDataTest.cs: new test.
|
||||
|
||||
2006-05-17 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SwitchesTest.cs : Ignore NewSwitch under 2.0 as it fails under
|
||||
.NET.
|
||||
|
||||
2006-04-04 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* StopwatchTest.cs : new test.
|
||||
|
||||
2005-09-22 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* EventLogPermissionAttributeTest.cs: Removed *Choice security actions
|
||||
* PerformanceCounterPermissionAttributeTest.cs: Removed *Choice
|
||||
security actions.
|
||||
|
||||
2005-06-10 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* TraceTest.cs: Fixed test failure.
|
||||
|
||||
2005-05-31 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* EventLogPermissionAttributeTest.cs: Character #133 is refused into
|
||||
machine names for 2.0.
|
||||
* EventLogPermissionTest.csFx 2.0 now has better arguments checking
|
||||
(i.e. FDBK15131 was fixed).
|
||||
* PerformanceCounterPermissionAttributeTest.cs
|
||||
* PerformanceCounterPermissionTest.cs: Fx 2.0 now has better arguments
|
||||
checking (i.e. FDBK15131 was fixed).
|
||||
|
||||
2005-02-22 Jonathan Pryor <jonpryor@vt.edu>
|
||||
|
||||
* TraceTest.cs: Add multi-thread test for #69964.
|
||||
|
||||
2005-01-19 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* EventLogPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
|
||||
* PerformanceCounterPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
|
||||
|
||||
2005-01-18 Jonathan Pryor <jonpryor@vt.edu>
|
||||
|
||||
* DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 requires that the value
|
||||
attribute be a numeric value; check for that and update the success test
|
||||
so that they'll actually pass.
|
||||
* SwitchesTest.cs: TestNewSwitch reads "custom-switch" now, and the switches
|
||||
value is now "42", not "0". Remove warning about unused variable.
|
||||
|
||||
2005-01-17 Jonathan Pryor <jonpryor@vt.edu>
|
||||
|
||||
* DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 doesn't permit <add/>
|
||||
elements without a value attribute. Assert the same under Mono.
|
||||
|
||||
2005-01-17 Jonathan Pryor <jonpryor@vt.edu>
|
||||
|
||||
* DiagnosticsConfigurationHandlerTest.cs: Don't ignore tests, instead mark
|
||||
them as [Category ("NotDotNet")]; Fix the TraceTag_Listeners example (it
|
||||
was passing invalid XML in a "valid" test).
|
||||
|
||||
2005-01-08 Nick Drochak <ndrochak@ieee.org>
|
||||
|
||||
* EventLogPermissionTest.cs
|
||||
* PerformanceCounterPermissionTest.cs: Make tests pass on MS.NET.
|
||||
|
||||
2004-09-11 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* EventLogPermissionTest.cs: New. Unit tests for EventLogPermission.
|
||||
* PerformanceCounterPermissionTest.cs: New. Unit tests for
|
||||
PerformanceCounterPermission.
|
||||
|
||||
2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* EventLogPermissionAttributeTest.cs: New. Unit tests for
|
||||
EventLogPermissionAttribute.
|
||||
* PerformanceCounterPermissionAttributeTest.cs: New. Unit tests for
|
||||
PerformanceCounterPermissionAttribute.
|
||||
|
||||
2004-02-05 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* DiagnosticsConfigurationHandlerTest.cs: Ignore tests using classes not
|
||||
meant to be used directly.
|
||||
|
||||
2003-12-30 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* DiagnosticsConfigurationHandlerTest.cs: Inherit from Assertion to
|
||||
make it a bit simpler.
|
||||
* SwitchesTest.cs: Make the tests pass on .NET 1.1
|
||||
|
||||
2003-03-25 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* DiagnosticsConfigurationHandlerTest.cs: Fix compiler warnings
|
||||
|
||||
2002-12-20 Jonathan Pryor <jonpryor@vt.edu>
|
||||
|
||||
* AllTests.cs: Add new tests
|
||||
* SwitchesTest.cs: new file to test switches
|
||||
* DiagnosticsConfigurationHandlerTest.cs: new file to test
|
||||
DiagnosticsConfigurationHandler
|
||||
* TraceTest.cs: Make sure that IndentLevel and IndentSize are set
|
||||
appropriately before testing output.
|
||||
|
||||
2002-09-23 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* TraceTest.cs: Default level and size are 0 & 4, respectively.
|
||||
|
||||
2002-09-19 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* TraceTest.cs: Clear list of listeners before each test.
|
||||
|
||||
2002-09-17 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* TraceTest.cs: Remove extraneous Console.WriteLine().
|
||||
|
||||
2002-06-16 Jonathan Pryor <jonpryor@vt.edu>
|
||||
* TraceTest.cs: Added additional test cases.
|
||||
|
||||
2002-04-07 Jonathan Pryor <jonpryor@vt.edu>
|
||||
|
||||
* TraceTest.cs: Removed extraneous output; renamed test case so that NUnit
|
||||
would find it.
|
||||
|
||||
2002-03-10 Jonathan Pryor <jonpryor@vt.edu>
|
||||
|
||||
* Initial creation of System.Diagnostics test directory
|
||||
* AllTests.cs: file added
|
||||
* TraceTest.cs: Test System.Diagnostics.Trace class
|
||||
|
@@ -855,9 +855,9 @@ namespace MonoTests.System.Diagnostics
|
||||
|
||||
p.EnableRaisingEvents = false;
|
||||
|
||||
var exitedCalledCounter = 0;
|
||||
ManualResetEvent mre = new ManualResetEvent (false);
|
||||
p.Exited += (object sender, EventArgs e) => {
|
||||
exitedCalledCounter++;
|
||||
mre.Set ();
|
||||
};
|
||||
|
||||
p.Start ();
|
||||
@@ -865,7 +865,7 @@ namespace MonoTests.System.Diagnostics
|
||||
p.BeginOutputReadLine ();
|
||||
p.WaitForExit ();
|
||||
|
||||
Assert.AreEqual (0, exitedCalledCounter);
|
||||
Assert.IsFalse (mre.WaitOne (1000));
|
||||
}
|
||||
|
||||
ProcessStartInfo GetCrossPlatformStartInfo ()
|
||||
@@ -881,6 +881,20 @@ namespace MonoTests.System.Diagnostics
|
||||
} else
|
||||
return new ProcessStartInfo ("help", "");
|
||||
}
|
||||
|
||||
ProcessStartInfo GetEchoCrossPlatformStartInfo ()
|
||||
{
|
||||
if (RunningOnUnix) {
|
||||
string path;
|
||||
#if MONODROID
|
||||
path = "/system/bin/cat";
|
||||
#else
|
||||
path = "/bin/cat";
|
||||
#endif
|
||||
return new ProcessStartInfo (path);
|
||||
} else
|
||||
return new ProcessStartInfo ("type");
|
||||
}
|
||||
#endif // MONO_FEATURE_PROCESS_START
|
||||
|
||||
[Test]
|
||||
@@ -972,14 +986,25 @@ namespace MonoTests.System.Diagnostics
|
||||
[NUnit.Framework.Category ("MobileNotWorking")]
|
||||
public void StandardInputWrite ()
|
||||
{
|
||||
var psi = GetCrossPlatformStartInfo ();
|
||||
var psi = GetEchoCrossPlatformStartInfo ();
|
||||
psi.RedirectStandardInput = true;
|
||||
psi.RedirectStandardOutput = true;
|
||||
psi.UseShellExecute = false;
|
||||
|
||||
using (var p = Process.Start (psi)) {
|
||||
for (int i = 0; i < 1024 * 9; ++i)
|
||||
// drain stdout
|
||||
p.OutputDataReceived += (s, e) => {};
|
||||
p.BeginOutputReadLine ();
|
||||
|
||||
for (int i = 0; i < 1024 * 9; ++i) {
|
||||
p.StandardInput.Write ('x');
|
||||
if (i > 0 && i % 128 == 0)
|
||||
p.StandardInput.WriteLine ();
|
||||
}
|
||||
|
||||
p.StandardInput.Close ();
|
||||
|
||||
p.WaitForExit ();
|
||||
}
|
||||
}
|
||||
#endif // MONO_FEATURE_PROCESS_START
|
||||
|
@@ -1,34 +0,0 @@
|
||||
2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
|
||||
|
||||
* DeflateStreamTest.cs: test from bug #549492.
|
||||
|
||||
2007-09-22 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DeflateStreamTest.cs: Improved CanRead, CanSeek and CanWrite tests.
|
||||
Added test for bug #327480. Code formatting.
|
||||
* GzipStreamTest.cs: Improved CanRead, CanSeek and CanWrite tests.
|
||||
Code formatting.
|
||||
|
||||
2007-05-08 Jonathan Chambers <joncham@gmail.com>
|
||||
|
||||
* DeflateStreamTest.cs, GzipStreamTest.cs : disabled tests that are
|
||||
hanging on my machine (and maybe buildbot). Will enable if
|
||||
this does not fix buildbot hang.
|
||||
|
||||
2006-05-08 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* DeflateStreamTest.cs, GzipStreamTest.cs : enabled tests that are
|
||||
marked as NotWorking. Closed bug #72143.
|
||||
|
||||
2005-05-18 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* DeflateStreamCas.cs: New. CAS unit tests to test stack propagation
|
||||
for BeginRead and BeginWrite.
|
||||
* DeflateStreamTest.cs: Added tests for constructor. Fixed tests to
|
||||
execute without error with 2.0 beta2. Removed "NotWorking" for some
|
||||
(fixed) tests.
|
||||
* GZipStreamCas.cs: New. CAS unit tests to test stack propagation
|
||||
for BeginRead and BeginWrite.
|
||||
* GzipStreamTest.cs: Renamed class to GZipStream. : Added tests for
|
||||
constructor. Fixed tests to execute without error with 2.0 beta2.
|
||||
Removed "NotWorking" for some (fixed) tests.
|
@@ -1,4 +0,0 @@
|
||||
2010-02-23 Carlos Alberto Cortez <calberto.cortez@gmail.com>
|
||||
|
||||
* SerialPortTest.cs: New file.
|
||||
|
@@ -1,8 +0,0 @@
|
||||
2009-06-26 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* FileSystemWatcherTest.cs: Upgrade to new NUnit style.
|
||||
|
||||
2004-01-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* FileSystemWatcherTest.cs: new test.
|
||||
|
@@ -1,8 +0,0 @@
|
||||
2006-05-10 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ConnectionManagementSectionTest.cs,
|
||||
WebRequestModulesSectionTest.cs : new tests.
|
||||
|
||||
2005-10-18 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* HttpWebRequestElementTest.cs: Added test for default values.
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user