diff options
| author | jquast <contact@jeffquast.com> | 2014-05-27 03:34:02 +0000 |
|---|---|---|
| committer | jquast <contact@jeffquast.com> | 2014-05-27 03:34:02 +0000 |
| commit | e6b716fd1ffb96ad19fd14fffb4c63c5e2b6c0a6 (patch) | |
| tree | fdb36924f7926743f154ffd6a847e261c058eb28 /tests/test_constructor.py | |
| parent | c4359ad421a6d75a4b8859f7fdcb21c568173865 (diff) | |
| download | pexpect-solaris-experiments.tar.gz | |
just pushing up all solaris experimentssolaris-experiments
will be re-working a new branch
Diffstat (limited to 'tests/test_constructor.py')
| -rwxr-xr-x | tests/test_constructor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_constructor.py b/tests/test_constructor.py index 8a98c28..74e156e 100755 --- a/tests/test_constructor.py +++ b/tests/test_constructor.py @@ -33,7 +33,7 @@ class TestCaseConstructor(PexpectTestCase.PexpectTestCase): p2 = pexpect.spawn('/bin/ls' ,['-l', '/bin']) p1.expect (pexpect.EOF) p2.expect (pexpect.EOF) - assert (p1.before == p2.before) + assert (p1.before == p2.before), (p1.before, p2.before) def test_named_parameters (self): '''This tests that named parameters work. |
