Changeset 258


Ignore:
Timestamp:
26-05-07 13:22:42 (6 years ago)
Author:
thomas
Message:
  • moap/test/Makefile.am:
  • moap/test/test_vcs_bzr.py: Add a test.
  • moap/vcs/bzr.py: Use commands instead of subprocess, so it works with Python 2.3 Various re-introductions of os.chdir trickery to fix the test.
Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r256 r258  
     12007-05-26  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * moap/test/Makefile.am: 
     4        * moap/test/test_vcs_bzr.py: 
     5          Add a test. 
     6        * moap/vcs/bzr.py: 
     7          Use commands instead of subprocess, so it works with Python 2.3 
     8          Various re-introductions of os.chdir trickery to fix the test. 
     9 
    1102007-05-26  Thomas Vander Stichele  <thomas at apestaart dot org> 
    211 
  • trunk/moap/test/Makefile.am

    r247 r258  
    1111        test_util_distro.py \ 
    1212        test_util_util.py \ 
     13        test_vcs_bzr.py \ 
    1314        test_vcs_cvs.py \ 
    1415        test_vcs_darcs.py \ 
Note: See TracChangeset for help on using the changeset viewer.