From 5da340d4c08e1316796b8cfad2234ff7d6cb0a44 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 11 Feb 2007 16:50:00 +0000 Subject: Added reload test case. 2007-02-11 Nickolay V. Shmyrev * test/Makefile.am: * test/test3.py: Added reload test case. svn path=/trunk/; revision=2311 --- (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 575fa98..db56b57 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,5 @@ -dist_check_SCRIPTS = test1.py test2.py test3.py +dist_check_SCRIPTS = test1.py test2.py test3.py test4.py TESTS = $(dist_check_SCRIPTS) diff --git a/test/test3.py b/test/test3.py index adfbd9d..56b90df 100755 --- a/test/test3.py +++ b/test/test3.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# This test opens a password encrypted file and tries to unlock it. +# This test opens a file with wrong extenstion. import os os.environ['LANG']='C' -- cgit v0.9.1