Fix editors

release
Slava Pestov 2007-11-21 03:20:32 -05:00
parent 32da4e364c
commit 25de6273b3
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
USING: ui.gadgets.editors tools.test kernel io io.streams.plain
definitions namespaces ui.gadgets
ui.gadgets.grids prettyprint documents ui.gestures
tools.test.inference tools.test.ui ;
tools.test.inference tools.test.ui models ;
[ "foo bar" ] [
<editor> "editor" set
@ -31,3 +31,9 @@ tools.test.inference tools.test.ui ;
] unit-test
{ 0 1 } [ <editor> ] unit-test-effect
"hello" <model> <field> "field" set
"field" get [
[ "hello" ] [ "field" get field-model model-value ] unit-test
] with-grafted-gadget