Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test failure on OS X 10.6 #1

Open
GoogleCodeExporter opened this issue Mar 27, 2015 · 2 comments
Open

Unit test failure on OS X 10.6 #1

GoogleCodeExporter opened this issue Mar 27, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

$ sebs test src/sebs
/Users/hopper/ProgProjects/libNet/src/sebs/runner.py:33: DeprecationWarning: 
the md5 
module is deprecated; use hashlib instead
  import md5
PASS: test: src/sebs/loader_test.py
PASS: test: src/sebs/core_test.py
PASS: test: src/sebs/filesystem_test.py
par: sebs:sebs
setup: sebs:cpp_test
FAIL: test: sebs:cpp_test
PASS: test: src/sebs/builder_test.py
FAIL: test: src/sebs/command_test.py
PASS: test: src/sebs/helpers_test.py

Test results:
  sebs:builder_test                                                      PASSED
  sebs:command_test                                                      FAILED
    ./tmp/sebs/command_test_output.txt
  sebs:core_test                                                         PASSED
  sebs:cpp_test                                                          FAILED
    ./tmp/sebs/cpp_test_output.txt
  sebs:filesystem_test                                                   PASSED
  sebs:helpers_test                                                      PASSED
  sebs:loader_test                                                       PASSED

Original issue reported on code.google.com by omnifari...@gmail.com on 28 Feb 2010 at 5:48

Attachments:

@GoogleCodeExporter
Copy link
Author

Oops, attached the wrong file.

Original comment by omnifari...@gmail.com on 28 Feb 2010 at 6:51

  • Added labels: ****
  • Removed labels: ****

Attachments:

@GoogleCodeExporter
Copy link
Author

Well, I fixed these problems.  Mostly the tests weren't up-to-date with the 
latest
changes.  They worked for rev 99290f3a76e8c4adceb7eea6f074d3704864d08d, but not 
for
its child, rev dc5665d52d749d949f6b581674033732046c0b7b.

I've attached my fixes as a Mercurial bundle.

Original comment by omnifari...@gmail.com on 2 Mar 2010 at 2:52

  • Added labels: ****
  • Removed labels: ****

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant