smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This commit is contained in:
Sébastien Audier 2009-08-20 01:29:28 +00:00
parent 80ee7a17ad
commit efb16e2146
1 changed files with 0 additions and 8 deletions

View File

@ -19,13 +19,5 @@ ElementTest subclass: BodyElementTest [
e onUnload: 'foo'.
self shouldHaveAttribute: 'onUnload' value: 'foo'
]
testPrintHtml [
<category: 'tests'>
| str |
str := WriteStream on: String new.
e printHtmlOn: str.
self assert: str contents = '<body></body>'
]
]