RegressionTests__HTTPServerTests.st
changeset 1552 395f39d5a4c5
parent 1447 2351db93aa5b
child 1564 2a4963ef3a4a
child 1929 ed3d2078410e
equal deleted inserted replaced
1551:518cd60e66f8 1552:395f39d5a4c5
     4 
     4 
     5 TestCase subclass:#HTTPServerTests
     5 TestCase subclass:#HTTPServerTests
     6 	instanceVariableNames:'server'
     6 	instanceVariableNames:'server'
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'XML-Presentation'
     9 	category:'tests-Regression-Services'
    10 !
    10 !
    11 
    11 
    12 
    12 
    13 !HTTPServerTests methodsFor:'initialize / release'!
    13 !HTTPServerTests methodsFor:'initialize / release'!
    14 
    14