From a9efd08d85bc953a3295e79fcdca49aa654b871e Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Fri, 24 Oct 2014 16:47:16 -0700 Subject: [PATCH] Fix test_42_enc --- tests/test_42_enc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_42_enc.py b/tests/test_42_enc.py index 87126b5..8158a05 100644 --- a/tests/test_42_enc.py +++ b/tests/test_42_enc.py @@ -55,12 +55,12 @@ def test_enc1(): statement = pre_encrypt_assertion(resp_) - tmpl = "enc_tmpl.xml" + tmpl = full_path("enc_tmpl.xml") # tmpl_file = open(tmpl, "w") # tmpl_file.write("%s" % pre_encryption_part()) # tmpl_file.close() - data = "pre_enc.xml" + data = full_path("pre_enc.xml") # data_file = open(data, "w") # data_file.write("%s" % statement) # data_file.close()