]
Maxim Areshkau resolved JBIDE-5325.
-----------------------------------
Resolution: Done
Fix JBIDE4510Test
-----------------
Key: JBIDE-5325
URL:
https://jira.jboss.org/jira/browse/JBIDE-5325
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.CR1
Reporter: Maxim Areshkau
Assignee: Maxim Areshkau
Fix For: 3.1.0.GA
After fixing the issue
https://jira.jboss.org/jira/browse/JBIDE-4635, JBIDE4510Test
fails.
In JBIDE4510Test we open editor using following code
JarPackageFragmentRoot jarRoot = (JarPackageFragmentRoot) root;
JarEntryFile jarFile = new JarEntryFile(FILE_NAME);
jarFile.setParent(jarRoot);
JarEntryEditorInput jarEditorInput = new JarEntryEditorInput(jarFile);
JSPMultiPageEditor editor = openEditor(jarEditorInput);
//function open editor
JSPMultiPageEditor part = (JSPMultiPageEditor)
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().openEditor(
input, EDITOR_ID, true);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: