1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

2003-04-24 John Camelon

Fixed Java 1.3 compliance issue w/AutomatedTest.java
	Fixed False failure in HelloWorld.java.
This commit is contained in:
John Camelon 2003-04-24 17:36:42 +00:00
parent 304e26f30c
commit d64dd56f51
3 changed files with 409 additions and 406 deletions

View file

@ -1,404 +1,407 @@
<<<<<<< ChangeLog 2003-04-24 John Camelon
2003-04-21 John Camelon Fixed Java 1.3 compliance issue w/AutomatedTest.java
Updated DOMTests::testBug36247(). Fixed False failure in HelloWorld.java.
Moved testBug36692(), testBug36703(), testBug36708(), testBug36707(), testBug36689()
and testBug36690() from DOMFailedTests to DOMTests and updated them. 2003-04-21 John Camelon
Updated DOMTests::testBug36247().
2003-04-20 John Camelon Moved testBug36692(), testBug36703(), testBug36708(), testBug36707(), testBug36689()
Added DOMTests::testBug36551(). and testBug36690() from DOMFailedTests to DOMTests and updated them.
Adjusted AutomatedTest to turn on line numbering.
Added DOMFailedTests and 11 failed test cases. 2003-04-20 John Camelon
Added DOMTests::testBug36551().
2003-04-17 Andrew Niefer Adjusted AutomatedTest to turn on line numbering.
Added ScannerTestCase::testBug36695() Added DOMFailedTests and 11 failed test cases.
Moved ScannerFailedTest::testBug36521 to ScannerTestCase::testBug36521()
Moved ScannerFailedTest::testBug36509 to ScannerTestCase::testBug36509() 2003-04-17 Andrew Niefer
Moved ScannerFailedTest::testBug36475 to ScannerTestCase::testBug36475() Added ScannerTestCase::testBug36695()
Updated ScannerTestCase::testBug36047 Moved ScannerFailedTest::testBug36521 to ScannerTestCase::testBug36521()
Updated ScannerTestCase::testBug36045 Moved ScannerFailedTest::testBug36509 to ScannerTestCase::testBug36509()
Moved ScannerFailedTest::testBug36475 to ScannerTestCase::testBug36475()
2003-04-17 John Camelon Updated ScannerTestCase::testBug36047
Updated DOMTests::testBug36600(). Updated ScannerTestCase::testBug36045
Updated LineNumberTest::testDOMLineNos().
Added DOMTests::testBug36559(). 2003-04-17 John Camelon
Updated DOMTests::testBug36600().
2003-04-17 Andrew Niefer Updated LineNumberTest::testDOMLineNos().
Added AutomatedTest Added DOMTests::testBug36559().
Added resources.cFiles
Added resources.cppFiles 2003-04-17 Andrew Niefer
Added AutomatedTest
2003-04-16 John Camelon Added resources.cFiles
Added DOMTests::testBug36532(). Added resources.cppFiles
Added DOMTests::testBug36432().
Added DOMTests::testBug36594(). 2003-04-16 John Camelon
Added DOMTests::testBug36600(). Added DOMTests::testBug36532().
Added DOMTests::testArrayOfPointerToFunctions(). Added DOMTests::testBug36432().
Added DOMTests::testBug36594().
2003-04-15 John Camelon Added DOMTests::testBug36600().
Added ScannerTestCase::testBug36434(). Added DOMTests::testArrayOfPointerToFunctions().
Added ScannerTestCase::testMultipleLines().
Added ParserTestSuite. 2003-04-15 John Camelon
Added LineNumberTest. Added ScannerTestCase::testBug36434().
Updated CModelElementsTests to set the Nature of the C++ project appropriately. Added ScannerTestCase::testMultipleLines().
Added ParserTestSuite.
2003-04-15 Andrew Niefer Added LineNumberTest.
Moved ScannerFailedTest::testBug36047 to ScannerTestCase::testBug36047 Updated CModelElementsTests to set the Nature of the C++ project appropriately.
Added ScannerFailedTest::testBug36475
2003-04-15 Andrew Niefer
2003-04-13 John Camelon Moved ScannerFailedTest::testBug36047 to ScannerTestCase::testBug36047
Added DOMTests::testPointersToFunctions. Added ScannerFailedTest::testBug36475
2003-04-11 John Camelon 2003-04-13 John Camelon
Added DOMTests::testBug36247(). Added DOMTests::testPointersToFunctions.
2003-04-11 Andrew Niefer 2003-04-11 John Camelon
Moved ScannerFailedTest::testBug36316 to ScannerTestCase::testBug36316 Added DOMTests::testBug36247().
Added ScannerFailedTest::testBug36047
Added ScannerTestCase::testNestedRecursiveDefines 2003-04-11 Andrew Niefer
Moved ScannerFailedTest::testBug36316 to ScannerTestCase::testBug36316
2003-04-10 John Camelon Added ScannerFailedTest::testBug36047
Added DOMTests::testBug36237(). Added ScannerTestCase::testNestedRecursiveDefines
2003-04-09 John Camelon 2003-04-10 John Camelon
Removed all the old Code Model Builder source that was no longer being used (NewModelBuilder.java, etc.). Added DOMTests::testBug36237().
Moved all the files in parser.util directory to the dom.
Organized imports. 2003-04-09 John Camelon
Added DOMTests::testTemplateDeclarationOfMethod(). Removed all the old Code Model Builder source that was no longer being used (NewModelBuilder.java, etc.).
Added DOMTests::testBug36250(). Moved all the files in parser.util directory to the dom.
Added DOMTests::testBug36240(). Organized imports.
Added DOMTests::testBug36254(). Added DOMTests::testTemplateDeclarationOfMethod().
Added DOMTests::testBug36250().
2003-04-09 John Camelon Added DOMTests::testBug36240().
Updated ScannerTest::testBug36045(). Added DOMTests::testBug36254().
Added ScannerTest::testBug36287().
Added DOMTests::testBug36288(). 2003-04-09 John Camelon
Updated ScannerTest::testBug36045().
2003-04-06 Andrew Niefer Added ScannerTest::testBug36287().
Added ParserSymbolTableTest::testOverloadRanking() Added DOMTests::testBug36288().
2003-04-04 Alain Magloire 2003-04-06 Andrew Niefer
* src/org/eclipse/cdt/testplugin/util/VerifyDialog.java: Added ParserSymbolTableTest::testOverloadRanking()
Remove some warnings.
2003-04-04 Alain Magloire
2003-04-03 John Camelon * src/org/eclipse/cdt/testplugin/util/VerifyDialog.java:
Updated ScannerTest::testSimpleIfdef() for bug36019. Remove some warnings.
Updated ScannerTest::testNumerics() for bug36020.
Added ScannerTest::testBug36045(). 2003-04-03 John Camelon
Updated DOMTests::testTemplateDeclaration() for template grammar updates. Updated ScannerTest::testSimpleIfdef() for bug36019.
Updated ScannerTest::testNumerics() for bug36020.
2003-04-01 Andrew Niefer Added ScannerTest::testBug36045().
ParserSymbolTableTest. modifications to using declaration tests to reflect changes in the Updated DOMTests::testTemplateDeclaration() for template grammar updates.
symbol table. Also added testUserDefinedConversionSequences()
2003-04-01 Andrew Niefer
2003-04-01 John Camelon ParserSymbolTableTest. modifications to using declaration tests to reflect changes in the
Added testBug35906() to DOMTests. symbol table. Also added testUserDefinedConversionSequences()
2003-03-31 John Camelon 2003-04-01 John Camelon
Added testStruct() to DOMTests. Added testBug35906() to DOMTests.
Added test35892()to ScannerTest.
2003-03-31 John Camelon
2003-03-31 Andrew Niefer Added testStruct() to DOMTests.
In ParserSymbolTableTest, renamed testFunctionResolution_2() to testFunctionResolution_PointersAndBaseClasses(), Added test35892()to ScannerTest.
and modified to reflect changes in function resolution.
Added testFunctionResolution_TypedefsAndPointers(). 2003-03-31 Andrew Niefer
In ParserSymbolTableTest, renamed testFunctionResolution_2() to testFunctionResolution_PointersAndBaseClasses(),
2003-03-31 John Camelon and modified to reflect changes in function resolution.
Added testWeirdStrings() and testNumerics() to ScannerTestCase. Added testFunctionResolution_TypedefsAndPointers().
Added testTemplateSpecialization(), testTemplateDeclaration(), testBug26467(),
testTypedef() and testTemplateInstantiation() to DOMTests. 2003-03-31 John Camelon
Added testWeirdStrings() and testNumerics() to ScannerTestCase.
2003-03-28 John Camelon Added testTemplateSpecialization(), testTemplateDeclaration(), testBug26467(),
Added testConstructorChain() and testASMDefinition() to DOMTests. testTypedef() and testTemplateInstantiation() to DOMTests.
2003-03-27 Alain Magloire 2003-03-28 John Camelon
Changes were done in the Core Model API, the hierarchy is now Added testConstructorChain() and testASMDefinition() to DOMTests.
ICModel
ICProject 2003-03-27 Alain Magloire
ICContainer Changes were done in the Core Model API, the hierarchy is now
ITranslationUnit ICModel
IArchive ICProject
IBinary ICContainer
We adjust the tests. ITranslationUnit
* model/org/eclipse/cdt/core/model/tests/ArchiveTests.java IArchive
* model/org/eclipse/cdt/core/model/tests/BinaryTests.java IBinary
* model/org/eclipse/cdt/core/model/tests/TranslationUniTests.java We adjust the tests.
* model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java * model/org/eclipse/cdt/core/model/tests/ArchiveTests.java
* model/org/eclipse/cdt/core/model/tests/BinaryTests.java
2003-03-26 Andrew Niefer * model/org/eclipse/cdt/core/model/tests/TranslationUniTests.java
In ParserSymbolTableTest : * model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java
updated all tests to reflect TypeInfo changes
Added testFunctionResolution() & testFunctionResolution_2() in 2003-03-26 Andrew Niefer
In ParserSymbolTableTest :
2003-03-25 John Camelon updated all tests to reflect TypeInfo changes
Added testDeclSpecifier(), testNamespaceDefinition(), testLinkageSpecification(), Added testFunctionResolution() & testFunctionResolution_2() in
testUsingClauses() and testEnumSpecifier() to DOMTests.
2003-03-25 John Camelon
2003-03-23 John Camelon Added testDeclSpecifier(), testNamespaceDefinition(), testLinkageSpecification(),
Added ptrOperator() test to DOMTests. testUsingClauses() and testEnumSpecifier() to DOMTests.
Added testFunctionModifiers() test to DOMTests.
Added testArrays() test to DOMTests. 2003-03-23 John Camelon
Added ptrOperator() test to DOMTests.
2003-03-20 Alain Magloire Added testFunctionModifiers() test to DOMTests.
Added testArrays() test to DOMTests.
Patch from Amer Hoda, tests for the CElement deltas for Translation Units.
* model/org/eclipse/cdt/core/model/tests/ElementDeltaTest.java 2003-03-20 Alain Magloire
* model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h
Patch from Amer Hoda, tests for the CElement deltas for Translation Units.
2003-03-19 Alain Magloire * model/org/eclipse/cdt/core/model/tests/ElementDeltaTest.java
Patch from Amer Hoda, introducing a simple test for the core model. * model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h
* model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java
* model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h 2003-03-19 Alain Magloire
Patch from Amer Hoda, introducing a simple test for the core model.
2003-03-18 John Camelon * model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java
Updated DOMTests to validate simple case of a function declaration with multiple parameters. * model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h
* parser/org/eclipse/cdt/core/parser/tests/DOMTests.java
2003-03-18 John Camelon
2003-03-11 John Camelon Updated DOMTests to validate simple case of a function declaration with multiple parameters.
Updated DOMTests for core.internal.parser change of merging DeclarationSpecifier and DeclSpecifier * parser/org/eclipse/cdt/core/parser/tests/DOMTests.java
Organized imports
* parser/org/eclipse/cdt/core/parser/tests/DOMTests.java 2003-03-11 John Camelon
* parser/org/eclipse/cdt/core/parser/tests/ParserSymbolTableTest.java Updated DOMTests for core.internal.parser change of merging DeclarationSpecifier and DeclSpecifier
Organized imports
2003-03-10 John Camelon * parser/org/eclipse/cdt/core/parser/tests/DOMTests.java
Added macro pasting tests * parser/org/eclipse/cdt/core/parser/tests/ParserSymbolTableTest.java
2003-03-06 Andrew Niefer 2003-03-10 John Camelon
Added tests for exercising Namespaces & using directives in new parser's symbol table Added macro pasting tests
2003-03-04 Doug Schaefer 2003-03-06 Andrew Niefer
This is a pretty big patch, but it is the merge of the NewParser1 branch into the HEAD branch. lder "parser") Added tests for exercising Namespaces & using directives in new parser's symbol table
JUnit tests for testing various pieces (source folder "parser" in cdt.ui.tests.
2003-03-04 Doug Schaefer
2003-01-29 Peter Graves This is a pretty big patch, but it is the merge of the NewParser1 branch into the HEAD branch. lder "parser")
JUnit tests for testing various pieces (source folder "parser" in cdt.ui.tests.
Fixed the warnings when accessing static methods
* src/org/eclipse/cdt/testplugin/util/DialogCheck.java: 2003-01-29 Peter Graves
* src/org/eclipse/cdt/testplugin/CTestPlugin.java
* src/org/eclipse/cdt/testplugin/TestWorkbench.java Fixed the warnings when accessing static methods
* ChangeLog: make all entries have the same formatting * src/org/eclipse/cdt/testplugin/util/DialogCheck.java:
* src/org/eclipse/cdt/testplugin/CTestPlugin.java
2002-12-17 Peter Graves * src/org/eclipse/cdt/testplugin/TestWorkbench.java
* ChangeLog: make all entries have the same formatting
* plugin.xml,test.xml: Some simple cleanups to remove refrences to the jdt and
to move closer to automated running 2002-12-17 Peter Graves
2002-11-27 Alain Magloire * plugin.xml,test.xml: Some simple cleanups to remove refrences to the jdt and
to move closer to automated running
* model/org/eclipse/cdt/core/model/tests/CModelTests.java:
Use CoreModel.getDefault(). 2002-11-27 Alain Magloire
2002-10-30 Alain Magloire * model/org/eclipse/cdt/core/model/tests/CModelTests.java:
Use CoreModel.getDefault().
* model/org/eclipse/cdt/core/model/tests/CModelTests.java (testGetNatureID):
The fields and the methods use in this test was removed from the CoreModel class. 2002-10-30 Alain Magloire
(testHasNature): The method use in this case was refactor in the classes
CProjectNature and CCProjectNature, fix the test. * model/org/eclipse/cdt/core/model/tests/CModelTests.java (testGetNatureID):
The fields and the methods use in this test was removed from the CoreModel class.
2002-10-18 Peter Graves (testHasNature): The method use in this case was refactor in the classes
CProjectNature and CCProjectNature, fix the test.
src/org/eclipse/cdt/testplugin/CProjectHelper.jada
Cleanup of the CProjectHelper file to remove unused imports, commeted out code etc. 2002-10-18 Peter Graves
======= src/org/eclipse/cdt/testplugin/CProjectHelper.jada
2003-04-21 Andrew Niefer Cleanup of the CProjectHelper file to remove unused imports, commeted out code etc.
Added DOMFailedTests::testBug36713()
Added DOMFailedTests::testBug36714() =======
Added DOMFailedTests::testBug36717() 2003-04-21 Andrew Niefer
Added DOMFailedTests::testBug36730() Added DOMFailedTests::testBug36713()
Added DOMFailedTests::testBug36714()
2003-04-21 Andrew Niefer Added DOMFailedTests::testBug36717()
Added ScannerTestCase::testBug36695() Added DOMFailedTests::testBug36730()
Moved ScannerFailedTest::testBug36521 to ScannerTestCase::testBug36521()
Moved ScannerFailedTest::testBug36509 to ScannerTestCase::testBug36509() 2003-04-21 Andrew Niefer
Moved ScannerFailedTest::testBug36475 to ScannerTestCase::testBug36475() Added ScannerTestCase::testBug36695()
Updated ScannerTestCase::testBug36047 Moved ScannerFailedTest::testBug36521 to ScannerTestCase::testBug36521()
Updated ScannerTestCase::testBug36045 Moved ScannerFailedTest::testBug36509 to ScannerTestCase::testBug36509()
Moved ScannerFailedTest::testBug36475 to ScannerTestCase::testBug36475()
2003-04-20 John Camelon Updated ScannerTestCase::testBug36047
Added DOMTests::testBug36551(). Updated ScannerTestCase::testBug36045
Adjusted AutomatedTest to turn on line numbering.
Added DOMFailedTests and 11 failed test cases. 2003-04-20 John Camelon
Added DOMTests::testBug36551().
2003-04-17 John Camelon Adjusted AutomatedTest to turn on line numbering.
Updated DOMTests::testBug36600(). Added DOMFailedTests and 11 failed test cases.
Updated LineNumberTest::testDOMLineNos().
Added DOMTests::testBug36559(). 2003-04-17 John Camelon
Updated DOMTests::testBug36600().
2003-04-17 Andrew Niefer Updated LineNumberTest::testDOMLineNos().
Added AutomatedTest Added DOMTests::testBug36559().
Added resources.cFiles
Added resources.cppFiles 2003-04-17 Andrew Niefer
Added AutomatedTest
2003-04-16 John Camelon Added resources.cFiles
Added DOMTests::testBug36532(). Added resources.cppFiles
Added DOMTests::testBug36432().
Added DOMTests::testBug36594(). 2003-04-16 John Camelon
Added DOMTests::testBug36600(). Added DOMTests::testBug36532().
Added DOMTests::testArrayOfPointerToFunctions(). Added DOMTests::testBug36432().
Added DOMTests::testBug36594().
2003-04-15 John Camelon Added DOMTests::testBug36600().
Added ScannerTestCase::testBug36434(). Added DOMTests::testArrayOfPointerToFunctions().
Added ScannerTestCase::testMultipleLines().
Added ParserTestSuite. 2003-04-15 John Camelon
Added LineNumberTest. Added ScannerTestCase::testBug36434().
Updated CModelElementsTests to set the Nature of the C++ project appropriately. Added ScannerTestCase::testMultipleLines().
Added ParserTestSuite.
2003-04-15 Andrew Niefer Added LineNumberTest.
Moved ScannerFailedTest::testBug36047 to ScannerTestCase::testBug36047 Updated CModelElementsTests to set the Nature of the C++ project appropriately.
Added ScannerFailedTest::testBug36475
2003-04-15 Andrew Niefer
2003-04-13 John Camelon Moved ScannerFailedTest::testBug36047 to ScannerTestCase::testBug36047
Added DOMTests::testPointersToFunctions. Added ScannerFailedTest::testBug36475
2003-04-11 John Camelon 2003-04-13 John Camelon
Added DOMTests::testBug36247(). Added DOMTests::testPointersToFunctions.
2003-04-11 Andrew Niefer 2003-04-11 John Camelon
Moved ScannerFailedTest::testBug36316 to ScannerTestCase::testBug36316 Added DOMTests::testBug36247().
Added ScannerFailedTest::testBug36047
Added ScannerTestCase::testNestedRecursiveDefines 2003-04-11 Andrew Niefer
Moved ScannerFailedTest::testBug36316 to ScannerTestCase::testBug36316
2003-04-10 John Camelon Added ScannerFailedTest::testBug36047
Added DOMTests::testBug36237(). Added ScannerTestCase::testNestedRecursiveDefines
2003-04-09 John Camelon 2003-04-10 John Camelon
Removed all the old Code Model Builder source that was no longer being used (NewModelBuilder.java, etc.). Added DOMTests::testBug36237().
Moved all the files in parser.util directory to the dom.
Organized imports. 2003-04-09 John Camelon
Added DOMTests::testTemplateDeclarationOfMethod(). Removed all the old Code Model Builder source that was no longer being used (NewModelBuilder.java, etc.).
Added DOMTests::testBug36250(). Moved all the files in parser.util directory to the dom.
Added DOMTests::testBug36240(). Organized imports.
Added DOMTests::testBug36254(). Added DOMTests::testTemplateDeclarationOfMethod().
Added DOMTests::testBug36250().
2003-04-09 John Camelon Added DOMTests::testBug36240().
Updated ScannerTest::testBug36045(). Added DOMTests::testBug36254().
Added ScannerTest::testBug36287().
Added DOMTests::testBug36288(). 2003-04-09 John Camelon
Updated ScannerTest::testBug36045().
2003-04-06 Andrew Niefer Added ScannerTest::testBug36287().
Added ParserSymbolTableTest::testOverloadRanking() Added DOMTests::testBug36288().
2003-04-04 Alain Magloire 2003-04-06 Andrew Niefer
* src/org/eclipse/cdt/testplugin/util/VerifyDialog.java: Added ParserSymbolTableTest::testOverloadRanking()
Remove some warnings.
2003-04-04 Alain Magloire
2003-04-03 John Camelon * src/org/eclipse/cdt/testplugin/util/VerifyDialog.java:
Updated ScannerTest::testSimpleIfdef() for bug36019. Remove some warnings.
Updated ScannerTest::testNumerics() for bug36020.
Added ScannerTest::testBug36045(). 2003-04-03 John Camelon
Updated DOMTests::testTemplateDeclaration() for template grammar updates. Updated ScannerTest::testSimpleIfdef() for bug36019.
Updated ScannerTest::testNumerics() for bug36020.
2003-04-01 Andrew Niefer Added ScannerTest::testBug36045().
ParserSymbolTableTest. modifications to using declaration tests to reflect changes in the Updated DOMTests::testTemplateDeclaration() for template grammar updates.
symbol table. Also added testUserDefinedConversionSequences()
2003-04-01 Andrew Niefer
2003-04-01 John Camelon ParserSymbolTableTest. modifications to using declaration tests to reflect changes in the
Added testBug35906() to DOMTests. symbol table. Also added testUserDefinedConversionSequences()
2003-03-31 John Camelon 2003-04-01 John Camelon
Added testStruct() to DOMTests. Added testBug35906() to DOMTests.
Added test35892()to ScannerTest.
2003-03-31 John Camelon
2003-03-31 Andrew Niefer Added testStruct() to DOMTests.
In ParserSymbolTableTest, renamed testFunctionResolution_2() to testFunctionResolution_PointersAndBaseClasses(), Added test35892()to ScannerTest.
and modified to reflect changes in function resolution.
Added testFunctionResolution_TypedefsAndPointers(). 2003-03-31 Andrew Niefer
In ParserSymbolTableTest, renamed testFunctionResolution_2() to testFunctionResolution_PointersAndBaseClasses(),
2003-03-31 John Camelon and modified to reflect changes in function resolution.
Added testWeirdStrings() and testNumerics() to ScannerTestCase. Added testFunctionResolution_TypedefsAndPointers().
Added testTemplateSpecialization(), testTemplateDeclaration(), testBug26467(),
testTypedef() and testTemplateInstantiation() to DOMTests. 2003-03-31 John Camelon
Added testWeirdStrings() and testNumerics() to ScannerTestCase.
2003-03-28 John Camelon Added testTemplateSpecialization(), testTemplateDeclaration(), testBug26467(),
Added testConstructorChain() and testASMDefinition() to DOMTests. testTypedef() and testTemplateInstantiation() to DOMTests.
2003-03-27 Alain Magloire 2003-03-28 John Camelon
Changes were done in the Core Model API, the hierarchy is now Added testConstructorChain() and testASMDefinition() to DOMTests.
ICModel
ICProject 2003-03-27 Alain Magloire
ICContainer Changes were done in the Core Model API, the hierarchy is now
ITranslationUnit ICModel
IArchive ICProject
IBinary ICContainer
We adjust the tests. ITranslationUnit
* model/org/eclipse/cdt/core/model/tests/ArchiveTests.java IArchive
* model/org/eclipse/cdt/core/model/tests/BinaryTests.java IBinary
* model/org/eclipse/cdt/core/model/tests/TranslationUniTests.java We adjust the tests.
* model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java * model/org/eclipse/cdt/core/model/tests/ArchiveTests.java
* model/org/eclipse/cdt/core/model/tests/BinaryTests.java
2003-03-26 Andrew Niefer * model/org/eclipse/cdt/core/model/tests/TranslationUniTests.java
In ParserSymbolTableTest : * model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java
updated all tests to reflect TypeInfo changes
Added testFunctionResolution() & testFunctionResolution_2() in 2003-03-26 Andrew Niefer
In ParserSymbolTableTest :
2003-03-25 John Camelon updated all tests to reflect TypeInfo changes
Added testDeclSpecifier(), testNamespaceDefinition(), testLinkageSpecification(), Added testFunctionResolution() & testFunctionResolution_2() in
testUsingClauses() and testEnumSpecifier() to DOMTests.
2003-03-25 John Camelon
2003-03-23 John Camelon Added testDeclSpecifier(), testNamespaceDefinition(), testLinkageSpecification(),
Added ptrOperator() test to DOMTests. testUsingClauses() and testEnumSpecifier() to DOMTests.
Added testFunctionModifiers() test to DOMTests.
Added testArrays() test to DOMTests. 2003-03-23 John Camelon
Added ptrOperator() test to DOMTests.
2003-03-20 Alain Magloire Added testFunctionModifiers() test to DOMTests.
Added testArrays() test to DOMTests.
Patch from Amer Hoda, tests for the CElement deltas for Translation Units.
* model/org/eclipse/cdt/core/model/tests/ElementDeltaTest.java 2003-03-20 Alain Magloire
* model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h
Patch from Amer Hoda, tests for the CElement deltas for Translation Units.
2003-03-19 Alain Magloire * model/org/eclipse/cdt/core/model/tests/ElementDeltaTest.java
Patch from Amer Hoda, introducing a simple test for the core model. * model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h
* model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java
* model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h 2003-03-19 Alain Magloire
Patch from Amer Hoda, introducing a simple test for the core model.
2003-03-18 John Camelon * model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java
Updated DOMTests to validate simple case of a function declaration with multiple parameters. * model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h
* parser/org/eclipse/cdt/core/parser/tests/DOMTests.java
2003-03-18 John Camelon
2003-03-11 John Camelon Updated DOMTests to validate simple case of a function declaration with multiple parameters.
Updated DOMTests for core.internal.parser change of merging DeclarationSpecifier and DeclSpecifier * parser/org/eclipse/cdt/core/parser/tests/DOMTests.java
Organized imports
* parser/org/eclipse/cdt/core/parser/tests/DOMTests.java 2003-03-11 John Camelon
* parser/org/eclipse/cdt/core/parser/tests/ParserSymbolTableTest.java Updated DOMTests for core.internal.parser change of merging DeclarationSpecifier and DeclSpecifier
Organized imports
2003-03-10 John Camelon * parser/org/eclipse/cdt/core/parser/tests/DOMTests.java
Added macro pasting tests * parser/org/eclipse/cdt/core/parser/tests/ParserSymbolTableTest.java
2003-03-06 Andrew Niefer 2003-03-10 John Camelon
Added tests for exercising Namespaces & using directives in new parser's symbol table Added macro pasting tests
2003-03-04 Doug Schaefer 2003-03-06 Andrew Niefer
This is a pretty big patch, but it is the merge of the NewParser1 branch into the HEAD branch. lder "parser") Added tests for exercising Namespaces & using directives in new parser's symbol table
JUnit tests for testing various pieces (source folder "parser" in cdt.ui.tests.
2003-03-04 Doug Schaefer
2003-01-29 Peter Graves This is a pretty big patch, but it is the merge of the NewParser1 branch into the HEAD branch. lder "parser")
JUnit tests for testing various pieces (source folder "parser" in cdt.ui.tests.
Fixed the warnings when accessing static methods
* src/org/eclipse/cdt/testplugin/util/DialogCheck.java: 2003-01-29 Peter Graves
* src/org/eclipse/cdt/testplugin/CTestPlugin.java
* src/org/eclipse/cdt/testplugin/TestWorkbench.java Fixed the warnings when accessing static methods
* ChangeLog: make all entries have the same formatting * src/org/eclipse/cdt/testplugin/util/DialogCheck.java:
* src/org/eclipse/cdt/testplugin/CTestPlugin.java
2002-12-17 Peter Graves * src/org/eclipse/cdt/testplugin/TestWorkbench.java
* ChangeLog: make all entries have the same formatting
* plugin.xml,test.xml: Some simple cleanups to remove refrences to the jdt and
to move closer to automated running 2002-12-17 Peter Graves
2002-11-27 Alain Magloire * plugin.xml,test.xml: Some simple cleanups to remove refrences to the jdt and
to move closer to automated running
* model/org/eclipse/cdt/core/model/tests/CModelTests.java:
Use CoreModel.getDefault(). 2002-11-27 Alain Magloire
2002-10-30 Alain Magloire * model/org/eclipse/cdt/core/model/tests/CModelTests.java:
Use CoreModel.getDefault().
* model/org/eclipse/cdt/core/model/tests/CModelTests.java (testGetNatureID):
The fields and the methods use in this test was removed from the CoreModel class. 2002-10-30 Alain Magloire
(testHasNature): The method use in this case was refactor in the classes
CProjectNature and CCProjectNature, fix the test. * model/org/eclipse/cdt/core/model/tests/CModelTests.java (testGetNatureID):
The fields and the methods use in this test was removed from the CoreModel class.
2002-10-18 Peter Graves (testHasNature): The method use in this case was refactor in the classes
CProjectNature and CCProjectNature, fix the test.
src/org/eclipse/cdt/testplugin/CProjectHelper.jada
Cleanup of the CProjectHelper file to remove unused imports, commeted out code etc. 2002-10-18 Peter Graves
>>>>>>> 1.36 src/org/eclipse/cdt/testplugin/CProjectHelper.jada
Cleanup of the CProjectHelper file to remove unused imports, commeted out code etc.
>>>>>>> 1.36

View file

@ -187,7 +187,7 @@ public class AutomatedTest extends TestCase {
} }
fileList.add( file ); fileList.add( file );
suite.addTest( new AutomatedTest( file.getName().replaceAll(",", "_") ) ); suite.addTest( new AutomatedTest( file.getName().replace(',', '_') ) );
} }
file = files[ i++ ]; file = files[ i++ ];
} }

View file

@ -42,7 +42,7 @@ public class HelloWorld extends TestCase {
public void test1() throws Exception { public void test1() throws Exception {
assertTrue("Exception to test", 0 != 0); assertFalse("Exception to test", 0 != 0);
} }