X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=test%2Ftest2.py;h=e42fca0f3ac7dddc0a943eef8a688cef656163b1;hb=9f20012d6372450a60b93744367a3b718e7866c6;hp=c0958c857ec0870396647e559b320531b2f6ce37;hpb=eb0b518aaf980993486c6e132b2df367d3ed76ca;p=evince.git diff --git a/test/test2.py b/test/test2.py index c0958c85..e42fca0f 100755 --- a/test/test2.py +++ b/test/test2.py @@ -2,6 +2,9 @@ # This test opens a password encrypted file and tries to unlock it. +import os +os.environ['LANG']='en_US.UTF-8' + from dogtail.procedural import * run('evince', arguments=' ./test-encrypt.pdf',)