Moved vncviewer tests out of 'to_review'

This commit is contained in:
Freddy Vulto 2009-06-09 23:17:38 +02:00
parent ad123d1b63
commit acfacb0c00
2 changed files with 2 additions and 0 deletions

View File

@ -1,8 +1,10 @@
proc setup {} { proc setup {} {
save_env
}; # setup() }; # setup()
proc teardown {} { proc teardown {} {
assert_env_unmodified
}; # teardown() }; # teardown()