summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/test/icgluetest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib/test/icgluetest.py')
-rw-r--r--Mac/Lib/test/icgluetest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/test/icgluetest.py b/Mac/Lib/test/icgluetest.py
index 4552943..323f9e7 100644
--- a/Mac/Lib/test/icgluetest.py
+++ b/Mac/Lib/test/icgluetest.py
@@ -18,7 +18,7 @@ for i in range(1, numprefs+1):
h.data = ""
attrs = ici.ICFindPrefHandle(key, h)
print "Attr: ", attrs
- print "Data: ", h.data
+ print "Data: ", `h.data[:64]`
ici.ICEnd()
del ici