[pypy-svn] r29197 - in pypy/dist/pypy/translator/js: modules/test modules/test/html test/html

fijal at codespeak.net fijal at codespeak.net
Fri Jun 23 10:38:33 CEST 2006


Author: fijal
Date: Fri Jun 23 10:38:30 2006
New Revision: 29197

Added:
   pypy/dist/pypy/translator/js/modules/test/html/
      - copied from r29166, pypy/dist/pypy/translator/js/test/html/
Removed:
   pypy/dist/pypy/translator/js/test/html/
Modified:
   pypy/dist/pypy/translator/js/modules/test/test_xmlhttp.py
Log:
Moved test html's to new location.


Modified: pypy/dist/pypy/translator/js/modules/test/test_xmlhttp.py
==============================================================================
--- pypy/dist/pypy/translator/js/modules/test/test_xmlhttp.py	(original)
+++ pypy/dist/pypy/translator/js/modules/test/test_xmlhttp.py	Fri Jun 23 10:38:30 2006
@@ -26,3 +26,4 @@
     fn = compile_function(run_double_proxy, [], root = ProxyRoot)
     result = fn()
     assert result == 8
+



More information about the Pypy-commit mailing list