Fix test_42_enc

This commit is contained in:
Erick Tryzelaar
2014-10-24 16:47:16 -07:00
parent e427b41d23
commit a9efd08d85

View File

@@ -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()