You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/09/16 17:47:07 UTC

svn commit: r815848 - /gump/trunk/python/gump/test/utils.py

Author: bodewig
Date: Wed Sep 16 15:47:07 2009
New Revision: 815848

URL: http://svn.apache.org/viewvc?rev=815848&view=rev
Log:
the Python installation on vmgump doesn't like Umlauts in sources - try removing the test

Modified:
    gump/trunk/python/gump/test/utils.py

Modified: gump/trunk/python/gump/test/utils.py
URL: http://svn.apache.org/viewvc/gump/trunk/python/gump/test/utils.py?rev=815848&r1=815847&r2=815848&view=diff
==============================================================================
--- gump/trunk/python/gump/test/utils.py (original)
+++ gump/trunk/python/gump/test/utils.py Wed Sep 16 15:47:07 2009
@@ -69,9 +69,6 @@
         getIndent(5)
         logResourceUtilization()
   
-    def testUnicode(self):
-        getStringFromUnicode("Ceki Gülcü")
-        
     def testInspectGarbageCollection(self):
         invokeGarbageCollection('testInspect')