HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Initial Version and Version 1 of PythonRegressionTests_dircache


Ignore:
Timestamp:
01/30/09 21:43:43 (6 years ago)
Author:
scottmc
Comment:

test_dircache output

Legend:

Unmodified
Added
Removed
Modified
  • PythonRegressionTests_dircache

    v1 v1  
     1 
     2 
     3~/develop/python/Lib/test> python test_dircache.py 
     4{{{ 
     5test_annotate (__main__.DircacheTests) ... ok 
     6test_listdir (__main__.DircacheTests) ... FAIL 
     7 
     8====================================================================== 
     9FAIL: test_listdir (__main__.DircacheTests) 
     10---------------------------------------------------------------------- 
     11Traceback (most recent call last): 
     12  File "test_dircache.py", line 55, in test_listdir 
     13    self.assertEquals(entries, ['test1']) 
     14AssertionError: [] != ['test1'] 
     15 
     16---------------------------------------------------------------------- 
     17Ran 2 tests in 1.161s 
     18 
     19FAILED (failures=1) 
     20Traceback (most recent call last): 
     21  File "test_dircache.py", line 77, in <module> 
     22    test_main() 
     23  File "test_dircache.py", line 71, in test_main 
     24    run_unittest(DircacheTests) 
     25  File "/boot/common/lib/python2.7/test/test_support.py", line 722, in run_unittest 
     26    _run_suite(suite) 
     27  File "/boot/common/lib/python2.7/test/test_support.py", line 705, in _run_suite 
     28    raise TestFailed(err) 
     29test.test_support.TestFailed: Traceback (most recent call last): 
     30  File "test_dircache.py", line 55, in test_listdir 
     31    self.assertEquals(entries, ['test1']) 
     32AssertionError: [] != ['test1'] 
     33}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/