[teiid-commits] teiid SVN: r2544 - branches/7.1.x/common-core/src/test/java/org/teiid/core/util.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Sep 8 11:42:00 EDT 2010


Author: rareddy
Date: 2010-09-08 11:41:59 -0400 (Wed, 08 Sep 2010)
New Revision: 2544

Modified:
   branches/7.1.x/common-core/src/test/java/org/teiid/core/util/TestStringUtil.java
Log:
TEIID-1027: fix the test

Modified: branches/7.1.x/common-core/src/test/java/org/teiid/core/util/TestStringUtil.java
===================================================================
--- branches/7.1.x/common-core/src/test/java/org/teiid/core/util/TestStringUtil.java	2010-09-08 15:30:47 UTC (rev 2543)
+++ branches/7.1.x/common-core/src/test/java/org/teiid/core/util/TestStringUtil.java	2010-09-08 15:41:59 UTC (rev 2544)
@@ -97,11 +97,11 @@
     }
 
     public void testComputeDisplayableForm4() {
-        helpTestComputeDisplayableForm("MetaMatrix", "MetaMatrix"); //$NON-NLS-1$ //$NON-NLS-2$
+        helpTestComputeDisplayableForm("MetaMatrix", "Meta Matrix"); //$NON-NLS-1$ //$NON-NLS-2$
     }
 
     public void testComputeDisplayableForm5() {
-        helpTestComputeDisplayableForm("metaMatrix", "MetaMatrix"); //$NON-NLS-1$ //$NON-NLS-2$
+        helpTestComputeDisplayableForm("metaMatrix", "Meta Matrix"); //$NON-NLS-1$ //$NON-NLS-2$
     }
 
     public void testComputeDisplayableForm6() {
@@ -109,15 +109,15 @@
     }
 
     public void testComputeDisplayableForm7() {
-        helpTestComputeDisplayableForm("SomeMetaMatrixEmbedded", "Some MetaMatrix Embedded"); //$NON-NLS-1$ //$NON-NLS-2$
+        helpTestComputeDisplayableForm("SomeMetaMatrixEmbedded", "Some Meta Matrix Embedded"); //$NON-NLS-1$ //$NON-NLS-2$
     }
 
     public void testComputeDisplayableForm8() {
-        helpTestComputeDisplayableForm("SomeMetaMetaMatrixMetaEmbedded", "Some Meta MetaMatrix Meta Embedded"); //$NON-NLS-1$ //$NON-NLS-2$
+        helpTestComputeDisplayableForm("SomeMetaMetaMatrixMetaEmbedded", "Some Meta Meta Matrix Meta Embedded"); //$NON-NLS-1$ //$NON-NLS-2$
     }
 
     public void testComputeDisplayableForm9() {
-        helpTestComputeDisplayableForm("SomemetaMatrixMetaMatrixMetaEmbedded", "Somemeta Matrix MetaMatrix Meta Embedded"); //$NON-NLS-1$ //$NON-NLS-2$
+        helpTestComputeDisplayableForm("SomemetaMatrixMetaMatrixMetaEmbedded", "Somemeta Matrix Meta Matrix Meta Embedded"); //$NON-NLS-1$ //$NON-NLS-2$
     }
 
 	public void testComputePluralForm1() {



More information about the teiid-commits mailing list