Author: akazakov
Date: 2009-05-29 13:59:22 -0400 (Fri, 29 May 2009)
New Revision: 15608
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/refactoring/SeamComponentRefactoringTest.java
Log:
Corrected spelling.
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-05-29
16:03:34 UTC (rev 15607)
+++
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/refactoring/SeamComponentRefactoringTest.java 2009-05-29
17:59:22 UTC (rev 15608)
@@ -124,7 +124,7 @@
// Test before renaming
ISeamComponent component = seamProject.getComponent(componentName);
assertNotNull("Can't load component " + componentName, component);
- assertNull("There is unexisted component in seam project: " + newName,
seamProject.getComponent(newName));
+ assertNull("There is unexpected component in seam project: " + newName,
seamProject.getComponent(newName));
for(TestChangeStructure changeStructure : changeList){
IFile file = changeStructure.getProject().getFile(changeStructure.getFileName());
String content = null;
@@ -160,7 +160,7 @@
JobUtils.waitForIdle();
// Test results
- assertNull("There is unexisted component in seam project: " + componentName,
seamProject.getComponent(componentName));
+ assertNull("There is unexpected component in seam project: " + componentName,
seamProject.getComponent(componentName));
assertNotNull("Can't load component " + newName,
seamProject.getComponent(newName));
for(TestChangeStructure changeStructure : changeList){
IFile file = changeStructure.getProject().getFile(changeStructure.getFileName());