Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] extending the jsp editor

Andrew,
They're in org.eclipse.jst.jsp.core.tests.source.JSPTokenizerTest and 
org.eclipse.jst.jsp.ui.tests.other.ScannerUnitTests in the 
org.eclipse.jst.jsp.core.tests and org.eclipse.jst.jsp.ui.tests plug-ins, 
respectively.

:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/webtools
-> sourceediting/tests/org.eclipse.jst.jsp.core.tests
-> sourceediting/tests/org.eclipse.jst.jsp.ui.tests

The testBlock* methods of 
org.eclipse.jst.jsp.ui.tests.other.ScannerUnitTests are the most likely to 
break, as they test the functionality that accesses the tokenizers' 
internal character buffer.

Thanks,
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational




Back to the top