1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00
This commit is contained in:
Alain Magloire 2003-04-01 18:54:16 +00:00
parent 073f3d6e2f
commit 5914d59aca

View file

@ -1,102 +1,106 @@
2003-03-31 Andrew Niefer 2003-03-31 John Camelon
In ParserSymbolTableTest, renamed testFunctionResolution_2() to testFunctionResolution_PointersAndBaseClasses(), Added testStruct() to DOMTests.
and modified to reflect changes in function resolution. Added test35892()to ScannerTest.
Added testFunctionResolution_TypedefsAndPointers().
2003-03-31 Andrew Niefer
2003-03-31 John Camelon In ParserSymbolTableTest, renamed testFunctionResolution_2() to testFunctionResolution_PointersAndBaseClasses(),
Added testWeirdStrings() and testNumerics() to ScannerTestCase. and modified to reflect changes in function resolution.
Added testTemplateSpecialization(), testTemplateDeclaration(), testBug26467(), Added testFunctionResolution_TypedefsAndPointers().
testTypedef() and testTemplateInstantiation() to DOMTests.
2003-03-31 John Camelon
2003-03-28 John Camelon Added testWeirdStrings() and testNumerics() to ScannerTestCase.
Added testConstructorChain() and testASMDefinition() to DOMTests. Added testTemplateSpecialization(), testTemplateDeclaration(), testBug26467(),
testTypedef() and testTemplateInstantiation() to DOMTests.
2003-03-27 Alain Magloire
Changes were done in the Core Model API, the hierarchy is now 2003-03-28 John Camelon
ICModel Added testConstructorChain() and testASMDefinition() to DOMTests.
ICProject
ICContainer 2003-03-27 Alain Magloire
ITranslationUnit Changes were done in the Core Model API, the hierarchy is now
IArchive ICModel
IBinary ICProject
We adjust the tests. ICContainer
* model/org/eclipse/cdt/core/model/tests/ArchiveTests.java ITranslationUnit
* model/org/eclipse/cdt/core/model/tests/BinaryTests.java IArchive
* model/org/eclipse/cdt/core/model/tests/TranslationUniTests.java IBinary
* model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java We adjust the tests.
* model/org/eclipse/cdt/core/model/tests/ArchiveTests.java
2003-03-26 Andrew Niefer * model/org/eclipse/cdt/core/model/tests/BinaryTests.java
In ParserSymbolTableTest : * model/org/eclipse/cdt/core/model/tests/TranslationUniTests.java
updated all tests to reflect TypeInfo changes * model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java
Added testFunctionResolution() & testFunctionResolution_2() in
2003-03-26 Andrew Niefer
2003-03-25 John Camelon In ParserSymbolTableTest :
Added testDeclSpecifier(), testNamespaceDefinition(), testLinkageSpecification(), updated all tests to reflect TypeInfo changes
testUsingClauses() and testEnumSpecifier() to DOMTests. Added testFunctionResolution() & testFunctionResolution_2() in
2003-03-23 John Camelon 2003-03-25 John Camelon
Added ptrOperator() test to DOMTests. Added testDeclSpecifier(), testNamespaceDefinition(), testLinkageSpecification(),
Added testFunctionModifiers() test to DOMTests. testUsingClauses() and testEnumSpecifier() to DOMTests.
Added testArrays() test to DOMTests.
2003-03-23 John Camelon
2003-03-20 Alain Magloire Added ptrOperator() test to DOMTests.
Added testFunctionModifiers() test to DOMTests.
Patch from Amer Hoda, tests for the CElement deltas for Translation Units. Added testArrays() test to DOMTests.
* model/org/eclipse/cdt/core/model/tests/ElementDeltaTest.java
* model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h 2003-03-20 Alain Magloire
2003-03-19 Alain Magloire Patch from Amer Hoda, tests for the CElement deltas for Translation Units.
Patch from Amer Hoda, introducing a simple test for the core model. * model/org/eclipse/cdt/core/model/tests/ElementDeltaTest.java
* model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java * model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h
* model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h
2003-03-19 Alain Magloire
2003-03-18 John Camelon Patch from Amer Hoda, introducing a simple test for the core model.
Updated DOMTests to validate simple case of a function declaration with multiple parameters. * model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java
* parser/org/eclipse/cdt/core/parser/tests/DOMTests.java * model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h
2003-03-11 John Camelon 2003-03-18 John Camelon
Updated DOMTests for core.internal.parser change of merging DeclarationSpecifier and DeclSpecifier Updated DOMTests to validate simple case of a function declaration with multiple parameters.
Organized imports * parser/org/eclipse/cdt/core/parser/tests/DOMTests.java
* parser/org/eclipse/cdt/core/parser/tests/DOMTests.java
* parser/org/eclipse/cdt/core/parser/tests/ParserSymbolTableTest.java 2003-03-11 John Camelon
Updated DOMTests for core.internal.parser change of merging DeclarationSpecifier and DeclSpecifier
2003-03-10 John Camelon Organized imports
Added macro pasting tests * parser/org/eclipse/cdt/core/parser/tests/DOMTests.java
* parser/org/eclipse/cdt/core/parser/tests/ParserSymbolTableTest.java
2003-03-06 Andrew Niefer
Added tests for exercising Namespaces & using directives in new parser's symbol table 2003-03-10 John Camelon
Added macro pasting tests
2003-03-04 Doug Schaefer
This is a pretty big patch, but it is the merge of the NewParser1 branch into the HEAD branch. lder "parser") 2003-03-06 Andrew Niefer
JUnit tests for testing various pieces (source folder "parser" in cdt.ui.tests. Added tests for exercising Namespaces & using directives in new parser's symbol table
2003-01-29 Peter Graves 2003-03-04 Doug Schaefer
This is a pretty big patch, but it is the merge of the NewParser1 branch into the HEAD branch. lder "parser")
Fixed the warnings when accessing static methods JUnit tests for testing various pieces (source folder "parser" in cdt.ui.tests.
* src/org/eclipse/cdt/testplugin/util/DialogCheck.java:
* src/org/eclipse/cdt/testplugin/CTestPlugin.java 2003-01-29 Peter Graves
* src/org/eclipse/cdt/testplugin/TestWorkbench.java
* ChangeLog: make all entries have the same formatting Fixed the warnings when accessing static methods
* src/org/eclipse/cdt/testplugin/util/DialogCheck.java:
2002-12-17 Peter Graves * src/org/eclipse/cdt/testplugin/CTestPlugin.java
* src/org/eclipse/cdt/testplugin/TestWorkbench.java
* plugin.xml,test.xml: Some simple cleanups to remove refrences to the jdt and * ChangeLog: make all entries have the same formatting
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
* model/org/eclipse/cdt/core/model/tests/CModelTests.java: to move closer to automated running
Use CoreModel.getDefault().
2002-11-27 Alain Magloire
2002-10-30 Alain Magloire
* model/org/eclipse/cdt/core/model/tests/CModelTests.java:
* model/org/eclipse/cdt/core/model/tests/CModelTests.java (testGetNatureID): Use CoreModel.getDefault().
The fields and the methods use in this test was removed from the CoreModel class.
(testHasNature): The method use in this case was refactor in the classes 2002-10-30 Alain Magloire
CProjectNature and CCProjectNature, fix the test.
* model/org/eclipse/cdt/core/model/tests/CModelTests.java (testGetNatureID):
2002-10-18 Peter Graves The fields and the methods use in this test was removed from the CoreModel class.
(testHasNature): The method use in this case was refactor in the classes
src/org/eclipse/cdt/testplugin/CProjectHelper.jada CProjectNature and CCProjectNature, fix the test.
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
Cleanup of the CProjectHelper file to remove unused imports, commeted out code etc.