SVN__CommitTests.st
changeset 223 17e26ab7b99d
parent 76 f7de72d8b7c7
child 308 f62a8ceda721
equal deleted inserted replaced
222:63e6a396113a 223:17e26ab7b99d
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'SVN-Tests'
     9 	category:'SVN-Tests'
    10 !
    10 !
    11 
    11 
    12 !CommitTests class methodsFor:'documentation'!
       
    13 
       
    14 version_SVN
       
    15     ^'$Id$'
       
    16 ! !
       
    17 
    12 
    18 !CommitTests methodsFor:'initialization & release'!
    13 !CommitTests methodsFor:'initialization & release'!
    19 
    14 
    20 setUp
    15 setUp
    21 
    16 
   291 
   286 
   292 !CommitTests class methodsFor:'documentation'!
   287 !CommitTests class methodsFor:'documentation'!
   293 
   288 
   294 version
   289 version
   295     ^ '$Header$'
   290     ^ '$Header$'
   296 ! !
   291 !
       
   292 
       
   293 version_CVS
       
   294     ^ '$Header$'
       
   295 !
       
   296 
       
   297 version_SVN
       
   298     ^'Id: SVN__CommitTests.st 110 2009-08-19 13:21:10Z vranyj1 '
       
   299 ! !