Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 98bd73f65ae7002ae6a0d3eececd4d76ade45f50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
2003-04-04 Alain Magloire

	* src/org/eclipse/cdt/debug/testplugin/util/VeryfyDialog.java:
	Get rig of some warnings.

2003-03-27 Alain Magloire

	Adjust the code because of refactoring.
	ICFolder and ICResource are removed.

2003-01-29 Peter Graves
 
   Fixed warnings when accessing static methods
   * src/org/eclipse/cdt/debug/testplugin/util/DialogCheck.java:
   * src/org/eclipse/cdt/debug/testplugin/CTestPlugin.java:
   * src/org/eclipse/cdt/debug/testplugin/TestWorkbench.java:
   * ChangeLog: Make all the entries have the same formatting

2003-01-22 Judy N. Green

   * /home/tools/org.eclipse.cdt.debug.ui.tests/.project
   * /home/tools/org.eclipse.cdt.debug.ui.tests/.classpath
   updated classpath and .project to reflect classpath changes.

2003-01-21 Peter Graves

	* src/org/eclipse/cdt/debug/testplugin/CDebugHelper.java: Updated to use new parameters to 
	ICDISession.createCSession

2002-12-17 Peter Graves

	* plugin.xml,test.xml:  Some simple cleanups to remove refrences to the jdt and
	to move closer to automated running.
	
2002-10-30 Alain Magloire

	* core/org/eclipse/cdt/debug/core/tests/TargetTests.java: Test number
	24183 is no longer valid, the method was remove from the CDI API.

Back to the top