RegressionTests__MySQLSoundexStringComparatorTest.st
changeset 535 d55250866731
parent 530 59a4ea607dbb
child 541 14c1225ba104
equal deleted inserted replaced
534:ede86bbbae7f 535:d55250866731
     2 
     2 
     3 TestCase subclass:#MySQLSoundexStringComparatorTest
     3 TestCase subclass:#MySQLSoundexStringComparatorTest
     4 	instanceVariableNames:'mc'
     4 	instanceVariableNames:'mc'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Collections-Text-Support'
     7 	category:'tests-Regression'
     8 !
     8 !
     9 
     9 
    10 
    10 
    11 !MySQLSoundexStringComparatorTest methodsFor:'running'!
    11 !MySQLSoundexStringComparatorTest methodsFor:'running'!
    12 
    12