2020-08-26 19:43:58 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Calibre-Web Tests< / title >
< meta name = "generator" content = "" / >
< meta name = "version" content = "" / >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
<!-- Bootstrap -->
< link href = "./../cps/static/css/libs/bootstrap.min.css" rel = "stylesheet" >
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
< script src = "./../cps/static/js/libs/jquery.min.js" > < / script >
<!-- Include all compiled plugins (below), or include individual files as needed -->
< script src = "./../cps/static/js/libs/bootstrap.min.js" > < / script >
<!-- Project CSS -->
< link href = "css/runner.css" rel = "stylesheet" >
<!-- Project JS -->
< script src = "js/runner.js" > < / script >
< / head >
< body >
< div class = "row report-title" >
< h1 id = 'report_title' class = "text-center" > Calibre-Web Tests< / h1 >
< / div >
< div class = "row" >
< div class = "col" >
< div class = "col-xs-12 col-sm-6" >
< div class = "piechart" >
< div >
< canvas id = "circle" width = "350" height = "168" > < / canvas >
< / div >
< / div >
< / div >
< div class = "col-xs-12 col-sm-6" >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" style = "margin-top:50px;" >
2020-09-27 04:33:41 +00:00
2020-12-03 10:36:40 +00:00
< p class = 'text-justify attribute' > < strong > Start Time: < / strong > 2020-12-02 18:51:45< / p >
2020-09-27 04:33:41 +00:00
2020-08-26 19:43:58 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2020-09-27 04:33:41 +00:00
2020-12-03 10:36:40 +00:00
< p class = 'text-justify attribute' > < strong > Stop Time: < / strong > 2020-12-02 21:19:42< / p >
2020-09-27 04:33:41 +00:00
2020-08-26 19:43:58 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2020-12-03 10:36:40 +00:00
< p class = 'text-justify attribute' > < strong > Duration: < / strong > 1h 56 min< / p >
2020-08-26 19:43:58 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = 'report-description' >
< div id = 'report_description' class = 'row text-center' > < / div >
< / div >
< div class = 'text-center buttons' >
< div id = 'show_detail_line' class = "btn-group pagination-centered" role = "group" aria-label = "TESTE" >
< button type = "button" class = "btn btn-success" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(0)">Summary
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(5)">Summary Problems
< / button >
< button type = "button" class = "btn btn-warning" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show skipped test cases" onclick="showCase(3)">Skipped
< / button >
< button type = "button" class = "btn btn-danger" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(1)">Failed
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(4)">Error
< / button >
< button type = "button" class = "btn btn-primary" data-toggle = "tooltip" aria-pressed = "false" data-placement = "top"
title="Show all test cases" onclick="showCase(2)">All
< / button >
< / div >
< / div >
< table id = 'result_table' class = 'table table-bordered table-responsive table-curved' >
< colgroup >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< / colgroup >
< tr id = 'header_row' class = "text-center bg-grey" >
< td > Test Group/Test case< / td >
< td > Count< / td >
< td > Pass< / td >
< td > Fail< / td >
< td > Error< / td >
< td > Skip< / td >
< td > View< / td >
< / tr >
2020-09-27 04:33:41 +00:00
< tr id = "su" class = "passClass" >
< td > TestAnonymous< / td >
2020-08-26 19:43:58 +00:00
< td class = "text-center" > 13< / td >
2020-08-27 20:29:47 +00:00
< td class = "text-center" > 13< / td >
< td class = "text-center" > 0< / td >
2020-08-26 19:43:58 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c1', 13)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt1.1' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_check_locale_guest< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.2' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_about< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.3' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_category< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.4' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_format< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.5' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_hot< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.6' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_language< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.7' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_publisher< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.8' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_rated< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.9' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_rating< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.10' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_series< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.11' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_random_books_available< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.12' class = 'hiddenRow bg-success' >
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_restricted_settings_visibility< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-08-27 20:29:47 +00:00
< tr id = 'pt1.13' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_visibility_sidebar< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-08-27 20:29:47 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = "su" class = "skipClass" >
< td > TestCli< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 6< / td >
2020-08-26 19:43:58 +00:00
< td class = "text-center" > 0< / td >
2020-10-14 17:54:58 +00:00
< td class = "text-center" > 0< / td >
2020-10-28 19:23:19 +00:00
< td class = "text-center" > 1< / td >
2020-08-26 19:43:58 +00:00
< td class = "text-center" >
2020-10-28 19:23:19 +00:00
< a onclick = "showClassDetail('c2', 7)" > Detail< / a >
2020-08-26 19:43:58 +00:00
< / td >
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = 'pt2.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestCli - test_already_started< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestCli - test_bind_to_single_interface< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = 'pt2.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestCli - test_cli_SSL_files< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestCli - test_cli_different_folder< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestCli - test_cli_different_settings_database< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = "st2.6" class = "none bg-warning" >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestCli - test_cli_gdrive_location< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-10-28 19:23:19 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st2.6')" > SKIP< / a >
2020-08-26 19:43:58 +00:00
< / div >
<!-- css div popup start -->
2020-10-28 19:23:19 +00:00
< div id = "div_st2.6" class = "popup_window test_output" style = "display:none;" >
2020-08-26 19:43:58 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-10-28 19:23:19 +00:00
onclick='document.getElementById('div_st2.6').style.display='none'">< span
2020-08-26 19:43:58 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2020-10-28 19:23:19 +00:00
< pre class = "text-left" > Not Implemented< / pre >
2020-08-26 19:43:58 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = 'pt2.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestCli - test_environ_port_setting< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-10-14 17:54:58 +00:00
< tr id = "su" class = "failClass" >
2020-09-27 04:33:41 +00:00
< td > TestCoverEditBooks< / td >
2020-08-26 19:43:58 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
2020-10-11 16:01:26 +00:00
< td class = "text-center" > 1< / td >
2020-09-27 04:33:41 +00:00
< td class = "text-center" > 0< / td >
2020-10-14 17:54:58 +00:00
< td class = "text-center" > 0< / td >
2020-08-26 19:43:58 +00:00
< td class = "text-center" >
< a onclick = "showClassDetail('c3', 1)" > Detail< / a >
< / td >
< / tr >
2020-10-14 17:54:58 +00:00
< tr id = "ft3.1" class = "none bg-danger" >
2020-08-26 19:43:58 +00:00
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestCoverEditBooks - test_upload_jpg< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-10-14 17:54:58 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft3.1')" > FAIL< / a >
2020-08-26 19:43:58 +00:00
< / div >
<!-- css div popup start -->
2020-10-14 17:54:58 +00:00
< div id = "div_ft3.1" class = "popup_window test_output" style = "display:none;" >
2020-08-26 19:43:58 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-10-14 17:54:58 +00:00
onclick='document.getElementById('div_ft3.1').style.display='none'">< span
2020-08-26 19:43:58 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2020-10-14 17:54:58 +00:00
File "C:\Entwicklung\calibre-web-test\test\test_cover_edit_books.py", line 92, in test_upload_jpg
self.assertTrue(self.check_element_on_page((By.ID, 'flash_alert')), "BMP file is not detected")
AssertionError: False is not true : BMP file is not detected< / pre >
2020-08-26 19:43:58 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2020-10-14 17:54:58 +00:00
< tr id = "su" class = "passClass" >
< td > TestDeleteDatabase< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / 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('c4', 1)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt4.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestDeleteDatabase - test_delete_books_in_database< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "passClass" >
2020-12-03 10:36:40 +00:00
< td > TestEbookConvertCalibre< / td >
2020-10-14 17:54:58 +00:00
< td class = "text-center" > 11< / td >
< td class = "text-center" > 11< / 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('c5', 11)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt5.1' class = 'hiddenRow bg-success' >
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_deactivate< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt5.2' class = 'hiddenRow bg-success' >
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_email< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt5.3' class = 'hiddenRow bg-success' >
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_failed_and_email< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt5.4' class = 'hiddenRow bg-success' >
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_only< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt5.5' class = 'hiddenRow bg-success' >
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_parameter< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt5.6' class = 'hiddenRow bg-success' >
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_wrong_excecutable< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt5.7' class = 'hiddenRow bg-success' >
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_email_failed< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt5.8' class = 'hiddenRow bg-success' >
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_email_only< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt5.9' class = 'hiddenRow bg-success' >
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_kindle_send_not_configured< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt5.10' class = 'hiddenRow bg-success' >
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_ssl_smtp_setup_error< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt5.11' class = 'hiddenRow bg-success' >
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_starttls_smtp_setup_error< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = "su" class = "passClass" >
2020-12-03 10:36:40 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
2020-10-28 19:23:19 +00:00
< td class = "text-center" > 6< / td >
< td class = "text-center" > 6< / td >
2020-08-26 19:43:58 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-10-28 19:23:19 +00:00
< a onclick = "showClassDetail('c6', 6)" > Detail< / a >
2020-08-26 19:43:58 +00:00
< / td >
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = 'pt6.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_email< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = 'pt6.2' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_failed_and_email< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = 'pt6.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_only< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = 'pt6.4' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_parameter< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = 'pt6.5' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_failed< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = 'pt6.6' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_only< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = "su" class = "skipClass" >
2020-12-03 10:36:40 +00:00
< td > TestEbookConvertKepubify< / 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" > 3< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c7', 3)" > Detail< / a >
< / td >
< / tr >
< tr id = "st7.1" class = "none bg-warning" >
< td >
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_deactivate< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.1')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st7.1" 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_st7.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Skipping convert, kepubify not found< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "st7.2" class = "none bg-warning" >
< td >
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.2')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st7.2" 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_st7.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Skipping convert, kepubify not found< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "st7.3" class = "none bg-warning" >
< td >
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_wrong_excecutable< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.3')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st7.3" 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_st7.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Skipping convert, kepubify not found< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "su" class = "skipClass" >
< td > TestEbookConvertGDriveKepubify< / 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" > 3< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c8', 3)" > Detail< / a >
< / td >
< / tr >
< tr id = "st8.1" class = "none bg-warning" >
< td >
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_deactivate< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st8.1')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st8.1" 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_st8.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Skipping convert, kepubify not found< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "st8.2" class = "none bg-warning" >
< td >
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st8.2')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st8.2" 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_st8.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Skipping convert, kepubify not found< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "st8.3" class = "none bg-warning" >
< td >
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_wrong_excecutable< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st8.3')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st8.3" 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_st8.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Skipping convert, kepubify not found< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "su" class = "errorClass" >
2020-10-28 19:23:19 +00:00
< td > TestEditAdditionalBooks< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 13< / td >
2020-10-28 19:23:19 +00:00
< td class = "text-center" > 10< / td >
< td class = "text-center" > 0< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 1< / td >
2020-10-28 19:23:19 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c9', 13)" > Detail< / a >
2020-10-28 19:23:19 +00:00
< / td >
< / tr >
2020-09-27 04:33:41 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt9.1' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_change_upload_formats< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt9.2' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_delete_book< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt9.3' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_delete_role< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt9.4' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt9.5' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier_capital< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt9.6' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier_standard< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt9.7' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_special_book_identifier< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "et9.8" class = "none bg-info" >
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_title_sort< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.8" 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_et9.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File "C:\Entwicklung\calibre-web-test\test\test_edit_additional_books.py", line 650, in test_title_sort
self.edit_book(1, content={'book_title': u'A bok'})
File "C:\Entwicklung\calibre-web-test\test\helper_ui.py", line 1397, in edit_book
ele.send_keys(Keys.CONTROL, "a")
AttributeError: 'bool' object has no attribute 'send_keys'< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt9.9' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_edit_role< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt9.10' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cbr< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt9.11' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cbt< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "st9.12" class = "none bg-warning" >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_writeonly_calibre_database< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-09-27 04:33:41 +00:00
< td colspan = '6' >
< div class = "text-center" >
2020-12-03 10:36:40 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st9.12')" > SKIP< / a >
2020-09-27 04:33:41 +00:00
< / div >
<!-- css div popup start -->
2020-12-03 10:36:40 +00:00
< div id = "div_st9.12" class = "popup_window test_output" style = "display:none;" >
2020-09-27 04:33:41 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-12-03 10:36:40 +00:00
onclick='document.getElementById('div_st9.12').style.display='none'">< span
2020-09-27 04:33:41 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2020-10-11 16:01:26 +00:00
< pre class = "text-left" > Not implemented< / pre >
2020-09-27 04:33:41 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-08-26 19:43:58 +00:00
< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "st9.13" class = "none bg-warning" >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_writeonly_path< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-09-27 04:33:41 +00:00
< td colspan = '6' >
< div class = "text-center" >
2020-12-03 10:36:40 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st9.13')" > SKIP< / a >
2020-09-27 04:33:41 +00:00
< / div >
<!-- css div popup start -->
2020-12-03 10:36:40 +00:00
< div id = "div_st9.13" class = "popup_window test_output" style = "display:none;" >
2020-09-27 04:33:41 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-12-03 10:36:40 +00:00
onclick='document.getElementById('div_st9.13').style.display='none'">< span
2020-09-27 04:33:41 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2020-10-11 16:01:26 +00:00
< pre class = "text-left" > writeonly database on windows is not checked< / pre >
2020-09-27 04:33:41 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-08-26 19:43:58 +00:00
< / td >
< / tr >
2020-10-11 16:01:26 +00:00
2020-12-03 10:36:40 +00:00
< tr id = "su" class = "skipClass" >
2020-10-11 16:01:26 +00:00
< td > TestEditBooks< / td >
< td class = "text-center" > 33< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 31< / td >
< td class = "text-center" > 0< / td >
2020-10-14 17:54:58 +00:00
< td class = "text-center" > 0< / td >
2020-10-11 16:01:26 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c10', 33)" > Detail< / a >
2020-10-11 16:01:26 +00:00
< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-10-11 16:01:26 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooks - test_download_book< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.2' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_author< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_category< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-11 16:01:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.4' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_comments< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.5' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_bool< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.6' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_categories< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.7' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_float< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.8' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_int< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.9' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.10' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_single_select< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.11' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_text< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.12' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.13' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "st10.14" class = "none bg-warning" >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_publishing_date< / div >
< / td >
< td colspan = '6' >
2020-09-27 04:33:41 +00:00
< div class = "text-center" >
2020-12-03 10:36:40 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st10.14')" > SKIP< / a >
2020-09-27 04:33:41 +00:00
< / div >
<!-- css div popup start -->
2020-12-03 10:36:40 +00:00
< div id = "div_st10.14" class = "popup_window test_output" style = "display:none;" >
2020-09-27 04:33:41 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-12-03 10:36:40 +00:00
onclick='document.getElementById('div_st10.14').style.display='none'">< span
2020-09-27 04:33:41 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2020-10-11 16:01:26 +00:00
< pre class = "text-left" > Not Implemented< / pre >
2020-09-27 04:33:41 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-08-26 19:43:58 +00:00
< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.15' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_rating< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-11 16:01:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.16' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_series< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.17' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_title< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "st10.18" class = "none bg-warning" >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooks - test_rename_uppercase_lowercase< / div >
2020-09-27 04:33:41 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-12-03 10:36:40 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st10.18')" > SKIP< / a >
2020-09-27 04:33:41 +00:00
< / div >
<!-- css div popup start -->
2020-12-03 10:36:40 +00:00
< div id = "div_st10.18" class = "popup_window test_output" style = "display:none;" >
2020-09-27 04:33:41 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-12-03 10:36:40 +00:00
onclick='document.getElementById('div_st10.18').style.display='none'">< span
2020-09-27 04:33:41 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2020-10-11 16:01:26 +00:00
< pre class = "text-left" > Not Implemented< / pre >
2020-09-27 04:33:41 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-08-26 19:43:58 +00:00
< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.19' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_author< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.20' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_typeahead_functions< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.21' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_typeahead_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.22' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_typeahead_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.23' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_typeahead_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.24' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_typeahead_tag< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.25' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_cbr< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.26' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_cbt< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.27' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_cbz< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.28' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_epub< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.29' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_fb2< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.30' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_lit< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.31' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_mobi< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.32' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_pdf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt10.33' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_cover_hdd< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-12-03 10:36:40 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-09-27 04:33:41 +00:00
< tr id = "su" class = "passClass" >
2020-10-28 19:23:19 +00:00
< td > TestEditBooksList< / td >
2020-09-27 04:33:41 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
2020-08-26 19:43:58 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c11', 3)" > Detail< / a >
2020-08-26 19:43:58 +00:00
< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt11.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksList - test_edit_books_list< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt11.2' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksList - test_list_visibility< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt11.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksList - test_merge_book< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-09-27 04:33:41 +00:00
2020-10-28 19:23:19 +00:00
< tr id = "su" class = "failClass" >
2020-10-11 16:01:26 +00:00
< td > TestEditBooksOnGdrive< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 20< / td >
< td class = "text-center" > 18< / td >
2020-10-28 19:23:19 +00:00
< td class = "text-center" > 2< / td >
2020-09-27 04:33:41 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c12', 20)" > Detail< / a >
2020-09-27 04:33:41 +00:00
< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_download_book< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.2' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_author< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-12-03 10:36:40 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_category< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-08-27 20:29:47 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.4' class = 'hiddenRow bg-success' >
2020-08-27 20:29:47 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_comments< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-27 20:29:47 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.5' class = 'hiddenRow bg-success' >
2020-08-27 20:29:47 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_bool< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.6' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_categories< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.7' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_float< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.8' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_int< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.9' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_rating< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.10' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_single_select< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.11' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_text< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.12' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_language< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.13' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_publisher< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.14' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_rating< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.15' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_series< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.16' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_title< / div >
2020-10-14 17:54:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-10-11 16:01:26 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.17' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_upload_book_epub< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt12.18' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_upload_book_lit< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "ft12.19" class = "none bg-danger" >
2020-09-27 04:33:41 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_upload_cover_hdd< / div >
2020-09-27 04:33:41 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-12-03 10:36:40 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft12.19')" > FAIL< / a >
2020-09-27 04:33:41 +00:00
< / div >
<!-- css div popup start -->
2020-12-03 10:36:40 +00:00
< div id = "div_ft12.19" class = "popup_window test_output" style = "display:none;" >
2020-09-27 04:33:41 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-12-03 10:36:40 +00:00
onclick='document.getElementById('div_ft12.19').style.display='none'">< span
2020-09-27 04:33:41 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2020-10-14 17:54:58 +00:00
< pre class = "text-left" > Traceback (most recent call last):
2020-12-03 10:36:40 +00:00
File "C:\Entwicklung\calibre-web-test\test\test_edit_ebooks_gdrive.py", line 700, in test_upload_cover_hdd
self.assertGreater(diff('original.png', 'jpeg.png', delete_diff_file=True), 0.02)
AssertionError: 0.0 not greater than 0.02< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft12.20" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_watch_metadata< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft12.20')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft12.20" 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_ft12.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File "C:\Entwicklung\calibre-web-test\test\test_edit_ebooks_gdrive.py", line 814, in test_watch_metadata
self.assertTrue(self.check_element_on_page((By.ID, "config_google_drive_watch_changes_response")))
AssertionError: False is not true< / pre >
2020-09-27 04:33:41 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "su" class = "passClass" >
2020-10-28 19:23:19 +00:00
< td > TestSTARTTLS< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
2020-09-27 04:33:41 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c13', 3)" > Detail< / a >
2020-09-27 04:33:41 +00:00
< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt13.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt13.2' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS_SSL_setup_error< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt13.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS_resend_password< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = "su" class = "passClass" >
< td > TestSSL< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c14', 5)" > Detail< / a >
2020-10-28 19:23:19 +00:00
< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt14.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestSSL - test_SSL_None_setup_error< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt14.2' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestSSL - test_SSL_STARTTLS_setup_error< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt14.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestSSL - test_SSL_logging_email< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt14.4' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestSSL - test_SSL_only< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt14.5' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestSSL - test_email_limit< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = "su" class = "passClass" >
< td > TestSetupGdrive< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c15', 1)" > Detail< / a >
2020-10-28 19:23:19 +00:00
< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-10-11 16:01:26 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt15.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestSetupGdrive - test_config_gdrive< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-11 16:01:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = "su" class = "passClass" >
< td > TestGoodreads< / 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" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c16', 3)" > Detail< / a >
2020-10-28 19:23:19 +00:00
< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt16.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestGoodreads - test_author_page< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt16.2' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestGoodreads - test_author_page_invalid< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt16.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-28 19:23:19 +00:00
< div class = 'testcase' > TestGoodreads - test_goodreads_about< / div >
2020-10-11 16:01:26 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-10-14 17:54:58 +00:00
< tr id = "su" class = "passClass" >
2020-10-11 16:01:26 +00:00
< td > TestKoboSync< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 9< / td >
< td class = "text-center" > 9< / td >
2020-10-14 17:54:58 +00:00
< td class = "text-center" > 0< / td >
2020-10-11 16:01:26 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c17', 9)" > Detail< / a >
2020-10-11 16:01:26 +00:00
< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt17.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestKoboSync - test_book_download< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt17.2' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_kobo_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt17.3' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_shelves_add_remove_books< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt17.4' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_changed_book< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt17.5' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_invalid< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt17.6' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_reading_state< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt17.7' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt17.8' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_unchanged< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt17.9' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_upload< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "su" class = "passClass" >
2020-10-11 16:01:26 +00:00
< td > TestLdapLogin< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 12< / td >
< td class = "text-center" > 12< / td >
< td class = "text-center" > 0< / td >
2020-10-11 16:01:26 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c18', 12)" > Detail< / a >
2020-10-11 16:01:26 +00:00
< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt18.1' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_SSL< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt18.2' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_SSL_CERTIFICATE< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-12-03 10:36:40 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt18.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_STARTTLS< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt18.4' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_fallback_Login< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt18.5' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_import< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt18.6' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_login< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt18.7' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestLdapLogin - test_invalid_LDAP< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt18.8' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_about< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt18.9' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_authentication< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt18.10' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_kobo_sync< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt18.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLdapLogin - test_ldap_opds_anonymous< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt18.12' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_opds_download_book< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-10-11 16:01:26 +00:00
2020-10-28 19:23:19 +00:00
< tr id = "su" class = "skipClass" >
2020-10-11 16:01:26 +00:00
< td > TestLogging< / td >
< td class = "text-center" > 7< / td >
2020-10-28 19:23:19 +00:00
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
2020-10-14 17:54:58 +00:00
< td class = "text-center" > 0< / td >
2020-10-11 16:01:26 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c19', 7)" > Detail< / a >
2020-10-11 16:01:26 +00:00
< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt19.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-11 16:01:26 +00:00
< div class = 'testcase' > TestLogging - test_access_log_recover< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt19.2' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestLogging - test_debug_log< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt19.3' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestLogging - test_failed_login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "st19.4" class = "none bg-warning" >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestLogging - test_failed_register< / div >
< / td >
2020-10-11 16:01:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
2020-12-03 10:36:40 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st19.4')" > SKIP< / a >
2020-10-11 16:01:26 +00:00
< / div >
<!-- css div popup start -->
2020-12-03 10:36:40 +00:00
< div id = "div_st19.4" class = "popup_window test_output" style = "display:none;" >
2020-10-11 16:01:26 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-12-03 10:36:40 +00:00
onclick='document.getElementById('div_st19.4').style.display='none'">< span
2020-10-11 16:01:26 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2020-10-14 17:54:58 +00:00
< pre class = "text-left" > Not Implemented< / pre >
2020-10-11 16:01:26 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-08-26 19:43:58 +00:00
< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt19.5' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogging - test_logfile_change< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt19.6' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogging - test_logfile_recover< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-28 19:23:19 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt19.7' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogging - test_logviewer< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-10-14 17:54:58 +00:00
< tr id = "su" class = "passClass" >
< td > TestLogin< / td >
< td class = "text-center" > 12< / td >
< td class = "text-center" > 12< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c20', 12)" > Detail< / a >
2020-10-14 17:54:58 +00:00
< / td >
< / tr >
2020-10-11 16:01:26 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.1' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_digest_login< / div >
2020-10-11 16:01:26 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.2' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_login_capital_letters_user_unicode_password< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.3' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_login_delete_admin< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.4' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_login_empty_password< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.5' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_login_locale_select< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.6' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_login_protected< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.7' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_login_remember_me< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.8' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_login_rename_user< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.9' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_login_unicode_user_space_end_password< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.10' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_login_user_with_space_password_end_space< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.11' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_next< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt20.12' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestLogin - test_robots< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-10-14 17:54:58 +00:00
< tr id = "su" class = "passClass" >
< td > TestOAuthLogin< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c21', 2)" > Detail< / a >
2020-10-14 17:54:58 +00:00
< / td >
< / tr >
2020-10-11 16:01:26 +00:00
2020-10-14 17:54:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt21.1' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestOAuthLogin - test_oauth_about< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt21.2' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOAuthLogin - test_visible_oauth< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-10-11 16:01:26 +00:00
2020-10-14 17:54:58 +00:00
< tr id = "su" class = "passClass" >
< td > TestOPDSFeed< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 21< / td >
< td class = "text-center" > 21< / td >
2020-10-14 17:54:58 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c22', 21)" > Detail< / a >
2020-10-14 17:54:58 +00:00
< / td >
< / tr >
2020-10-11 16:01:26 +00:00
2020-10-14 17:54:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.1' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.2' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_author< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.3' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_calibre_companion< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.4' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_cover< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.5' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_download_book< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.6' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_formats< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.7' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_guest_user< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.8' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_hot< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.9' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_language< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.10' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_non_admin< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.11' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_publisher< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.12' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_random< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.13' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_ratings< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.14' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_read_unread< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.15' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_search< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.16' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_series< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.17' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_shelf_access< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.18' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_tags< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-10-14 17:54:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.19' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_top_rated< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt22.20' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_unicode_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.21' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestOPDSFeed - test_recently_added< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-09-27 04:33:41 +00:00
2020-10-14 17:54:58 +00:00
< tr id = "su" class = "failClass" >
< td > TestReader< / td >
< td class = "text-center" > 5< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 2< / td >
2020-09-27 04:33:41 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c23', 5)" > Detail< / a >
2020-09-27 04:33:41 +00:00
< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt23.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestReader - test_comic_reader< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt23.2' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestReader - test_epub_reader< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt23.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestReader - test_pdf_reader< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "ft23.4" class = "none bg-danger" >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestReader - test_sound_listener< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-12-03 10:36:40 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft23.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft23.4" 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_ft23.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File "C:\Entwicklung\calibre-web-test\test\test_reader.py", line 189, in test_sound_listener
self.sound_test('music.flac', 'Unknown - music', '0:02')
File "C:\Entwicklung\calibre-web-test\test\test_reader.py", line 176, in sound_test
self.assertEqual(title, title_item.text)
AssertionError: 'Unknown - music' != '✖ ✖ Unknown - music'
- Unknown - music
+ ✖ ✖ Unknown - music
? ++++< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "ft23.5" class = "none bg-danger" >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestReader - test_txt_reader< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' >
< div class = "text-center" >
2020-12-03 10:36:40 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft23.5')" > FAIL< / a >
2020-10-14 17:54:58 +00:00
< / div >
<!-- css div popup start -->
2020-12-03 10:36:40 +00:00
< div id = "div_ft23.5" class = "popup_window test_output" style = "display:none;" >
2020-10-14 17:54:58 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-12-03 10:36:40 +00:00
onclick='document.getElementById('div_ft23.5').style.display='none'">< span
2020-10-14 17:54:58 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File "C:\Entwicklung\calibre-web-test\test\test_reader.py", line 59, in test_txt_reader
2020-12-03 10:36:40 +00:00
self.assertTrue('hörte' in content.text, 'Encoding of textfile viewer is not respected properly')
2020-10-14 17:54:58 +00:00
AssertionError: False is not true : Encoding of textfile viewer is not respected properly< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-08-27 20:29:47 +00:00
< / td >
< / tr >
2020-10-14 17:54:58 +00:00
< tr id = "su" class = "passClass" >
< td > TestRegister< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c24', 7)" > Detail< / a >
2020-10-14 17:54:58 +00:00
< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-10-14 17:54:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt24.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestRegister - test_forgot_password< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt24.2' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestRegister - test_limit_domain< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt24.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestRegister - test_register_no_server< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt24.4' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestRegister - test_registering_only_email< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt24.5' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestRegister - test_registering_user< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt24.6' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestRegister - test_registering_user_fail< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt24.7' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestRegister - test_user_change_password< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-10-14 17:54:58 +00:00
< tr id = "su" class = "skipClass" >
< td > TestShelf< / td >
< td class = "text-center" > 11< / td >
< td class = "text-center" > 10< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c25', 11)" > Detail< / a >
2020-10-14 17:54:58 +00:00
< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt25.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestShelf - test_add_shelf_from_search< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt25.2' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestShelf - test_arrange_shelf< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt25.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestShelf - test_delete_book_of_shelf< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt25.4' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestShelf - test_private_shelf< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt25.5' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestShelf - test_public_private_shelf< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt25.6' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestShelf - test_public_shelf< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt25.7' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestShelf - test_rename_shelf< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt25.8' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestShelf - test_shelf_action_non_shelf_edit_role< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt25.9' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestShelf - test_shelf_anonymous< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "st25.10" class = "none bg-warning" >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestShelf - test_shelf_database_change< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-11 16:01:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
2020-12-03 10:36:40 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st25.10')" > SKIP< / a >
2020-10-11 16:01:26 +00:00
< / div >
<!-- css div popup start -->
2020-12-03 10:36:40 +00:00
< div id = "div_st25.10" class = "popup_window test_output" style = "display:none;" >
2020-10-11 16:01:26 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-12-03 10:36:40 +00:00
onclick='document.getElementById('div_st25.10').style.display='none'">< span
2020-10-11 16:01:26 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2020-10-14 17:54:58 +00:00
< pre class = "text-left" > Change Database Not Implemented< / pre >
2020-10-11 16:01:26 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt25.11' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestShelf - test_shelf_long_name< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-10-14 17:54:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = "su" class = "errorClass" >
2020-10-14 17:54:58 +00:00
< td > TestUpdater< / td >
< td class = "text-center" > 8< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 6< / td >
2020-10-14 17:54:58 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 1< / td >
2020-10-14 17:54:58 +00:00
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c26', 8)" > Detail< / a >
2020-10-14 17:54:58 +00:00
< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt26.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUpdater - test_check_update_nightly_errors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt26.2' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_check_update_nightly_request_errors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt26.3' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_check_update_stable_errors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt26.4' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_check_update_stable_versions< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt26.5' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_perform_update< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "et26.6" class = "none bg-info" >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_perform_update_stable_errors< / div >
< / td >
2020-12-03 10:36:40 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et26.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et26.6" 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_et26.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File "C:\Entwicklung\calibre-web-test\test\test_updater.py", line 296, in test_perform_update_stable_errors
performUpdate.click()
File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webelement.py", line 633, in _execute
return self._parent.execute(command, params)
File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotInteractableException: Message: Element < div id = "perform_update" class = "btn btn-primary hidden" > could not be scrolled into view< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-10-14 17:54:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "st26.7" class = "none bg-warning" >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_perform_update_timeout< / div >
2020-09-27 04:33:41 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-12-03 10:36:40 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st26.7')" > SKIP< / a >
2020-09-27 04:33:41 +00:00
< / div >
<!-- css div popup start -->
2020-12-03 10:36:40 +00:00
< div id = "div_st26.7" class = "popup_window test_output" style = "display:none;" >
2020-09-27 04:33:41 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-12-03 10:36:40 +00:00
onclick='document.getElementById('div_st26.7').style.display='none'">< span
2020-09-27 04:33:41 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2020-10-14 17:54:58 +00:00
< pre class = "text-left" > Takes too long< / pre >
2020-09-27 04:33:41 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-08-26 19:43:58 +00:00
< / td >
< / tr >
2020-10-14 17:54:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt26.8' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestUpdater - test_reconnect_database< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-08-26 19:43:58 +00:00
2020-10-14 17:54:58 +00:00
< tr id = "su" class = "passClass" >
< td > TestUserTemplate< / td >
< td class = "text-center" > 21< / td >
< td class = "text-center" > 21< / td >
< td class = "text-center" > 0< / td >
2020-08-26 19:43:58 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c27', 21)" > Detail< / a >
2020-08-26 19:43:58 +00:00
< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.1' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_allow_column_restriction< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.2' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_allow_tag_restriction< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.3' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_archived_format_template< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.4' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_author_user_template< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.5' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_best_user_template< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.6' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_category_user_template< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.7' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_deny_column_restriction< / div >
2020-09-27 04:33:41 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.8' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_deny_tag_restriction< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.9' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_detail_random_user_template< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.10' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_download_user_template< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.11' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_format_user_template< / div >
2020-08-26 19:43:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.12' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_hot_user_template< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.13' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_language_user_template< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.14' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_limit_book_languages< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.15' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_list_user_template< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.16' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_publisher_user_template< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.17' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_random_user_template< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-10-14 17:54:58 +00:00
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.18' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestUserTemplate - test_read_user_template< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.19' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
2020-10-14 17:54:58 +00:00
< div class = 'testcase' > TestUserTemplate - test_recent_user_template< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.20' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestUserTemplate - test_series_user_template< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt27.21' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestUserTemplate - test_ui_language_settings< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "su" class = "errorClass" >
2020-09-27 04:33:41 +00:00
< td > TestCalibreWebVisibilitys< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 33< / td >
2020-10-28 19:23:19 +00:00
< td class = "text-center" > 31< / td >
2020-09-27 04:33:41 +00:00
< td class = "text-center" > 0< / td >
2020-12-03 10:36:40 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
2020-09-27 04:33:41 +00:00
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c28', 33)" > Detail< / a >
2020-09-27 04:33:41 +00:00
< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.1' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_about< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.2' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_SMTP_Settings< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.3' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_add_user< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.4' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_password< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.5' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_archived< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.6' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_authors< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.7' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_category< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.8' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_file_formats< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.9' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_hot< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.10' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_language< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.11' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_publisher< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.12' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_random< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.13' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_rated< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "et28.14" class = "none bg-info" >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_rating< / div >
< / td >
2020-12-03 10:36:40 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et28.14')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et28.14" 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_et28.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File "C:\Entwicklung\calibre-web-test\test\test_visiblilitys.py", line 342, in test_admin_change_visibility_rating
self.verify_order("nav_rate", 0, order=order)
File "C:\Entwicklung\calibre-web-test\test\helper_ui.py", line 1117, in verify_order
list_elements[index].click()
File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webelement.py", line 633, in _execute
return self._parent.execute(command, params)
File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotInteractableException: Message: Element < a id = "list_0" href = "/ratings/new/1" > could not be scrolled into view< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = "et28.15" class = "none bg-info" >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_read< / div >
< / td >
2020-12-03 10:36:40 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et28.15')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et28.15" 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_et28.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File "C:\Entwicklung\calibre-web-test\test\test_visiblilitys.py", line 229, in test_admin_change_visibility_read
self.verify_order("nav_unread", 0, order=order)
File "C:\Entwicklung\calibre-web-test\test\helper_ui.py", line 1113, in verify_order
if not len(list_elements):
TypeError: object of type 'bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.16' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_series< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.17' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_allow_columns< / div >
2020-09-27 04:33:41 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.18' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_allow_tags< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.19' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_archive_books< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.20' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_authors_max_settings< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.21' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_change_title< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-27 04:33:41 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.22' class = 'hiddenRow bg-success' >
2020-09-27 04:33:41 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_checked_logged_in< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.23' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_hide_custom_column< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.24' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_link_column_to_read_status< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.25' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_random_books_available< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.26' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_restrict_columns< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.27' class = 'hiddenRow bg-success' >
2020-10-14 17:54:58 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_restrict_tags< / div >
2020-08-26 19:43:58 +00:00
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.28' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_save_views_recent< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.29' class = 'hiddenRow bg-success' >
2020-10-11 16:01:26 +00:00
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_functions< / div >
2020-10-11 16:01:26 +00:00
< / td >
2020-12-03 10:36:40 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-11 16:01:26 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.30' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-12-03 10:36:40 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_order< / div >
2020-10-28 19:23:19 +00:00
< / td >
2020-12-03 10:36:40 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.31' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_string< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.32' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_user_email_available< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt28.33' class = 'hiddenRow bg-success' >
2020-08-26 19:43:58 +00:00
< td >
2020-09-27 04:33:41 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_user_visibility_sidebar< / div >
< / td >
2020-10-14 17:54:58 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-10-28 19:23:19 +00:00
< tr id = "su" class = "passClass" >
< td > TestCalibreHelper< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-12-03 10:36:40 +00:00
< a onclick = "showClassDetail('c29', 16)" > Detail< / a >
2020-10-28 19:23:19 +00:00
< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.1' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.2' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_comma< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.3' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_junior< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.4' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_oneword< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.5' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_roman< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.6' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_Limit_Length< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.7' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_char_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.8' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_chinese_Characters< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.9' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_deg_eur_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.10' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_doubleS< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.11' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_finish_Dot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.12' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_high23< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.13' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_umlauts< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.14' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_random_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.15' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_split_authors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-03 10:36:40 +00:00
< tr id = 'pt29.16' class = 'hiddenRow bg-success' >
2020-10-28 19:23:19 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_whitespaces< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-08-26 19:43:58 +00:00
< tr id = 'total_row' class = "text-center bg-grey" >
< td > Total< / td >
2020-12-03 10:36:40 +00:00
< td > 290< / td >
< td > 267< / td >
< td > 5< / td >
< td > 4< / td >
2020-10-28 19:23:19 +00:00
< td > 14< / td >
2020-08-26 19:43:58 +00:00
< td > < / td >
< / tr >
< / table >
< div class = "panel-group" >
< div class = "panel panel-default" >
< div class = "panel-heading" >
< h4 class = "panel-title" >
< a class = "accordion-toggle" data-toggle = "collapse" href = "#collapseOne" >
< span class = "glyphicon glyphicon-plus" > < / span >
Tested environment
< / a >
< / h4 >
< / div >
< div id = "collapseOne" class = "panel-collapse collapse" >
< div class = "panel-body" >
< table id = "libs" class = "table" >
< thead >
< tr >
< th > Program library< / th >
< th > Installed Version< / th >
< th > Test class< / th >
< / tr >
< / thead >
< tbody >
< tr >
< th > Platform< / th >
< td > Windows 10 10.0.19041 Intel64 Family 6 Model 69 Stepping 1, GenuineIntel AMD64< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Python< / th >
< td > 3.8.3< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Babel< / th >
< td > 2.8.0< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > backports-abc< / th >
< td > 0.5< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Flask< / th >
< td > 1.1.2< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Babel< / th >
< td > 1.0.0< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Login< / th >
< td > 0.5.0< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Principal< / th >
< td > 0.4.0< / td >
< td > Basic< / td >
< / tr >
2020-08-27 20:29:47 +00:00
< tr >
2020-09-27 04:33:41 +00:00
< th > iso-639< / th >
< td > 0.4.5< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Jinja2< / th >
< td > 2.11.2< / td >
2020-08-27 20:29:47 +00:00
< td > Basic< / td >
< / tr >
2020-08-26 19:43:58 +00:00
< tr >
< th > natsort< / th >
< td > 7.0.1< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > pyasn1< / th >
< td > 0.4.8< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > pyasn1-modules< / th >
< td > 0.2.8< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > PyPDF2< / th >
< td > 1.26.0< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > pytz< / th >
< td > 2020.1< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > requests< / th >
< td > 2.23.0< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > rsa< / th >
< td > 4.6< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > singledispatch< / th >
< td > 3.4.0.3< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > six< / th >
< td > 1.15.0< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > SQLAlchemy< / th >
< td > 1.3.19< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > tornado< / th >
< td > 6.0.4< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Unidecode< / th >
< td > 1.1.1< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > uritemplate< / th >
< td > 3.0.1< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Wand< / th >
< td > 0.5.9< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Werkzeug< / th >
< td > 1.0.1< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Pillow< / th >
2020-10-28 19:23:19 +00:00
< td > 8.0.1< / td >
2020-09-27 04:33:41 +00:00
< td > TestCoverEditBooks< / td >
< / tr >
2020-10-14 17:54:58 +00:00
< tr >
< th > google-api-python-client< / th >
2020-12-03 10:36:40 +00:00
< td > 1.12.8< / td >
< td > TestEbookConvertCalibreGDrive< / td >
2020-10-14 17:54:58 +00:00
< / tr >
< tr >
< th > httplib2< / th >
< td > 0.18.1< / td >
2020-12-03 10:36:40 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
2020-10-14 17:54:58 +00:00
< / tr >
< tr >
< th > lxml< / th >
2020-12-03 10:36:40 +00:00
< td > 4.6.2< / td >
< td > TestEbookConvertCalibreGDrive< / td >
2020-10-14 17:54:58 +00:00
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
2020-12-03 10:36:40 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
2020-10-14 17:54:58 +00:00
< / tr >
< tr >
< th > Pillow< / th >
2020-10-28 19:23:19 +00:00
< td > 8.0.1< / td >
2020-12-03 10:36:40 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
2020-10-14 17:54:58 +00:00
< / tr >
< tr >
< th > PyDrive< / th >
< td > 1.3.1< / td >
2020-12-03 10:36:40 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
2020-10-14 17:54:58 +00:00
< / tr >
< tr >
< th > PyYAML< / th >
< td > 5.3.1< / td >
2020-12-03 10:36:40 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
2020-10-14 17:54:58 +00:00
< / tr >
2020-09-27 04:33:41 +00:00
< tr >
< th > comicapi< / th >
2020-12-03 10:36:40 +00:00
< td > 2.1.2< / td >
2020-09-27 04:33:41 +00:00
< td > TestEditAdditionalBooks< / td >
< / tr >
< tr >
< th > lxml< / th >
2020-12-03 10:36:40 +00:00
< td > 4.6.2< / td >
2020-09-27 04:33:41 +00:00
< td > TestEditAdditionalBooks< / td >
< / tr >
< tr >
< th > Pillow< / th >
2020-10-28 19:23:19 +00:00
< td > 8.0.1< / td >
2020-09-27 04:33:41 +00:00
< td > TestEditAdditionalBooks< / td >
< / tr >
< tr >
< th > rarfile< / th >
< td > 4.0< / td >
< td > TestEditAdditionalBooks< / td >
2020-08-26 19:43:58 +00:00
< / tr >
< tr >
< th > lxml< / th >
2020-12-03 10:36:40 +00:00
< td > 4.6.2< / td >
2020-08-26 19:43:58 +00:00
< td > TestEditBooks< / td >
< / tr >
< tr >
< th > Pillow< / th >
2020-10-28 19:23:19 +00:00
< td > 8.0.1< / td >
2020-08-26 19:43:58 +00:00
< td > TestEditBooks< / td >
< / tr >
2020-10-14 17:54:58 +00:00
< tr >
< th > google-api-python-client< / th >
2020-12-03 10:36:40 +00:00
< td > 1.12.8< / td >
2020-10-14 17:54:58 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
< td > 0.18.1< / td >
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > lxml< / th >
2020-12-03 10:36:40 +00:00
< td > 4.6.2< / td >
2020-10-14 17:54:58 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > Pillow< / th >
2020-10-28 19:23:19 +00:00
< td > 8.0.1< / td >
2020-10-14 17:54:58 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > PyDrive< / th >
< td > 1.3.1< / td >
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
< td > 5.3.1< / td >
< td > TestEditBooksOnGdrive< / td >
< / tr >
2020-08-26 19:43:58 +00:00
< tr >
< th > google-api-python-client< / th >
2020-12-03 10:36:40 +00:00
< td > 1.12.8< / td >
2020-09-27 04:33:41 +00:00
< td > TestSetupGdrive< / td >
2020-08-26 19:43:58 +00:00
< / tr >
< tr >
< th > httplib2< / th >
< td > 0.18.1< / td >
2020-09-27 04:33:41 +00:00
< td > TestSetupGdrive< / td >
2020-08-26 19:43:58 +00:00
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
2020-09-27 04:33:41 +00:00
< td > TestSetupGdrive< / td >
2020-08-26 19:43:58 +00:00
< / tr >
< tr >
< th > PyDrive< / th >
< td > 1.3.1< / td >
2020-09-27 04:33:41 +00:00
< td > TestSetupGdrive< / td >
2020-08-26 19:43:58 +00:00
< / tr >
< tr >
< th > PyYAML< / th >
< td > 5.3.1< / td >
2020-09-27 04:33:41 +00:00
< td > TestSetupGdrive< / td >
2020-08-26 19:43:58 +00:00
< / tr >
2020-10-14 17:54:58 +00:00
< tr >
< th > goodreads< / th >
< td > 0.3.2< / td >
< td > TestGoodreads< / td >
< / tr >
2020-08-26 19:43:58 +00:00
< tr >
< th > jsonschema< / th >
< td > 3.2.0< / td >
< td > TestKoboSync< / td >
< / tr >
2020-09-27 04:33:41 +00:00
< tr >
< th > Flask-SimpleLDAP< / th >
< td > 1.4.0< / td >
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > jsonschema< / th >
< td > 3.2.0< / td >
< td > TestLdapLogin< / td >
< / tr >
2020-08-26 19:43:58 +00:00
< tr >
< th > Flask-Dance< / th >
2020-12-03 10:36:40 +00:00
< td > 3.2.0< / td >
2020-09-27 04:33:41 +00:00
< td > TestOAuthLogin< / td >
2020-08-26 19:43:58 +00:00
< / tr >
< tr >
< th > SQLAlchemy-Utils< / th >
< td > 0.36.8< / td >
2020-09-27 04:33:41 +00:00
< td > TestOAuthLogin< / td >
2020-08-26 19:43:58 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< / div >
< / div >
< / div >
< script >
2020-12-03 10:36:40 +00:00
drawCircle(267, 5, 4, 14);
2020-08-26 19:43:58 +00:00
< / script >
< / div >
< footer >
< div id = 'foter' class = "text-center" >
< p > Made with HTMLTestRunner from https://github.com/oldani/HtmlTestRunner< / p >
< / div >
< / footer >
< / body >
< / html >