On Mon, Oct 05, 2009 at 02:03:22PM -0400, Chris Ball wrote: > Doctest: becommands.init.execute ... Exception AttributeError: > "'BugDir' object has no attribute 'root'" in <bound method > BugDir.__del__ of []> ignored
Fixed by avoiding *.__del__() in favor of the more explicit *.cleanup(). > ====================================================================== > FAIL: Should get file contents as committed to specified revision. > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "libbe/vcs.py", line 852, in test_revision_file_contents_as_committed > self.test_contents['rev_1'], committed_contents) > AssertionError: 'Lorem ipsum' != (0, 'Lorem ipsum', '') > ---------------------------------------------------------------------- Can you send backtraces? It passes on my machine: wk...@thor:be.wtk-rr$ python test.py ... Ran 160 tests in 63.326s OK -- This email may be signed or encrypted with GPG (http://www.gnupg.org). The GPG signature (if present) will be attached as 'signature.asc'. For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy My public key is at http://www.physics.drexel.edu/~wking/pubkey.txt
pgpSjPKVUaijB.pgp
Description: PGP signature
_______________________________________________ Be-devel mailing list [email protected] http://void.printf.net/cgi-bin/mailman/listinfo/be-devel
