RegressionTests__ProjectDefinitionTests.st
changeset 2399 3bb697ebea0e
parent 2157 a2696f6efc3b
equal deleted inserted replaced
2398:d6896f5dc88a 2399:3bb697ebea0e
   119 
   119 
   120 !ProjectDefinitionTests methodsFor:'tests-obsolete'!
   120 !ProjectDefinitionTests methodsFor:'tests-obsolete'!
   121 
   121 
   122 test1
   122 test1
   123     self skipIf:true description:'obsolete and outdated'.
   123     self skipIf:true description:'obsolete and outdated'.
   124 
   124     DAPASX::DapasXProject notNil ifTrue:[
   125     DAPASX::DapasXProject compileClassNames.
   125         DAPASX::DapasXProject compileClassNames.
   126     self assert:(DAPASX::DapasXProject classNames asSortedCollection = DAPASX::DapasXProject searchForClassesNamesWithProject asSortedCollection)
   126         self assert:(DAPASX::DapasXProject classNames asSortedCollection = DAPASX::DapasXProject searchForClassesNamesWithProject asSortedCollection)
       
   127     ]
   127 
   128 
   128     "Modified: / 09-08-2006 / 18:22:16 / fm"
   129     "Modified: / 09-08-2006 / 18:22:16 / fm"
   129 ! !
   130 ! !
   130 
   131 
   131 !ProjectDefinitionTests class methodsFor:'documentation'!
   132 !ProjectDefinitionTests class methodsFor:'documentation'!