[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [cdt-patch] Tests for org.eclipde.cdt.core
|
Thanks Peter. I've integrated your source into the .tests
tree and commited it. I had to make one change -- the plugin.xml
referred to some com.qnx.* plugins. I don't think these were needed
(the tests compile without them), so I believe this was just
an artifact of your environment.
Also, I noticed that you refer to specific problem
reports in your tests. These are internal QNX PR numbers, which
no one else can see. I think that we need to duplicate those PR's
into the bugzilla database and have the JUnit tests refer to the
bugzilla bug ID's.
In any case, this is really good work, and I'd like to support Thomas's
proposal that you become a commiter for the core.ui.tests
and debug.ui.tests plugins.
Sebastien
> -----Original Message-----
> From: Peter Graves [mailto:pgraves@xxxxxxx]
> Sent: Friday, September 13, 2002 4:52 PM
> To: cdt-patch@xxxxxxxxxxx
> Subject: [cdt-patch] Tests for org.eclipde.cdt.core
>
>
> Attached is a zip file containing a copy of the
> org.eclipse.cdt.ui.test
> directory containing a couple of small patches/additions to
> the current
> files, and a new directory containing a number of tests for
> the core model.
> I would have submitted this as a patch file, but due to bug
> #19149 you can
> not create a patch containing new directory structures.
>
> The additions include:
> org.eclipse.cdt.testplugin.CProjectHelper: added a number of
> function to get
> Archive/Binary/TranslationUnit objects from the core
> model based on
> a name
> org.eclipse.cdt.testplugin.util: Added a new utility class
> ExpectedStrings
> to verify a list of strings
> found in an object/list etc.
> model directory: This contains the model tests I have
> written, and some
> needed resources. It's not
> a huge list of tests yet, but it will grow with time.
>
>
> Thanks
> -Peter
>