trunk/XMLv2__XMLBuilderTests.st
changeset 0 5057afe1ec87
equal deleted inserted replaced
-1:000000000000 0:5057afe1ec87
       
     1 "{ Package: 'stx:goodies/xmlsuite' }"
       
     2 
       
     3 "{ NameSpace: XMLv2 }"
       
     4 
       
     5 TestCase subclass:#XMLBuilderTests
       
     6 	instanceVariableNames:'writer outputStream'
       
     7 	classVariableNames:''
       
     8 	poolDictionaries:''
       
     9 	category:'XML Suite-Tests'
       
    10 !
       
    11 
       
    12 
       
    13 !XMLBuilderTests methodsFor:'tests'!
       
    14 
       
    15 test_01
       
    16 
       
    17     self assert:true.
       
    18 
       
    19     "Honzo, tohle dopis. Porad se s Filipem, jak
       
    20     to udelat nejlepe :-)"
       
    21 
       
    22     "Created: / 21-11-2005 / 17:56:03 / janfrog"
       
    23     "Modified: / 29-05-2006 / 10:59:44 / janfrog"
       
    24 ! !
       
    25 
       
    26 !XMLBuilderTests class methodsFor:'documentation'!
       
    27 
       
    28 version
       
    29     ^ '$Header: /opt/data/cvs/stx/goodies/xmlsuite/XMLv2__XMLBuilderTests.st,v 1.2 2006-05-29 15:06:54 vranyj1 Exp $'
       
    30 ! !