diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/plugin_tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 956f808d..b7b13b22 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -119,8 +119,6 @@ class PluginToolTests(unittest.TestCase): self.assertEquals("foo_-x", _mangle_command("/usr/bin/foo -x")) self.assertEquals("foo_--verbose", _mangle_command("/usr/bin/foo --verbose")) self.assertEquals("foo_.path.to.stuff", _mangle_command("/usr/bin/foo /path/to/stuff")) - expected = "foo_.path.to.stuff.this.is.very.long.and.i.only.expect.part.of.it.maybe.this.is.enough.i.hope.so"[0:64] - self.assertEquals(expected, _mangle_command("/usr/bin/foo /path/to/stuff/this/is/very/long/and/i/only/expect/part/of/it/maybe/this/is/enough/i/hope/so")) class PluginTests(unittest.TestCase): |