[Checkins] SVN: megrok.icon/trunk/src/megrok/icon/README.txt Corrected abs path for working tests :)

Souheil CHELFOUH souheil at chelfouh.com
Wed Dec 30 19:32:10 EST 2009


Log message for revision 107415:
  Corrected abs path for working tests :)
  

Changed:
  U   megrok.icon/trunk/src/megrok/icon/README.txt

-=-
Modified: megrok.icon/trunk/src/megrok/icon/README.txt
===================================================================
--- megrok.icon/trunk/src/megrok/icon/README.txt	2009-12-31 00:31:21 UTC (rev 107414)
+++ megrok.icon/trunk/src/megrok/icon/README.txt	2009-12-31 00:32:10 UTC (rev 107415)
@@ -109,7 +109,7 @@
 
   >>> from megrok.icon import ICONS_BASES
   >>> ICONS_BASES
-  {<class 'megrok.icon.tests.ContentIcons'>: [('some-icon', '/home/trollfot/work/sandbox/megrok.icon/trunk/src/megrok/icon/tests/../tests/more/an_icon.png')]}
+  {<class 'megrok.icon.tests.ContentIcons'>: [('some-icon', '.../tests/more/an_icon.png')]}
 
   >>> grok_component('content-icons', ContentIcons)
   True



More information about the checkins mailing list