Bug 3220

Summary: Formatter tests refer to hardcoded path on disk (1G9R5G4)
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2001-10-10 22:51:30 EDT
The class com.ibm.jdt.formatter.tests.TestSuite uses a static variable 'path' which hardcode
	the path to the test resources on disk (H:/Uvm/Team/Mikeb/CodeFormatterTestFiles/)

	These tests cannot be run if we don't have access to this path.

NOTES:

JBL (2/26/2001 1:15:45 PM)
	Even worse: the suite() method does a System.exit(-1) if the path is not found!

PM (2/27/2001 12:04:45 PM)
	Time permitting.
Comment 1 Philipe Mulet CLA 2001-10-11 07:17:28 EDT
PM
  Guessing this was resolved when moving our formatter suites to in memory.
Comment 2 Philipe Mulet CLA 2001-10-11 09:34:49 EDT
Actually this one might be a free one since test conversion ?
Comment 3 Olivier Thomann CLA 2001-10-11 14:55:32 EDT
This class is no longer part of the test suite.
Closed.
Comment 4 Philipe Mulet CLA 2001-10-15 04:09:15 EDT
Closing