From 7b8f1abfca6b0f469716adc2f5514c3e3cf4531a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 19 Oct 1999 17:48:54 +0000 Subject: This test really only tests the binhex module. Renamed it and adapted a comment and an error message. --- Lib/test/test_binhex.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/test/test_binhex.py b/Lib/test/test_binhex.py index fe3843d..534fa73 100755 --- a/Lib/test/test_binhex.py +++ b/Lib/test/test_binhex.py @@ -1,5 +1,5 @@ #! /usr/bin/env python -"""Test script for the binascii C module +"""Test script for the binhex C module Uses the mechanism of the python binhex module Roger E. Masse @@ -15,7 +15,7 @@ def test(): fname2 = tempfile.mktemp() f = open(fname1, 'w') except: - raise ImportError, "Cannot test binascii without a temp file" + raise ImportError, "Cannot test binhex without a temp file" start = 'Jack is my hero' f.write(start) -- cgit v0.12