Comment 0 for bug 1596112

Revision history for this message
Sergio Schvezov (sergiusens) wrote : list-plugins integration test is broken

======================================================================
FAIL: test_list_plugins (test_list_plugins.ListPluginsTestCase)
test_list_plugins.ListPluginsTestCase.test_list_plugins
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/tmp/adt-run.1qGfm6/build.Rmd/real-tree/integration_tests/test_list_plugins.py", line 28, in test_list_plugins
    self.assertEqual(expected, output)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 350, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 435, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: !=:
reference = '''\
ant cmake gulp kernel nil python3 tar-content
autotools copy jdk make nodejs qmake
catkin go kbuild maven python2 scons
'''
actual = '''\
ant catkin copy gulp kbuild make nil python2 qmake tar-content
autotools cmake go jdk kernel maven nodejs python3 scons
'''