Author: dazarov
Date: 2009-06-18 11:43:15 -0400 (Thu, 18 Jun 2009)
New Revision: 16046
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/refactoring/SeamComponentRefactoringTest.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4406
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/refactoring/SeamComponentRefactoringTest.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/refactoring/SeamComponentRefactoringTest.java 2009-06-18
15:42:49 UTC (rev 16045)
+++
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/refactoring/SeamComponentRefactoringTest.java 2009-06-18
15:43:15 UTC (rev 16046)
@@ -154,6 +154,7 @@
// Rename Seam Component
RenameComponentProcessor processor = new RenameComponentProcessor(component);
processor.setNewName(newName);
+ processor.checkFinalConditions(new NullProgressMonitor(), null);
CompositeChange rootChange = (CompositeChange)processor.createChange(new
NullProgressMonitor());
assertEquals("There is unexpected number of changes",changeList.size(),
rootChange.getChildren().length);