From acfacb0c00945f58dd48973cfcc01ad70ca15892 Mon Sep 17 00:00:00 2001 From: Freddy Vulto Date: Tue, 9 Jun 2009 23:17:38 +0200 Subject: [PATCH] Moved vncviewer tests out of 'to_review' --- test/{completion_to_review => completion}/vncviewer.exp | 0 test/lib/{completions_to_review => completions}/vncviewer.exp | 2 ++ 2 files changed, 2 insertions(+) rename test/{completion_to_review => completion}/vncviewer.exp (100%) rename test/lib/{completions_to_review => completions}/vncviewer.exp (89%) diff --git a/test/completion_to_review/vncviewer.exp b/test/completion/vncviewer.exp similarity index 100% rename from test/completion_to_review/vncviewer.exp rename to test/completion/vncviewer.exp diff --git a/test/lib/completions_to_review/vncviewer.exp b/test/lib/completions/vncviewer.exp similarity index 89% rename from test/lib/completions_to_review/vncviewer.exp rename to test/lib/completions/vncviewer.exp index b91f64ee..bde8e7e3 100644 --- a/test/lib/completions_to_review/vncviewer.exp +++ b/test/lib/completions/vncviewer.exp @@ -1,8 +1,10 @@ proc setup {} { + save_env }; # setup() proc teardown {} { + assert_env_unmodified }; # teardown()