From 32101d84c12b2fcc35d5739aecb33609e997b214 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 12 May 2017 13:54:55 -0500 Subject: [PATCH] Update tests for more recent sphinx The html output now uses a more compact form for empty col elements. Update the tests to account for this. Change-Id: I055254463e48cc8fdd44c4de7c39595a574afa47 --- os_api_ref/tests/test_basic_example.py | 16 ++++++++-------- os_api_ref/tests/test_microversions.py | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/os_api_ref/tests/test_basic_example.py b/os_api_ref/tests/test_basic_example.py index f212c21..d746100 100644 --- a/os_api_ref/tests/test_basic_example.py +++ b/os_api_ref/tests/test_basic_example.py @@ -78,10 +78,10 @@ class TestBasicExample(base.TestCase): table = """----++++ @@ -105,8 +105,8 @@ class TestBasicExample(base.TestCase): success_table = """table border="1" class="docutils"> --++ @@ -129,8 +129,8 @@ class TestBasicExample(base.TestCase): error_table = """
Name
Code
--++ diff --git a/os_api_ref/tests/test_microversions.py b/os_api_ref/tests/test_microversions.py index 03cc6b9..1f8e92b 100644 --- a/os_api_ref/tests/test_microversions.py +++ b/os_api_ref/tests/test_microversions.py @@ -58,10 +58,10 @@ class TestMicroversions(base.TestCase): table = """
Code
----++++
Name