From c70fe1a11c98b65229f92773020284a1a0741e29 Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Tue, 17 Nov 2015 17:16:02 +0900 Subject: [PATCH] Fixed AssertionError for running tests Since some sentences exceeded a maximum of 79 charaters, runtests job generated AssertionError during testr like: 'AssertionError: False is not true' and 'Line limited to a maximum of 79 characters.' This bug fix is for running tox and for Jenkins test. Change-Id: I6b7292f49daf57b0ba1c2663df8369a20bde5d3e --- specs/liberty/dist-remove-d6cage-from-api.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/specs/liberty/dist-remove-d6cage-from-api.rst b/specs/liberty/dist-remove-d6cage-from-api.rst index ea59a47..8bfe92e 100644 --- a/specs/liberty/dist-remove-d6cage-from-api.rst +++ b/specs/liberty/dist-remove-d6cage-from-api.rst @@ -34,9 +34,10 @@ Proposed change How to change to distributed version -It replace calling harness.py:create() in service.py:congress_app_factory() with -a new API instance creating method which has instantiation steps for API model in -harness.py:create(). And it's only to make the dict with new instances. +It replace calling harness.py:create() in service.py:congress_app_factory() +with a new API instance creating method which has instantiation steps for +API model in harness.py:create(). And it's only to make the dict with new +instances. Alternatives ------------