Advertisement
Guest User

Untitled

a guest
Jul 8th, 2010
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. [300062-bad-pattern-error-part-1]% ./bzr --no-plugins selftest -v -s bt.test_globbing.TestGlobster.test_bad_pattern
  2. running 0 tests...
  3. bzr selftest: /storage/parth/src/bzr.dev/300062-bad-pattern-error-part-1/bzr
  4. /storage/parth/src/bzr.dev/300062-bad-pattern-error-part-1/bzrlib
  5. bzr-2.2b3 python-2.6.5 Linux-2.6.32-23-generic-i686-with-Ubuntu-10.04-lucid
  6.  
  7. test_globbing.TestGlobster.test_bad_pattern OK 25ms
  8.  
  9. ----------------------------------------------------------------------
  10. Ran 1 test in 0.033s
  11.  
  12. OK
  13. [300062-bad-pattern-error-part-1]% ./bzr --no-plugins selftest -v -s bt.test_osutils.TestReCompile
  14. running 0 tests...
  15. bzr selftest: /storage/parth/src/bzr.dev/300062-bad-pattern-error-part-1/bzr
  16. /storage/parth/src/bzr.dev/300062-bad-pattern-error-part-1/bzrlib
  17. bzr-2.2b3 python-2.6.5 Linux-2.6.32-23-generic-i686-with-Ubuntu-10.04-lucid
  18.  
  19. test_osutils.TestReCompile.test_re_compile_checked /storage/parth/src/bzr.dev/300062-bad-pattern-error-part-1/bzrlib/tests/test_osutils.py:1709: DeprecationWarning: bzrlib.osutils.re_compile_checked was deprecated in version 2.2.0.
  20. r = osutils.re_compile_checked(r'A*', re.IGNORECASE)
  21. OK 20ms
  22. test_osutils.TestReCompile.test_re_compile_checked_error /storage/parth/src/bzr.dev/300062-bad-pattern-error-part-1/bzrlib/tests/__init__.py:1249: DeprecationWarning: bzrlib.osutils.re_compile_checked was deprecated in version 2.2.0.
  23. callableObj(*args, **kwargs)
  24. OK 3ms
  25.  
  26. ----------------------------------------------------------------------
  27. Ran 2 tests in 0.033s
  28.  
  29. OK
  30. [300062-bad-pattern-error-part-1]%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement