Commit 67836006 authored by Ozzie Isaacs's avatar Ozzie Isaacs

Successfull testrun

parent 1833e8fd
......@@ -31,7 +31,7 @@
<button type="button" data-toggle="modal" data-link="config_certfile" data-target="#fileModal" id="certfile_path" class="btn btn-default"><span class="glyphicon glyphicon-folder-open"></span></button>
</span>
</div>
<label for="config_calibre_dir" >{{_('SSL Keyfile location (leave it empty for non-SSL Servers)')}}</label>
<label for="config_keyfile" >{{_('SSL Keyfile location (leave it empty for non-SSL Servers)')}}</label>
<div class="form-group input-group">
<input type="text" class="form-control" id="config_keyfile" name="config_keyfile" value="{% if config.config_keyfile != None %}{{ config.config_keyfile }}{% endif %}" autocomplete="off">
<span class="input-group-btn">
......
......@@ -9,7 +9,7 @@
<form role="form" class="col-md-10 col-lg-6" method="POST">
{% if feature_support['gmail'] %}
<div class="form-group">
<label for="mail_server_type">{{_('Choose Server Type')}}</label>
<label for="config_email_type">{{_('Choose Server Type')}}</label>
<select name="mail_server_type" id="config_email_type" class="form-control" data-control="email-settings">
<option value="0" {% if content.mail_server_type == 0 %}selected{% endif %}>{{_('Use Standard E-Mail Account')}}</option>
<option value="1" {% if content.mail_server_type == 1 %}selected{% endif %}>{{_('Gmail Account with OAuth2 Verification')}}</option>
......
......@@ -37,20 +37,20 @@
<div class="row">
<div class="col-xs-6 col-md-6 col-sm-offset-3" style="margin-top:50px;">
<p class='text-justify attribute'><strong>Start Time: </strong>2021-05-27 20:44:36</p>
<p class='text-justify attribute'><strong>Start Time: </strong>2021-06-17 21:19:35</p>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-md-6 col-sm-offset-3">
<p class='text-justify attribute'><strong>Stop Time: </strong>2021-05-28 00:00:32</p>
<p class='text-justify attribute'><strong>Stop Time: </strong>2021-06-18 00:53:27</p>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-md-6 col-sm-offset-3">
<p class='text-justify attribute'><strong>Duration: </strong>2h 37 min</p>
<p class='text-justify attribute'><strong>Duration: </strong>2h 53 min</p>
</div>
</div>
</div>
......@@ -1270,12 +1270,12 @@
<tr id="su" class="errorClass">
<tr id="su" class="passClass">
<td>TestEditBooksOnGdrive</td>
<td class="text-center">20</td>
<td class="text-center">17</td>
<td class="text-center">1</td>
<td class="text-center">2</td>
<td class="text-center">20</td>
<td class="text-center">0</td>
<td class="text-center">0</td>
<td class="text-center">0</td>
<td class="text-center">
<a onclick="showClassDetail('c13', 20)">Detail</a>
......@@ -1293,35 +1293,11 @@
<tr id="ft13.2" class="none bg-danger">
<tr id='pt13.2' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestEditBooksOnGdrive - test_edit_author</div>
</td>
<td colspan='6'>
<div class="text-center">
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_ft13.2')">FAIL</a>
</div>
<!--css div popup start-->
<div id="div_ft13.2" class="popup_window test_output" style="display:block;">
<div class='close_button pull-right'>
<button type="button" class="close" aria-label="Close" onfocus='this.blur();'
onclick='document.getElementById('div_ft13.2').style.display='none'"><span
aria-hidden="true">&times;</span></button>
</div>
<div class="text-left pull-left">
<pre class="text-left">Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 373, in test_edit_author
self.assertEqual(u'Pipo, Pipe', author.get_attribute('value'))
AssertionError: 'Pipo, Pipe' != 'Pipo| Pipe'
- Pipo, Pipe
? ^
+ Pipo| Pipe
? ^</pre>
</div>
<div class="clearfix"></div>
</div>
<!--css div popup end-->
</td>
<td colspan='6' align='center'>PASS</td>
</tr>
......@@ -1443,74 +1419,20 @@ AssertionError: 'Pipo, Pipe' != 'Pipo| Pipe'
<tr id="et13.16" class="none bg-info">
<tr id='pt13.16' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestEditBooksOnGdrive - test_edit_title</div>
</td>
<td colspan='6'>
<div class="text-center">
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_et13.16')">ERROR</a>
</div>
<!--css div popup start-->
<div id="div_et13.16" class="popup_window test_output" style="display:block;">
<div class='close_button pull-right'>
<button type="button" class="close" aria-label="Close" onfocus='this.blur();'
onclick='document.getElementById('div_et13.16').style.display='none'"><span
aria-hidden="true">&times;</span></button>
</div>
<div class="text-left pull-left">
<pre class="text-left">Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 238, in test_edit_title
self.edit_book(content={'book_title': u'Very long extra super turbo cool title without any issue of displaying including ö utf-8 characters'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1610, in edit_book
submit.click()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 633, in _execute
return self._parent.execute(command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: The element reference of <button id="submit" class="btn btn-default" type="submit"> is stale; either the element is no longer attached to the DOM, it is not in the current frame context, or the document has been refreshed</pre>
</div>
<div class="clearfix"></div>
</div>
<!--css div popup end-->
</td>
<td colspan='6' align='center'>PASS</td>
</tr>
<tr id="et13.17" class="none bg-info">
<tr id='pt13.17' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestEditBooksOnGdrive - test_upload_book_epub</div>
</td>
<td colspan='6'>
<div class="text-center">
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_et13.17')">ERROR</a>
</div>
<!--css div popup start-->
<div id="div_et13.17" class="popup_window test_output" style="display:block;">
<div class='close_button pull-right'>
<button type="button" class="close" aria-label="Close" onfocus='this.blur();'
onclick='document.getElementById('div_et13.17').style.display='none'"><span
aria-hidden="true">&times;</span></button>
</div>
<div class="text-left pull-left">
<pre class="text-left">Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 831, in test_upload_book_epub
self.fill_basic_config({'config_uploading':1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 333, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 290, in _fill_basic_config
accordions[o].click()
IndexError: list index out of range</pre>
</div>
<div class="clearfix"></div>
</div>
<!--css div popup end-->
</td>
<td colspan='6' align='center'>PASS</td>
</tr>
......@@ -2059,13 +1981,13 @@ IndexError: list index out of range</pre>
<tr id="su" class="skipClass">
<td>TestLogging</td>
<td class="text-center">8</td>
<td class="text-center">7</td>
<td class="text-center">6</td>
<td class="text-center">0</td>
<td class="text-center">0</td>
<td class="text-center">1</td>
<td class="text-center">
<a onclick="showClassDetail('c22', 7)">Detail</a>
<a onclick="showClassDetail('c22', 8)">Detail</a>
</td>
</tr>
......@@ -2090,6 +2012,15 @@ IndexError: list index out of range</pre>
<tr id='pt22.3' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestLogging - test_debuginfo_download</div>
</td>
<td colspan='6' align='center'>PASS</td>
</tr>
<tr id='pt22.4' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestLogging - test_failed_login</div>
</td>
......@@ -2098,19 +2029,19 @@ IndexError: list index out of range</pre>
<tr id="st22.4" class="none bg-warning">
<tr id="st22.5" class="none bg-warning">
<td>
<div class='testcase'>TestLogging - test_failed_register</div>
</td>
<td colspan='6'>
<div class="text-center">
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_st22.4')">SKIP</a>
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_st22.5')">SKIP</a>
</div>
<!--css div popup start-->
<div id="div_st22.4" class="popup_window test_output" style="display:none;">
<div id="div_st22.5" class="popup_window test_output" style="display:none;">
<div class='close_button pull-right'>
<button type="button" class="close" aria-label="Close" onfocus='this.blur();'
onclick='document.getElementById('div_st22.4').style.display='none'"><span
onclick='document.getElementById('div_st22.5').style.display='none'"><span
aria-hidden="true">&times;</span></button>
</div>
<div class="text-left pull-left">
......@@ -2124,7 +2055,7 @@ IndexError: list index out of range</pre>
<tr id='pt22.5' class='hiddenRow bg-success'>
<tr id='pt22.6' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestLogging - test_logfile_change</div>
</td>
......@@ -2133,7 +2064,7 @@ IndexError: list index out of range</pre>
<tr id='pt22.6' class='hiddenRow bg-success'>
<tr id='pt22.7' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestLogging - test_logfile_recover</div>
</td>
......@@ -2142,7 +2073,7 @@ IndexError: list index out of range</pre>
<tr id='pt22.7' class='hiddenRow bg-success'>
<tr id='pt22.8' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestLogging - test_logviewer</div>
</td>
......@@ -2752,6 +2683,48 @@ IndexError: list index out of range</pre>
<tr id="su" class="passClass">
<td>TestReverseProxy</td>
<td class="text-center">3</td>
<td class="text-center">3</td>
<td class="text-center">0</td>
<td class="text-center">0</td>
<td class="text-center">0</td>
<td class="text-center">
<a onclick="showClassDetail('c30', 3)">Detail</a>
</td>
</tr>
<tr id='pt30.1' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestReverseProxy - test_logout</div>
</td>
<td colspan='6' align='center'>PASS</td>
</tr>
<tr id='pt30.2' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestReverseProxy - test_move_page</div>
</td>
<td colspan='6' align='center'>PASS</td>
</tr>
<tr id='pt30.3' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestReverseProxy - test_reverse_about</div>
</td>
<td colspan='6' align='center'>PASS</td>
</tr>
<tr id="su" class="skipClass">
<td>TestShelf</td>
<td class="text-center">12</td>
......@@ -2760,13 +2733,13 @@ IndexError: list index out of range</pre>
<td class="text-center">0</td>
<td class="text-center">1</td>
<td class="text-center">
<a onclick="showClassDetail('c30', 12)">Detail</a>
<a onclick="showClassDetail('c31', 12)">Detail</a>
</td>
</tr>
<tr id='pt30.1' class='hiddenRow bg-success'>
<tr id='pt31.1' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestShelf - test_add_shelf_from_search</div>
</td>
......@@ -2775,7 +2748,7 @@ IndexError: list index out of range</pre>
<tr id='pt30.2' class='hiddenRow bg-success'>
<tr id='pt31.2' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestShelf - test_adv_search_shelf</div>
</td>
......@@ -2784,7 +2757,7 @@ IndexError: list index out of range</pre>
<tr id='pt30.3' class='hiddenRow bg-success'>
<tr id='pt31.3' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestShelf - test_arrange_shelf</div>
</td>
......@@ -2793,7 +2766,7 @@ IndexError: list index out of range</pre>
<tr id='pt30.4' class='hiddenRow bg-success'>
<tr id='pt31.4' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestShelf - test_delete_book_of_shelf</div>
</td>
......@@ -2802,7 +2775,7 @@ IndexError: list index out of range</pre>
<tr id='pt30.5' class='hiddenRow bg-success'>
<tr id='pt31.5' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestShelf - test_private_shelf</div>
</td>
......@@ -2811,7 +2784,7 @@ IndexError: list index out of range</pre>
<tr id='pt30.6' class='hiddenRow bg-success'>
<tr id='pt31.6' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestShelf - test_public_private_shelf</div>
</td>
......@@ -2820,7 +2793,7 @@ IndexError: list index out of range</pre>
<tr id='pt30.7' class='hiddenRow bg-success'>
<tr id='pt31.7' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestShelf - test_public_shelf</div>
</td>
......@@ -2829,7 +2802,7 @@ IndexError: list index out of range</pre>
<tr id='pt30.8' class='hiddenRow bg-success'>
<tr id='pt31.8' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestShelf - test_rename_shelf</div>
</td>
......@@ -2838,7 +2811,7 @@ IndexError: list index out of range</pre>
<tr id='pt30.9' class='hiddenRow bg-success'>
<tr id='pt31.9' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestShelf - test_shelf_action_non_shelf_edit_role</div>
</td>
......@@ -2847,7 +2820,7 @@ IndexError: list index out of range</pre>
<tr id='pt30.10' class='hiddenRow bg-success'>
<tr id='pt31.10' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestShelf - test_shelf_anonymous</div>
</td>
......@@ -2856,19 +2829,19 @@ IndexError: list index out of range</pre>
<tr id="st30.11" class="none bg-warning">
<tr id="st31.11" class="none bg-warning">
<td>
<div class='testcase'>TestShelf - test_shelf_database_change</div>
</td>
<td colspan='6'>
<div class="text-center">
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_st30.11')">SKIP</a>
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_st31.11')">SKIP</a>
</div>
<!--css div popup start-->
<div id="div_st30.11" class="popup_window test_output" style="display:none;">
<div id="div_st31.11" class="popup_window test_output" style="display:none;">
<div class='close_button pull-right'>
<button type="button" class="close" aria-label="Close" onfocus='this.blur();'
onclick='document.getElementById('div_st30.11').style.display='none'"><span
onclick='document.getElementById('div_st31.11').style.display='none'"><span
aria-hidden="true">&times;</span></button>
</div>
<div class="text-left pull-left">
......@@ -2882,7 +2855,7 @@ IndexError: list index out of range</pre>
<tr id='pt30.12' class='hiddenRow bg-success'>
<tr id='pt31.12' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestShelf - test_shelf_long_name</div>
</td>
......@@ -2892,21 +2865,21 @@ IndexError: list index out of range</pre>
<tr id="su" class="skipClass">
<tr id="su" class="failClass">
<td>TestUpdater</td>
<td class="text-center">8</td>
<td class="text-center">9</td>
<td class="text-center">7</td>
<td class="text-center">0</td>
<td class="text-center">1</td>
<td class="text-center">0</td>
<td class="text-center">1</td>
<td class="text-center">
<a onclick="showClassDetail('c31', 8)">Detail</a>
<a onclick="showClassDetail('c32', 9)">Detail</a>
</td>
</tr>
<tr id='pt31.1' class='hiddenRow bg-success'>
<tr id='pt32.1' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUpdater - test_check_update_nightly_errors</div>
</td>
......@@ -2915,7 +2888,7 @@ IndexError: list index out of range</pre>
<tr id='pt31.2' class='hiddenRow bg-success'>
<tr id='pt32.2' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUpdater - test_check_update_nightly_request_errors</div>
</td>
......@@ -2924,7 +2897,7 @@ IndexError: list index out of range</pre>
<tr id='pt31.3' class='hiddenRow bg-success'>
<tr id='pt32.3' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUpdater - test_check_update_stable_errors</div>
</td>
......@@ -2933,7 +2906,7 @@ IndexError: list index out of range</pre>
<tr id='pt31.4' class='hiddenRow bg-success'>
<tr id='pt32.4' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUpdater - test_check_update_stable_versions</div>
</td>
......@@ -2942,16 +2915,36 @@ IndexError: list index out of range</pre>
<tr id='pt31.5' class='hiddenRow bg-success'>
<tr id="ft32.5" class="none bg-danger">
<td>
<div class='testcase'>TestUpdater - test_perform_update</div>
</td>
<td colspan='6' align='center'>PASS</td>
<td colspan='6'>
<div class="text-center">
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_ft32.5')">FAIL</a>
</div>
<!--css div popup start-->
<div id="div_ft32.5" class="popup_window test_output" style="display:block;">
<div class='close_button pull-right'>
<button type="button" class="close" aria-label="Close" onfocus='this.blur();'
onclick='document.getElementById('div_ft32.5').style.display='none'"><span
aria-hidden="true">&times;</span></button>
</div>
<div class="text-left pull-left">
<pre class="text-left">Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 387, in test_perform_update
self.assertTrue(os.path.isdir(os.path.join(CALIBRE_WEB_PATH, "calibre-web.log")))
AssertionError: False is not true</pre>
</div>
<div class="clearfix"></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr id='pt31.6' class='hiddenRow bg-success'>
<tr id='pt32.6' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUpdater - test_perform_update_stable_errors</div>
</td>
......@@ -2960,19 +2953,19 @@ IndexError: list index out of range</pre>
<tr id="st31.7" class="none bg-warning">
<tr id="st32.7" class="none bg-warning">
<td>
<div class='testcase'>TestUpdater - test_perform_update_timeout</div>
</td>
<td colspan='6'>
<div class="text-center">
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_st31.7')">SKIP</a>
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_st32.7')">SKIP</a>
</div>
<!--css div popup start-->
<div id="div_st31.7" class="popup_window test_output" style="display:none;">
<div id="div_st32.7" class="popup_window test_output" style="display:none;">
<div class='close_button pull-right'>
<button type="button" class="close" aria-label="Close" onfocus='this.blur();'
onclick='document.getElementById('div_st31.7').style.display='none'"><span
onclick='document.getElementById('div_st32.7').style.display='none'"><span
aria-hidden="true">&times;</span></button>
</div>
<div class="text-left pull-left">
......@@ -2986,7 +2979,7 @@ IndexError: list index out of range</pre>
<tr id='pt31.8' class='hiddenRow bg-success'>
<tr id='pt32.8' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUpdater - test_reconnect_database</div>
</td>
......@@ -2994,6 +2987,15 @@ IndexError: list index out of range</pre>
</tr>
<tr id='pt32.9' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUpdater - test_update_write_protect</div>
</td>
<td colspan='6' align='center'>PASS</td>
</tr>
<tr id="su" class="passClass">
......@@ -3004,13 +3006,13 @@ IndexError: list index out of range</pre>
<td class="text-center">0</td>
<td class="text-center">0</td>
<td class="text-center">
<a onclick="showClassDetail('c32', 2)">Detail</a>
<a onclick="showClassDetail('c33', 2)">Detail</a>
</td>
</tr>
<tr id='pt32.1' class='hiddenRow bg-success'>
<tr id='pt33.1' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUploadEPubs - test_upload_epub_duplicate</div>
</td>
......@@ -3019,7 +3021,7 @@ IndexError: list index out of range</pre>
<tr id='pt32.2' class='hiddenRow bg-success'>
<tr id='pt33.2' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUploadEPubs - test_upload_epub_lang</div>
</td>
......@@ -3037,13 +3039,13 @@ IndexError: list index out of range</pre>
<td class="text-center">0</td>
<td class="text-center">0</td>
<td class="text-center">
<a onclick="showClassDetail('c33', 18)">Detail</a>
<a onclick="showClassDetail('c34', 18)">Detail</a>
</td>
</tr>
<tr id='pt33.1' class='hiddenRow bg-success'>
<tr id='pt34.1' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_edit_user_email</div>
</td>
......@@ -3052,7 +3054,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.2' class='hiddenRow bg-success'>
<tr id='pt34.2' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_list_visibility</div>
</td>
......@@ -3061,7 +3063,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.3' class='hiddenRow bg-success'>
<tr id='pt34.3' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_admin_role</div>
</td>
......@@ -3070,7 +3072,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.4' class='hiddenRow bg-success'>
<tr id='pt34.4' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_check_sort</div>
</td>
......@@ -3079,7 +3081,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.5' class='hiddenRow bg-success'>
<tr id='pt34.5' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_denied_tags</div>
</td>
......@@ -3088,7 +3090,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.6' class='hiddenRow bg-success'>
<tr id='pt34.6' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_download_role</div>
</td>
......@@ -3097,7 +3099,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.7' class='hiddenRow bg-success'>
<tr id='pt34.7' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_edit_button</div>
</td>
......@@ -3106,7 +3108,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.8' class='hiddenRow bg-success'>
<tr id='pt34.8' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_edit_email</div>
</td>
......@@ -3115,7 +3117,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.9' class='hiddenRow bg-success'>
<tr id='pt34.9' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_edit_kindle</div>
</td>
......@@ -3124,7 +3126,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.10' class='hiddenRow bg-success'>
<tr id='pt34.10' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_edit_language</div>
</td>
......@@ -3133,7 +3135,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.11' class='hiddenRow bg-success'>
<tr id='pt34.11' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_edit_locale</div>
</td>
......@@ -3142,7 +3144,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.12' class='hiddenRow bg-success'>
<tr id='pt34.12' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_edit_name</div>
</td>
......@@ -3151,7 +3153,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.13' class='hiddenRow bg-success'>
<tr id='pt34.13' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_edit_visiblility</div>
</td>
......@@ -3160,7 +3162,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.14' class='hiddenRow bg-success'>
<tr id='pt34.14' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_guest_edit</div>
</td>
......@@ -3169,7 +3171,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.15' class='hiddenRow bg-success'>
<tr id='pt34.15' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_remove_admin</div>
</td>
......@@ -3178,7 +3180,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.16' class='hiddenRow bg-success'>
<tr id='pt34.16' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_requests</div>
</td>
......@@ -3187,7 +3189,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.17' class='hiddenRow bg-success'>
<tr id='pt34.17' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_search</div>
</td>
......@@ -3196,7 +3198,7 @@ IndexError: list index out of range</pre>
<tr id='pt33.18' class='hiddenRow bg-success'>
<tr id='pt34.18' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserList - test_user_list_sort</div>
</td>
......@@ -3214,13 +3216,13 @@ IndexError: list index out of range</pre>
<td class="text-center">0</td>
<td class="text-center">0</td>
<td class="text-center">
<a onclick="showClassDetail('c34', 1)">Detail</a>
<a onclick="showClassDetail('c35', 1)">Detail</a>
</td>
</tr>
<tr id='pt34.1' class='hiddenRow bg-success'>
<tr id='pt35.1' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserLoad - test_user_change_vis</div>
</td>
......@@ -3238,13 +3240,13 @@ IndexError: list index out of range</pre>
<td class="text-center">0</td>
<td class="text-center">0</td>
<td class="text-center">
<a onclick="showClassDetail('c35', 21)">Detail</a>
<a onclick="showClassDetail('c36', 21)">Detail</a>
</td>
</tr>
<tr id='pt35.1' class='hiddenRow bg-success'>
<tr id='pt36.1' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_allow_column_restriction</div>
</td>
......@@ -3253,7 +3255,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.2' class='hiddenRow bg-success'>
<tr id='pt36.2' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_allow_tag_restriction</div>
</td>
......@@ -3262,7 +3264,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.3' class='hiddenRow bg-success'>
<tr id='pt36.3' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_archived_format_template</div>
</td>
......@@ -3271,7 +3273,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.4' class='hiddenRow bg-success'>
<tr id='pt36.4' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_author_user_template</div>
</td>
......@@ -3280,7 +3282,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.5' class='hiddenRow bg-success'>
<tr id='pt36.5' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_best_user_template</div>
</td>
......@@ -3289,7 +3291,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.6' class='hiddenRow bg-success'>
<tr id='pt36.6' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_category_user_template</div>
</td>
......@@ -3298,7 +3300,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.7' class='hiddenRow bg-success'>
<tr id='pt36.7' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_deny_column_restriction</div>
</td>
......@@ -3307,7 +3309,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.8' class='hiddenRow bg-success'>
<tr id='pt36.8' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_deny_tag_restriction</div>
</td>
......@@ -3316,7 +3318,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.9' class='hiddenRow bg-success'>
<tr id='pt36.9' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_detail_random_user_template</div>
</td>
......@@ -3325,7 +3327,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.10' class='hiddenRow bg-success'>
<tr id='pt36.10' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_download_user_template</div>
</td>
......@@ -3334,7 +3336,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.11' class='hiddenRow bg-success'>
<tr id='pt36.11' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_format_user_template</div>
</td>
......@@ -3343,7 +3345,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.12' class='hiddenRow bg-success'>
<tr id='pt36.12' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_hot_user_template</div>
</td>
......@@ -3352,7 +3354,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.13' class='hiddenRow bg-success'>
<tr id='pt36.13' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_language_user_template</div>
</td>
......@@ -3361,7 +3363,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.14' class='hiddenRow bg-success'>
<tr id='pt36.14' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_limit_book_languages</div>
</td>
......@@ -3370,7 +3372,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.15' class='hiddenRow bg-success'>
<tr id='pt36.15' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_list_user_template</div>
</td>
......@@ -3379,7 +3381,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.16' class='hiddenRow bg-success'>
<tr id='pt36.16' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_publisher_user_template</div>
</td>
......@@ -3388,7 +3390,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.17' class='hiddenRow bg-success'>
<tr id='pt36.17' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_random_user_template</div>
</td>
......@@ -3397,7 +3399,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.18' class='hiddenRow bg-success'>
<tr id='pt36.18' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_read_user_template</div>
</td>
......@@ -3406,7 +3408,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.19' class='hiddenRow bg-success'>
<tr id='pt36.19' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_recent_user_template</div>
</td>
......@@ -3415,7 +3417,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.20' class='hiddenRow bg-success'>
<tr id='pt36.20' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_series_user_template</div>
</td>
......@@ -3424,7 +3426,7 @@ IndexError: list index out of range</pre>
<tr id='pt35.21' class='hiddenRow bg-success'>
<tr id='pt36.21' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestUserTemplate - test_ui_language_settings</div>
</td>
......@@ -3442,13 +3444,13 @@ IndexError: list index out of range</pre>
<td class="text-center">0</td>
<td class="text-center">0</td>
<td class="text-center">
<a onclick="showClassDetail('c36', 34)">Detail</a>
<a onclick="showClassDetail('c37', 34)">Detail</a>
</td>
</tr>
<tr id='pt36.1' class='hiddenRow bg-success'>
<tr id='pt37.1' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_about</div>
</td>
......@@ -3457,7 +3459,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.2' class='hiddenRow bg-success'>
<tr id='pt37.2' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_SMTP_Settings</div>
</td>
......@@ -3466,7 +3468,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.3' class='hiddenRow bg-success'>
<tr id='pt37.3' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_add_user</div>
</td>
......@@ -3475,7 +3477,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.4' class='hiddenRow bg-success'>
<tr id='pt37.4' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_password</div>
</td>
......@@ -3484,7 +3486,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.5' class='hiddenRow bg-success'>
<tr id='pt37.5' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_archived</div>
</td>
......@@ -3493,7 +3495,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.6' class='hiddenRow bg-success'>
<tr id='pt37.6' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_authors</div>
</td>
......@@ -3502,7 +3504,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.7' class='hiddenRow bg-success'>
<tr id='pt37.7' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_category</div>
</td>
......@@ -3511,7 +3513,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.8' class='hiddenRow bg-success'>
<tr id='pt37.8' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_file_formats</div>
</td>
......@@ -3520,7 +3522,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.9' class='hiddenRow bg-success'>
<tr id='pt37.9' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_hot</div>
</td>
......@@ -3529,7 +3531,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.10' class='hiddenRow bg-success'>
<tr id='pt37.10' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_language</div>
</td>
......@@ -3538,7 +3540,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.11' class='hiddenRow bg-success'>
<tr id='pt37.11' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_publisher</div>
</td>
......@@ -3547,7 +3549,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.12' class='hiddenRow bg-success'>
<tr id='pt37.12' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_random</div>
</td>
......@@ -3556,7 +3558,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.13' class='hiddenRow bg-success'>
<tr id='pt37.13' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_rated</div>
</td>
......@@ -3565,7 +3567,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.14' class='hiddenRow bg-success'>
<tr id='pt37.14' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_rating</div>
</td>
......@@ -3574,7 +3576,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.15' class='hiddenRow bg-success'>
<tr id='pt37.15' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_read</div>
</td>
......@@ -3583,7 +3585,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.16' class='hiddenRow bg-success'>
<tr id='pt37.16' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_admin_change_visibility_series</div>
</td>
......@@ -3592,7 +3594,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.17' class='hiddenRow bg-success'>
<tr id='pt37.17' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_allow_columns</div>
</td>
......@@ -3601,7 +3603,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.18' class='hiddenRow bg-success'>
<tr id='pt37.18' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_allow_tags</div>
</td>
......@@ -3610,7 +3612,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.19' class='hiddenRow bg-success'>
<tr id='pt37.19' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_archive_books</div>
</td>
......@@ -3619,7 +3621,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.20' class='hiddenRow bg-success'>
<tr id='pt37.20' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_authors_max_settings</div>
</td>
......@@ -3628,7 +3630,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.21' class='hiddenRow bg-success'>
<tr id='pt37.21' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_change_title</div>
</td>
......@@ -3637,7 +3639,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.22' class='hiddenRow bg-success'>
<tr id='pt37.22' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_checked_logged_in</div>
</td>
......@@ -3646,7 +3648,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.23' class='hiddenRow bg-success'>
<tr id='pt37.23' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_hide_custom_column</div>
</td>
......@@ -3655,7 +3657,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.24' class='hiddenRow bg-success'>
<tr id='pt37.24' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_link_column_to_read_status</div>
</td>
......@@ -3664,7 +3666,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.25' class='hiddenRow bg-success'>
<tr id='pt37.25' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_random_books_available</div>
</td>
......@@ -3673,7 +3675,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.26' class='hiddenRow bg-success'>
<tr id='pt37.26' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_request_link_column_to_read_status</div>
</td>
......@@ -3682,7 +3684,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.27' class='hiddenRow bg-success'>
<tr id='pt37.27' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_restrict_columns</div>
</td>
......@@ -3691,7 +3693,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.28' class='hiddenRow bg-success'>
<tr id='pt37.28' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_restrict_tags</div>
</td>
......@@ -3700,7 +3702,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.29' class='hiddenRow bg-success'>
<tr id='pt37.29' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_save_views_recent</div>
</td>
......@@ -3709,7 +3711,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.30' class='hiddenRow bg-success'>
<tr id='pt37.30' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_search_functions</div>
</td>
......@@ -3718,7 +3720,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.31' class='hiddenRow bg-success'>
<tr id='pt37.31' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_search_order</div>
</td>
......@@ -3727,7 +3729,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.32' class='hiddenRow bg-success'>
<tr id='pt37.32' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_search_string</div>
</td>
......@@ -3736,7 +3738,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.33' class='hiddenRow bg-success'>
<tr id='pt37.33' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_user_email_available</div>
</td>
......@@ -3745,7 +3747,7 @@ IndexError: list index out of range</pre>
<tr id='pt36.34' class='hiddenRow bg-success'>
<tr id='pt37.34' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreWebVisibilitys - test_user_visibility_sidebar</div>
</td>
......@@ -3763,13 +3765,13 @@ IndexError: list index out of range</pre>
<td class="text-center">0</td>
<td class="text-center">0</td>
<td class="text-center">
<a onclick="showClassDetail('c37', 16)">Detail</a>
<a onclick="showClassDetail('c38', 16)">Detail</a>
</td>
</tr>
<tr id='pt37.1' class='hiddenRow bg-success'>
<tr id='pt38.1' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_author_sort</div>
</td>
......@@ -3778,7 +3780,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.2' class='hiddenRow bg-success'>
<tr id='pt38.2' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_author_sort_comma</div>
</td>
......@@ -3787,7 +3789,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.3' class='hiddenRow bg-success'>
<tr id='pt38.3' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_author_sort_junior</div>
</td>
......@@ -3796,7 +3798,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.4' class='hiddenRow bg-success'>
<tr id='pt38.4' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_author_sort_oneword</div>
</td>
......@@ -3805,7 +3807,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.5' class='hiddenRow bg-success'>
<tr id='pt38.5' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_author_sort_roman</div>
</td>
......@@ -3814,7 +3816,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.6' class='hiddenRow bg-success'>
<tr id='pt38.6' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_check_Limit_Length</div>
</td>
......@@ -3823,7 +3825,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.7' class='hiddenRow bg-success'>
<tr id='pt38.7' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_check_char_replacement</div>
</td>
......@@ -3832,7 +3834,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.8' class='hiddenRow bg-success'>
<tr id='pt38.8' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_check_chinese_Characters</div>
</td>
......@@ -3841,7 +3843,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.9' class='hiddenRow bg-success'>
<tr id='pt38.9' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_check_deg_eur_replacement</div>
</td>
......@@ -3850,7 +3852,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.10' class='hiddenRow bg-success'>
<tr id='pt38.10' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_check_doubleS</div>
</td>
......@@ -3859,7 +3861,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.11' class='hiddenRow bg-success'>
<tr id='pt38.11' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_check_finish_Dot</div>
</td>
......@@ -3868,7 +3870,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.12' class='hiddenRow bg-success'>
<tr id='pt38.12' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_check_high23</div>
</td>
......@@ -3877,7 +3879,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.13' class='hiddenRow bg-success'>
<tr id='pt38.13' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_check_umlauts</div>
</td>
......@@ -3886,7 +3888,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.14' class='hiddenRow bg-success'>
<tr id='pt38.14' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_random_password</div>
</td>
......@@ -3895,7 +3897,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.15' class='hiddenRow bg-success'>
<tr id='pt38.15' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_split_authors</div>
</td>
......@@ -3904,7 +3906,7 @@ IndexError: list index out of range</pre>
<tr id='pt37.16' class='hiddenRow bg-success'>
<tr id='pt38.16' class='hiddenRow bg-success'>
<td>
<div class='testcase'>TestCalibreHelper - test_whitespaces</div>
</td>
......@@ -3915,10 +3917,10 @@ IndexError: list index out of range</pre>
<tr id='total_row' class="text-center bg-grey">
<td>Total</td>
<td>340</td>
<td>330</td>
<td>345</td>
<td>337</td>
<td>1</td>
<td>2</td>
<td>0</td>
<td>7</td>
<td>&nbsp;</td>
</tr>
......@@ -3947,7 +3949,7 @@ IndexError: list index out of range</pre>
<tr>
<th>Platform</th>
<td>Linux 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021 x86_64 x86_64</td>
<td>Linux 5.8.0-55-generic #62~20.04.1-Ubuntu SMP Wed Jun 2 08:55:04 UTC 2021 x86_64 x86_64</td>
<td>Basic</td>
</tr>
......@@ -4031,7 +4033,7 @@ IndexError: list index out of range</pre>
<tr>
<th>SQLAlchemy</th>
<td>1.4.15</td>
<td>1.4.18</td>
<td>Basic</td>
</tr>
......@@ -4061,7 +4063,7 @@ IndexError: list index out of range</pre>
<tr>
<th>google-api-python-client</th>
<td>2.6.0</td>
<td>2.9.0</td>
<td>TestCliGdrivedb</td>
</tr>
......@@ -4097,7 +4099,7 @@ IndexError: list index out of range</pre>
<tr>
<th>google-api-python-client</th>
<td>2.6.0</td>
<td>2.9.0</td>
<td>TestEbookConvertCalibreGDrive</td>
</tr>
......@@ -4133,7 +4135,7 @@ IndexError: list index out of range</pre>
<tr>
<th>google-api-python-client</th>
<td>2.6.0</td>
<td>2.9.0</td>
<td>TestEbookConvertGDriveKepubify</td>
</tr>
......@@ -4193,7 +4195,7 @@ IndexError: list index out of range</pre>
<tr>
<th>google-api-python-client</th>
<td>2.6.0</td>
<td>2.9.0</td>
<td>TestEditBooksOnGdrive</td>
</tr>
......@@ -4229,7 +4231,7 @@ IndexError: list index out of range</pre>
<tr>
<th>google-api-python-client</th>
<td>2.6.0</td>
<td>2.9.0</td>
<td>TestSetupGdrive</td>
</tr>
......@@ -4301,7 +4303,7 @@ IndexError: list index out of range</pre>
<tr>
<th>SQLAlchemy-Utils</th>
<td>0.37.4</td>
<td>0.37.7</td>
<td>TestOAuthLogin</td>
</tr>
......@@ -4325,7 +4327,7 @@ IndexError: list index out of range</pre>
</div>
<script>
drawCircle(330, 1, 2, 7);
drawCircle(337, 1, 0, 7);
showCase(5);
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment