[py-svn] r38025 - in py/trunk/py/test/rsession: . webdata

fijal at codespeak.net fijal at codespeak.net
Tue Feb 6 20:11:28 CET 2007


Author: fijal
Date: Tue Feb  6 20:11:12 2007
New Revision: 38025

Modified:
   py/trunk/py/test/rsession/web.py
   py/trunk/py/test/rsession/webdata/source.js
   py/trunk/py/test/rsession/webjs.py
Log:
Fix a bit web reporter (still not perfect)


Modified: py/trunk/py/test/rsession/web.py
==============================================================================
--- py/trunk/py/test/rsession/web.py	(original)
+++ py/trunk/py/test/rsession/web.py	Tue Feb  6 20:11:12 2007
@@ -137,6 +137,7 @@
         self.stdout = {}
         self.stderr = {}
         self.all = 0
+        self.to_rsync = {}
     
     def findmodule(self, item):
         # find the most outwards parent which is module

Modified: py/trunk/py/test/rsession/webdata/source.js
==============================================================================
Binary files. No diff available.

Modified: py/trunk/py/test/rsession/webjs.py
==============================================================================
--- py/trunk/py/test/rsession/webjs.py	(original)
+++ py/trunk/py/test/rsession/webjs.py	Tue Feb  6 20:11:12 2007
@@ -185,7 +185,7 @@
         host_elem.childNodes[0].nodeValue = '%s[%s]' % (
                             glob.host_dict[msg['hostkey']], count)
         
-    elif msg['type'] == 'HostReady':
+    elif msg['type'] == 'HostRSyncRootReady':
         host_elem = dom.document.getElementById(msg['hostkey'])
         host_elem.style.background = \
             "#00ff00"



More information about the pytest-commit mailing list