[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-5325) Fix JBIDE4510Test

Maxim Areshkau (JIRA) jira-events at lists.jboss.org
Tue Dec 1 05:53:29 EST 2009


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.CR1, 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list