From bb4993622401901a9b35ea72911207f1ff89bd36 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 19 Mar 2003 20:37:24 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.ui.tests/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/org.eclipse.cdt.ui.tests/ChangeLog b/core/org.eclipse.cdt.ui.tests/ChangeLog index 30cee3daa0e..10b78fc47ab 100644 --- a/core/org.eclipse.cdt.ui.tests/ChangeLog +++ b/core/org.eclipse.cdt.ui.tests/ChangeLog @@ -1,3 +1,8 @@ +2003-03-19 Alain Magloire + Patch from Amer Hoda, introducing a simple test for the core model. + * model/org/eclipse/cdt/core/model/tests/WorkingCopyTests.java + * model/org/eclipse/cdt/core/model/tests/resource/WorkingCopyTestStart.h + 2003-03-18 John Camelon Updated DOMTests to validate simple case of a function declaration with multiple parameters. * parser/org/eclipse/cdt/core/parser/tests/DOMTests.java