Mercurial > hg > configuration
comparison tests/unit.py @ 41:1bd4ddf2e81d
deserialization should work now
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 27 Mar 2012 10:51:34 -0700 |
parents | 056280e7a6ea |
children | 75886253ee73 |
comparison
equal
deleted
inserted
replaced
40:056280e7a6ea | 41:1bd4ddf2e81d |
---|---|
90 'activeTests': ['ts']} | 90 'activeTests': ['ts']} |
91 args1 = ['-e', '/opt/bin/firefox'] | 91 args1 = ['-e', '/opt/bin/firefox'] |
92 | 92 |
93 if __name__ == '__main__': | 93 if __name__ == '__main__': |
94 unittest.main() | 94 unittest.main() |
95 |