2018-10-03 12:20:10 +00:00
<!DOCTYPE html>
< html >
< head >
2020-02-16 15:53:54 +00:00
< title > Calibre-Web Tests< / title >
< meta name = "generator" content = "" / >
< meta name = "version" content = "" / >
2018-10-03 12:20:10 +00:00
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
<!-- Bootstrap -->
2020-02-16 15:53:54 +00:00
< 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 >
2018-10-03 12:20:10 +00:00
< / head >
< body >
2020-02-16 15:53:54 +00:00
< div class = "row report-title" >
< h1 id = 'report_title' class = "text-center" > Calibre-Web Tests< / h1 >
2018-10-03 12:20:10 +00:00
< / div >
2020-02-16 15:53:54 +00:00
< 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-05-21 11:54:28 +00:00
< p class = 'text-justify attribute' > < strong > Start Time: < / strong > 2020-05-21 10:39:39< / p >
2020-02-16 15:53:54 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2020-05-21 11:54:28 +00:00
< p class = 'text-justify attribute' > < strong > Stop Time: < / strong > 2020-05-21 11:31:09< / p >
2020-02-16 15:53:54 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2020-05-21 11:54:28 +00:00
< p class = 'text-justify attribute' > < strong > Duration: < / strong > 42:16 min< / p >
2020-02-16 15:53:54 +00:00
< / div >
< / div >
< / div >
2018-10-03 12:20:10 +00:00
< / div >
2020-02-16 15:53:54 +00:00
< / div >
2018-10-03 12:20:10 +00:00
2020-02-16 15:53:54 +00:00
< div class = 'report-description' >
< div id = 'report_description' class = 'row text-center' > < / div >
2018-10-03 12:20:10 +00:00
< / div >
2020-02-16 15:53:54 +00:00
< div class = 'text-center buttons' >
2018-10-03 12:20:10 +00:00
< 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 >
2018-12-28 12:46:53 +00:00
< 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
2020-02-16 15:53:54 +00:00
< / button >
2018-10-03 12:20:10 +00:00
< 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
2018-12-28 12:46:53 +00:00
< / 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
2018-10-03 12:20:10 +00:00
< / 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-02-16 15:53:54 +00:00
< tr class = "result['header']['style']" >
< td > test_anonymous.test_anonymous< / td >
2020-04-30 18:58:01 +00:00
< td class = "text-center" > 12< / td >
< td class = "text-center" > 12< / td >
2020-02-16 15:53:54 +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-04-30 18:58:01 +00:00
< a onclick = "showClassDetail('c1', 12)" > Detail< / a >
2020-02-16 15:53:54 +00:00
< / td >
< / tr >
< tr id = 'pt1.1' class = 'hiddenRow bg-success' >
< td >
2020-04-30 18:58:01 +00:00
< div class = 'testcase' > test_guest_about< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.2' class = 'hiddenRow bg-success' >
< td >
2020-04-30 18:58:01 +00:00
< div class = 'testcase' > test_guest_change_visibility_category< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.3' class = 'hiddenRow bg-success' >
< td >
2020-04-30 18:58:01 +00:00
< div class = 'testcase' > test_guest_change_visibility_format< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_guest_change_visibility_hot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_guest_change_visibility_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_guest_change_visibility_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_guest_change_visibility_rated< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.8' class = 'hiddenRow bg-success' >
< td >
2020-04-30 18:58:01 +00:00
< div class = 'testcase' > test_guest_change_visibility_rating< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.9' class = 'hiddenRow bg-success' >
< td >
2020-04-30 18:58:01 +00:00
< div class = 'testcase' > test_guest_change_visibility_series< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.10' class = 'hiddenRow bg-success' >
< td >
2020-04-30 18:58:01 +00:00
< div class = 'testcase' > test_guest_random_books_available< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.11' class = 'hiddenRow bg-success' >
2020-04-30 18:58:01 +00:00
< td >
< div class = 'testcase' > test_guest_restricted_settings_visibility< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.12' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_guest_visibility_sidebar< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = "result['header']['style']" >
< td > test_cli.test_cli< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 7< / td >
2020-02-16 15:53:54 +00:00
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2020-05-21 11:54:28 +00:00
< a onclick = "showClassDetail('c2', 7)" > Detail< / a >
2020-02-16 15:53:54 +00:00
< / td >
< / tr >
< tr id = 'pt2.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_already_started< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.2' class = 'hiddenRow bg-success' >
< td >
2020-05-21 11:54:28 +00:00
< div class = 'testcase' > test_bind_to_single_interface< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.3' class = 'hiddenRow bg-success' >
< td >
2020-05-21 11:54:28 +00:00
< div class = 'testcase' > test_cli_SSL_files< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.4' class = 'hiddenRow bg-success' >
2020-05-21 11:54:28 +00:00
< td >
< div class = 'testcase' > test_cli_different_folder< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.5' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_cli_different_settings_database< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'st2.6' class = 'none bg-warning' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_cli_gdrive_location< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-05-21 11:54:28 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st2.6')" > SKIP< / a >
2020-02-16 15:53:54 +00:00
< / div >
<!-- css div popup start -->
2020-05-21 11:54:28 +00:00
< div id = 'div_st2.6' class = "popup_window test_output" style = "display:none;" >
2020-02-16 15:53:54 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-05-21 11:54:28 +00:00
onclick="document.getElementById('div_st2.6').style.display='none'">< span
2020-02-16 15:53:54 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt2.7' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_environ_port_setting< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = "result['header']['style']" >
< td > test_ebook_convert.test_ebook_convert< / td >
< td class = "text-center" > 11< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 8< / td >
2020-02-16 15:53:54 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c3', 11)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt3.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_SSL_smtp_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt3.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_STARTTLS_smtp_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft3.3' class = 'none bg-danger' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_convert_deactivate< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft3.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft3.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_ft3.3').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ebook_convert.py", line 77, in test_convert_deactivate
self.assertFalse(details['kindlebtn'])
AssertionError: < selenium.webdriver.firefox.webelement.FirefoxWebElement ( session = "fed9d95d-b4c7-4e93-83ca-ab49235560aa" , element = "b847d427-30f1-4e63-86a6-30144bf98563" ) > is not false< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft3.4' class = 'none bg-danger' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_convert_email< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft3.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft3.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_ft3.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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ebook_convert.py", line 195, in test_convert_email
self.assertEqual(ret[-1]['result'], 'Finished')
AssertionError: 'Started' != 'Finished'
- Started
+ Finished< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft3.5' class = 'none bg-danger' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_convert_failed_and_email< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft3.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft3.5' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_ft3.5').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ebook_convert.py", line 241, in test_convert_failed_and_email
self.assertEqual(ret[-1]['result'], 'Failed')
AssertionError: 'Waiting' != 'Failed'
- Waiting
+ Failed< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft3.6' class = 'none bg-danger' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_convert_only< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft3.6')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft3.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_ft3.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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ebook_convert.py", line 324, in test_convert_only
self.assertEqual(ret[-6]['result'], 'Finished')
AssertionError: 'Waiting' != 'Finished'
- Waiting
+ Finished< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft3.7' class = 'none bg-danger' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_convert_parameter< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft3.7')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft3.7' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_ft3.7').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ebook_convert.py", line 158, in test_convert_parameter
self.assertEqual(ret[-1]['result'], 'Finished')
AssertionError: 'Waiting' != 'Finished'
- Waiting
+ Finished< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft3.8' class = 'none bg-danger' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_convert_wrong_excecutable< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft3.8')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft3.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_ft3.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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ebook_convert.py", line 137, in test_convert_wrong_excecutable
self.assertEqual(ret[-2]['result'], 'Failed')
AssertionError: 'Waiting' != 'Failed'
- Waiting
+ Failed< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft3.9' class = 'none bg-danger' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_email_failed< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft3.9')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft3.9' 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_ft3.9').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ebook_convert.py", line 423, in test_email_failed
self.assertEqual(ret[-1]['result'], 'Failed')
AssertionError: 'Waiting' != 'Failed'
- Waiting
+ Failed< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft3.10' class = 'none bg-danger' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_email_only< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft3.10')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft3.10' 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_ft3.10').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ebook_convert.py", line 382, in test_email_only
self.assertEqual(ret[-1]['result'], 'Finished')
AssertionError: 'Waiting' != 'Finished'
- Waiting
+ Finished< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr id = 'pt3.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_kindle_send_not_configured< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = "result['header']['style']" >
2020-05-01 12:38:54 +00:00
< td > test_edit_additional_books.test_edit_additional_books< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 1< / td >
2020-05-01 12:38:54 +00:00
< td class = "text-center" > 2< / td >
2020-03-08 07:02:15 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-05-21 11:54:28 +00:00
< a onclick = "showClassDetail('c4', 3)" > Detail< / a >
2020-03-08 07:02:15 +00:00
< / td >
< / tr >
2020-02-16 15:53:54 +00:00
2020-05-01 12:38:54 +00:00
< tr id = 'pt4.1' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-02 19:13:43 +00:00
< div class = 'testcase' > test_delete_book< / div >
2020-02-16 15:53:54 +00:00
< / td >
2020-05-01 12:38:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft4.2' class = 'none bg-danger' >
2020-05-01 12:38:54 +00:00
< td >
2020-05-21 11:54:28 +00:00
< div class = 'testcase' > test_upload_metadata_cbt< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft4.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft4.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_ft4.2').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_additional_books.py", line 88, in test_upload_metadata_cbt
self.assertEqual('Test 执book', details['title'])
AssertionError: 'Test 执book' != 'book'
- Test 执book
+ book< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'ft4.3' class = 'none bg-danger' >
< td >
< div class = 'testcase' > test_upload_metadate_cbr< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft4.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft4.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_ft4.3').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_additional_books.py", line 64, in test_upload_metadate_cbr
self.assertEqual('Test 执book', details['title'])
AssertionError: 'Test 执book' != 'book'
- Test 执book
+ book< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-05-01 12:38:54 +00:00
< / td >
< / tr >
< tr class = "result['header']['style']" >
< td > test_edit_books.test_edit_books< / td >
< td class = "text-center" > 30< / td >
2020-05-10 12:58:18 +00:00
< td class = "text-center" > 27< / td >
< td class = "text-center" > 1< / td >
2020-05-01 12:38:54 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c5', 30)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt5.1' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-13 20:23:58 +00:00
< div class = 'testcase' > test_download_book< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.2' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_edit_author< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.3' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_edit_category< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.4' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_edit_comments< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.5' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_edit_custom_bool< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.6' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_edit_custom_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.7' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_edit_custom_single_select< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.8' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_edit_custom_text< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.9' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_edit_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.10' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_edit_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'st5.11' class = 'none bg-warning' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_edit_publishing_date< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-05-01 12:38:54 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st5.11')" > SKIP< / a >
2020-02-16 15:53:54 +00:00
< / div >
<!-- css div popup start -->
2020-05-01 12:38:54 +00:00
< div id = 'div_st5.11' class = "popup_window test_output" style = "display:none;" >
2020-02-16 15:53:54 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-05-01 12:38:54 +00:00
onclick="document.getElementById('div_st5.11').style.display='none'">< span
2020-02-16 15:53:54 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2020-04-13 20:23:58 +00:00
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.12' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_edit_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-02-16 15:53:54 +00:00
2020-04-13 20:23:58 +00:00
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.13' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-13 20:23:58 +00:00
< div class = 'testcase' > test_edit_series< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.14' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-13 20:23:58 +00:00
< div class = 'testcase' > test_edit_title< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-04-13 20:23:58 +00:00
2020-05-01 12:38:54 +00:00
< tr id = 'st5.15' class = 'none bg-warning' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_rename_uppercase_lowercase< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-05-01 12:38:54 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st5.15')" > SKIP< / a >
2020-04-13 20:23:58 +00:00
< / div >
<!-- css div popup start -->
2020-05-01 12:38:54 +00:00
< div id = 'div_st5.15' class = "popup_window test_output" style = "display:none;" >
2020-04-13 20:23:58 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-05-01 12:38:54 +00:00
onclick="document.getElementById('div_st5.15').style.display='none'">< span
2020-04-13 20:23:58 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2020-02-16 15:53:54 +00:00
2020-04-13 20:23:58 +00:00
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.16' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-13 20:23:58 +00:00
< div class = 'testcase' > test_typeahead_author< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.17' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_typeahead_functions< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.18' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_typeahead_language< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.19' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_typeahead_publisher< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-04-13 20:23:58 +00:00
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.20' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_typeahead_series< / div >
2020-04-13 20:23:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-02-16 15:53:54 +00:00
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.21' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_typeahead_tag< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.22' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_upload_book_cbr< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.23' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_upload_book_cbt< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.24' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_upload_book_cbz< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.25' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_upload_book_epub< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.26' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_upload_book_fb2< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.27' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_upload_book_lit< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.28' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_upload_book_mobi< / div >
2020-04-13 20:23:58 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt5.29' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_upload_book_pdf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-10 12:58:18 +00:00
< tr id = 'ft5.30' class = 'none bg-danger' >
2020-04-13 20:23:58 +00:00
< td >
< div class = 'testcase' > test_upload_cover_hdd< / div >
< / td >
2020-05-10 12:58:18 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft5.30')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft5.30' 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_ft5.30').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):
2020-05-21 11:54:28 +00:00
File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 662, in test_upload_cover_hdd
self.assertTrue(False,"Browser-Cache Problem: Old Cover is displayed instead of New Cover")
AssertionError: False is not true : Browser-Cache Problem: Old Cover is displayed instead of New Cover< / pre >
2020-05-10 12:58:18 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-04-13 20:23:58 +00:00
< / tr >
< tr class = "result['header']['style']" >
< td > test_email_STARTTLS.test_STARTTLS< / td >
2020-05-01 12:38:54 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
2020-04-13 20:23: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-05-01 12:38:54 +00:00
< a onclick = "showClassDetail('c6', 3)" > Detail< / a >
2020-04-13 20:23:58 +00:00
< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt6.1' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-13 20:23:58 +00:00
< div class = 'testcase' > test_STARTTLS< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt6.2' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-13 20:23:58 +00:00
< div class = 'testcase' > test_STARTTLS_SSL_setup_error< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt6.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_STARTTLS_resend_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-04-13 20:23:58 +00:00
< tr class = "result['header']['style']" >
< td > test_email_ssl.test_SSL< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-05-01 12:38:54 +00:00
< a onclick = "showClassDetail('c7', 4)" > Detail< / a >
2020-04-13 20:23:58 +00:00
< / td >
< / tr >
2020-02-16 15:53:54 +00:00
2020-04-13 20:23:58 +00:00
2020-05-01 12:38:54 +00:00
< tr id = 'pt7.1' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-13 20:23:58 +00:00
< div class = 'testcase' > test_SSL_None_setup_error< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt7.2' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-13 20:23:58 +00:00
< div class = 'testcase' > test_SSL_STARTTLS_setup_error< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt7.3' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-13 20:23:58 +00:00
< div class = 'testcase' > test_SSL_logging_email< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt7.4' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-13 20:23:58 +00:00
< div class = 'testcase' > test_SSL_only< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-04-30 18:58:01 +00:00
< tr class = "result['header']['style']" >
< td > test_goodreads.test_goodreads< / 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-05-01 12:38:54 +00:00
< a onclick = "showClassDetail('c8', 3)" > Detail< / a >
2020-04-30 18:58:01 +00:00
< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt8.1' class = 'hiddenRow bg-success' >
2020-04-30 18:58:01 +00:00
< td >
< div class = 'testcase' > test_author_page< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt8.2' class = 'hiddenRow bg-success' >
2020-04-30 18:58:01 +00:00
< td >
< div class = 'testcase' > test_author_page_invalid< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt8.3' class = 'hiddenRow bg-success' >
2020-04-30 18:58:01 +00:00
< td >
< div class = 'testcase' > test_kobo_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-04-13 20:23:58 +00:00
< tr class = "result['header']['style']" >
2020-04-15 17:57:33 +00:00
< td > test_helper.calibre_helper< / td >
< td class = "text-center" > 13< / td >
< td class = "text-center" > 13< / td >
2020-04-13 20:23: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-05-01 12:38:54 +00:00
< a onclick = "showClassDetail('c9', 13)" > Detail< / a >
2020-04-13 20:23:58 +00:00
< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.1' class = 'hiddenRow bg-success' >
2020-04-13 20:23:58 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_author_sort< / div >
2020-04-13 20:23:58 +00:00
< / td >
2020-04-15 17:57:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.2' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_author_sort_comma< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.3' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_author_sort_junior< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.4' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_author_sort_oneword< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.5' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_author_sort_roman< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.6' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_check_Limit_Length< / div >
2020-04-13 20:23:58 +00:00
< / td >
2020-04-15 17:57:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.7' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_check_char_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.8' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_check_chinese_Characters< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.9' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_check_degEUR_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.10' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_check_doubleS< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.11' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_check_finish_Dot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.12' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_check_high23< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt9.13' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_check_umlauts< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
2020-04-13 20:23:58 +00:00
< / tr >
2020-03-08 07:02:15 +00:00
< tr class = "result['header']['style']" >
< td > test_kobo_sync.test_kobo_sync< / td >
2020-04-26 06:40:53 +00:00
< td class = "text-center" > 8< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 0< / td >
2020-03-08 07:02:15 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-05-01 12:38:54 +00:00
< a onclick = "showClassDetail('c10', 8)" > Detail< / a >
2020-03-08 07:02:15 +00:00
< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt10.1' class = 'hiddenRow bg-success' >
2020-03-08 07:02:15 +00:00
< td >
2020-04-26 06:40:53 +00:00
< div class = 'testcase' > test_kobo_about< / div >
2020-04-13 20:23:58 +00:00
< / td >
2020-04-26 06:40:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-03-08 07:02:15 +00:00
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt10.2' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
2020-04-26 06:40:53 +00:00
< div class = 'testcase' > test_shelves_add_remove_books< / div >
2020-04-15 17:57:33 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt10.3' class = 'hiddenRow bg-success' >
2020-04-26 06:40:53 +00:00
< td >
< div class = 'testcase' > test_sync_changed_book< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt10.4' class = 'hiddenRow bg-success' >
2020-03-08 07:02:15 +00:00
< td >
< div class = 'testcase' > test_sync_invalid< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-04-26 06:40:53 +00:00
2020-05-01 12:38:54 +00:00
< tr id = 'pt10.5' class = 'hiddenRow bg-success' >
2020-04-26 06:40:53 +00:00
< td >
< div class = 'testcase' > test_sync_reading_state< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt10.6' class = 'hiddenRow bg-success' >
2020-04-26 06:40:53 +00:00
< td >
< div class = 'testcase' > test_sync_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt10.7' class = 'hiddenRow bg-success' >
2020-04-26 06:40:53 +00:00
< td >
< div class = 'testcase' > test_sync_unchanged< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-01 12:38:54 +00:00
< tr id = 'pt10.8' class = 'hiddenRow bg-success' >
2020-04-26 06:40:53 +00:00
< td >
< div class = 'testcase' > test_sync_upload< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-03-08 07:02:15 +00:00
2020-04-13 20:23:58 +00:00
< tr class = "result['header']['style']" >
2020-04-15 17:57:33 +00:00
< td > test_ldap.test_ldap_login< / td >
2020-04-26 06:40:53 +00:00
< td class = "text-center" > 9< / td >
2020-04-13 20:23:58 +00:00
< td class = "text-center" > 0< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" > 8< / td >
2020-04-13 20:23:58 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-05-01 12:38:54 +00:00
< a onclick = "showClassDetail('c11', 9)" > Detail< / a >
2020-04-13 20:23:58 +00:00
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'et11.1' class = 'none bg-info' >
2020-04-13 20:23:58 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_LDAP_SSL< / div >
2020-04-13 20:23:58 +00:00
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_et11.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_et11.1').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ldap.py", line 430, in test_LDAP_SSL
'config_ldap_encryption': 'SSL'
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 322, in fill_basic_config
cls.fill_initial_config(elements)
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 241, in fill_initial_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-04-15 17:57:33 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'et11.2' class = 'none bg-info' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_LDAP_STARTTLS< / div >
2020-04-13 20:23:58 +00:00
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_et11.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_et11.2').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ldap.py", line 477, in test_LDAP_STARTTLS
'config_ldap_encryption': 'TLS'
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 322, in fill_basic_config
cls.fill_initial_config(elements)
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 241, in fill_initial_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-04-15 17:57:33 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'et11.3' class = 'none bg-info' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_LDAP_fallback_Login< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_et11.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_et11.3').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ldap.py", line 143, in test_LDAP_fallback_Login
self.login("admin", "admin123")
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 63, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-04-15 17:57:33 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'et11.4' class = 'none bg-info' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_LDAP_import< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_et11.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_et11.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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ldap.py", line 225, in test_LDAP_import
'config_ldap_encryption': 'None'
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 322, in fill_basic_config
cls.fill_initial_config(elements)
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 241, in fill_initial_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-04-15 17:57:33 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'et11.5' class = 'none bg-info' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_LDAP_login< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_et11.5' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_et11.5').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ldap.py", line 156, in test_LDAP_login
'config_ldap_openldap': 1
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 322, in fill_basic_config
cls.fill_initial_config(elements)
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 241, in fill_initial_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2020-04-15 17:57:33 +00:00
2020-05-21 11:54:28 +00:00
< tr id = 'et11.6' class = 'none bg-info' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_invalid_LDAP< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_et11.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_et11.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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ldap.py", line 62, in test_invalid_LDAP
'config_ldap_group_members_field': 'memberUid'
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 322, in fill_basic_config
cls.fill_initial_config(elements)
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 241, in fill_initial_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-04-15 17:57:33 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft11.7' class = 'none bg-danger' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_ldap_about< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft11.7')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft11.7' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_ft11.7').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ldap.py", line 573, in test_ldap_about
self.assertTrue(self.goto_page('nav_about'))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-04-13 20:23:58 +00:00
< / tr >
2020-04-18 09:47:44 +00:00
2020-05-21 11:54:28 +00:00
< tr id = 'et11.8' class = 'none bg-info' >
2020-04-18 09:47:44 +00:00
< td >
< div class = 'testcase' > test_ldap_authentication< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_et11.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_et11.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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ldap.py", line 583, in test_ldap_authentication
'config_ldap_encryption': 'None'
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 322, in fill_basic_config
cls.fill_initial_config(elements)
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 241, in fill_initial_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-04-18 09:47:44 +00:00
< / tr >
2020-04-26 06:40:53 +00:00
2020-05-21 11:54:28 +00:00
< tr id = 'et11.9' class = 'none bg-info' >
2020-04-26 06:40:53 +00:00
< td >
< div class = 'testcase' > test_ldap_opds_download_book< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_et11.9' 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_et11.9').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ldap.py", line 663, in test_ldap_opds_download_book
'config_ldap_openldap': 1
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 322, in fill_basic_config
cls.fill_initial_config(elements)
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 241, in fill_initial_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = "result['header']['style']" >
< td > unittest.suite._ErrorHolder< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c12', 2)" > Detail< / a >
< / td >
< / tr >
< tr id = 'et12.1' class = 'none bg-info' >
< td >
< div class = 'testcase' > tearDownClass (test_ldap)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_et12.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_et12.1').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_ldap.py", line 36, in tearDownClass
cls.stop_calibre_web()
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 397, in stop_calibre_web
cls.driver.find_element_by_id('admin_stop').click()
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 360, in find_element_by_id
return self.find_element(by=By.ID, value=id_)
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 978, in find_element
'value': value})['value']
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="admin_stop"]< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'et12.2' class = 'none bg-info' >
< td >
< div class = 'testcase' > tearDownClass (test_logging)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_et12.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_et12.2').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_logging.py", line 39, in tearDownClass
cls.stop_calibre_web()
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 397, in stop_calibre_web
cls.driver.find_element_by_id('admin_stop').click()
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 360, in find_element_by_id
return self.find_element(by=By.ID, value=id_)
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 978, in find_element
'value': value})['value']
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="admin_stop"]< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-04-26 06:40:53 +00:00
< / tr >
2020-04-13 20:23:58 +00:00
2020-02-16 15:53:54 +00:00
< tr class = "result['header']['style']" >
< td > test_logging.test_logging< / td >
< td class = "text-center" > 6< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 3< / td >
2020-02-16 15:53:54 +00:00
< td class = "text-center" > 0< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 2< / td >
2020-02-16 15:53:54 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2020-05-21 11:54:28 +00:00
< a onclick = "showClassDetail('c13', 6)" > Detail< / a >
2020-02-16 15:53:54 +00:00
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt13.1' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_debug_log< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt13.2' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_failed_login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'st13.3' class = 'none bg-warning' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_failed_register< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-05-21 11:54:28 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st13.3')" > SKIP< / a >
2020-02-16 15:53:54 +00:00
< / div >
<!-- css div popup start -->
2020-05-21 11:54:28 +00:00
< div id = 'div_st13.3' class = "popup_window test_output" style = "display:none;" >
2020-02-16 15:53:54 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-05-21 11:54:28 +00:00
onclick="document.getElementById('div_st13.3').style.display='none'">< span
2020-02-16 15:53:54 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt13.4' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_logfile_change< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'et13.5' class = 'none bg-info' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_logfile_recover< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-05-21 11:54:28 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et13.5')" > ERROR< / a >
2020-02-16 15:53:54 +00:00
< / div >
<!-- css div popup start -->
2020-05-21 11:54:28 +00:00
< div id = 'div_et13.5' class = "popup_window test_output" style = "display:none;" >
2020-02-16 15:53:54 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-05-21 11:54:28 +00:00
onclick="document.getElementById('div_et13.5').style.display='none'">< span
2020-02-16 15:53:54 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2020-05-21 11:54:28 +00:00
File "/home/matthias/Entwicklung/calibre-web-test/test/test_logging.py", line 121, in test_logfile_recover
self.fill_basic_config({'config_logfile': os.path.join(CALIBRE_WEB_PATH, 'hü lo', 'lö g')})
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 322, in fill_basic_config
cls.fill_initial_config(elements)
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 241, in fill_initial_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
2020-02-16 15:53:54 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'et13.6' class = 'none bg-info' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_logviewer< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et13.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_et13.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_et13.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 "/home/matthias/Entwicklung/calibre-web-test/test/test_logging.py", line 142, in test_logviewer
'config_access_logfile':'access.log'})
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 322, in fill_basic_config
cls.fill_initial_config(elements)
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 241, in fill_initial_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir")))
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr class = "result['header']['style']" >
< td > test_login.test_login< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 9< / td >
< td class = "text-center" > 9< / td >
2020-03-08 07:02:15 +00:00
< td class = "text-center" > 0< / td >
2020-02-16 15:53:54 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-05-21 11:54:28 +00:00
< a onclick = "showClassDetail('c14', 9)" > Detail< / a >
2020-02-16 15:53:54 +00:00
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt14.1' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_digest_login< / div >
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt14.2' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_login_capital_letters_user_unicode_password_passwort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt14.3' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_login_delete_admin< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt14.4' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_login_empty_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt14.5' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_login_locale_select< / div >
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt14.6' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_login_protected< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt14.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_rename_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt14.8' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_login_unicode_user_space_end_passwort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt14.9' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_login_user_with_space_passwort_end_space< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-04-16 20:00:39 +00:00
< tr class = "result['header']['style']" >
2020-04-18 09:47:44 +00:00
< td > test_oauth.test_OAuth_login< / td >
2020-04-16 20:00:39 +00:00
< td class = "text-center" > 2< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
2020-04-16 20:00:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-05-21 11:54:28 +00:00
< a onclick = "showClassDetail('c15', 2)" > Detail< / a >
2020-04-16 20:00:39 +00:00
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt15.1' class = 'hiddenRow bg-success' >
2020-04-16 20:00:39 +00:00
< td >
< div class = 'testcase' > test_oauth_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft15.2' class = 'none bg-danger' >
2020-04-16 20:00:39 +00:00
< td >
< div class = 'testcase' > test_visible_oauth< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft15.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft15.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_ft15.2').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_oauth.py", line 47, in test_visible_oauth
self.assertTrue(self.check_element_on_page((By.ID, "config_1_oauth")))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-04-16 20:00:39 +00:00
< / tr >
2020-02-16 15:53:54 +00:00
< tr class = "result['header']['style']" >
< td > test_opds_feed.test_opds_feed< / td >
2020-03-08 07:02:15 +00:00
< td class = "text-center" > 20< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 18< / td >
< td class = "text-center" > 2< / td >
2020-02-16 15:53:54 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-05-21 11:54:28 +00:00
< a onclick = "showClassDetail('c16', 20)" > Detail< / a >
2020-02-16 15:53:54 +00:00
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.1' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.2' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_author< / div >
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.3' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_calibre_companion< / div >
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.4' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_cover< / div >
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft16.5' class = 'none bg-danger' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_download_book< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft16.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft16.5' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_ft16.5').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_opds_feed.py", line 398, in test_opds_download_book
self.assertEqual(len(r.content), 28590)
AssertionError: 3775 != 28590< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-03-08 07:02:15 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.6' class = 'hiddenRow bg-success' >
2020-03-08 07:02:15 +00:00
< td >
< div class = 'testcase' > test_opds_formats< / div >
2020-02-16 15:53:54 +00:00
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.7' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_guest_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft16.8' class = 'none bg-danger' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_hot< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft16.8')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft16.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_ft16.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 "/home/matthias/Entwicklung/calibre-web-test/test/test_opds_feed.py", line 142, in test_opds_hot
self.assertEqual(len(entries['elements']),1)
AssertionError: 0 != 1< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.9' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_language< / div >
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.10' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_non_admin< / div >
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.11' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-03-08 07:02:15 +00:00
< div class = 'testcase' > test_opds_publisher< / div >
2020-02-16 15:53:54 +00:00
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.12' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-03-08 07:02:15 +00:00
< div class = 'testcase' > test_opds_random< / div >
2020-02-16 15:53:54 +00:00
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.13' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-03-08 07:02:15 +00:00
< div class = 'testcase' > test_opds_ratings< / div >
2020-02-16 15:53:54 +00:00
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.14' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_read_unread< / div >
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.15' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_search< / div >
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.16' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_series< / div >
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.17' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_opds_shelf_access< / div >
< / td >
2020-04-30 18:58:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-03-08 07:02:15 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.18' class = 'hiddenRow bg-success' >
2020-03-08 07:02:15 +00:00
< td >
< div class = 'testcase' > test_opds_tags< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.19' class = 'hiddenRow bg-success' >
2020-03-08 07:02:15 +00:00
< td >
< div class = 'testcase' > test_opds_top_rated< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt16.20' class = 'hiddenRow bg-success' >
2020-03-08 07:02:15 +00:00
< td >
< div class = 'testcase' > test_recently_added< / div >
2020-02-16 15:53:54 +00:00
< / td >
2020-03-08 07:02:15 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr class = "result['header']['style']" >
< td > test_register.test_register< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-05-21 11:54:28 +00:00
< a onclick = "showClassDetail('c17', 6)" > Detail< / a >
2020-02-16 15:53:54 +00:00
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt17.1' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_forgot_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt17.2' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_limit_domain< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt17.3' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_register_no_server< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt17.4' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_registering_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt17.5' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_registering_user_fail< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt17.6' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_user_change_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = "result['header']['style']" >
< td > test_shelf.test_shelf< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 10< / td >
2020-04-30 18:58:01 +00:00
< td class = "text-center" > 9< / td >
2020-04-02 19:13:43 +00:00
< td class = "text-center" > 0< / td >
2020-02-16 15:53:54 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2020-05-21 11:54:28 +00:00
< a onclick = "showClassDetail('c18', 10)" > Detail< / a >
2020-02-16 15:53:54 +00:00
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt18.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_add_shelf_from_search< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt18.2' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_arrange_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt18.3' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_delete_book_of_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt18.4' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_private_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt18.5' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_public_private_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt18.6' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_public_shelf< / div >
< / td >
2020-04-02 19:13:43 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt18.7' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_rename_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt18.8' class = 'hiddenRow bg-success' >
2020-04-30 18:58:01 +00:00
< td >
< div class = 'testcase' > test_shelf_action_non_shelf_edit_role< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'st18.9' class = 'none bg-warning' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_shelf_database_change< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-05-21 11:54:28 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st18.9')" > SKIP< / a >
2020-02-16 15:53:54 +00:00
< / div >
<!-- css div popup start -->
2020-05-21 11:54:28 +00:00
< div id = 'div_st18.9' class = "popup_window test_output" style = "display:none;" >
2020-02-16 15:53:54 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-05-21 11:54:28 +00:00
onclick="document.getElementById('div_st18.9').style.display='none'">< span
2020-02-16 15:53:54 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Change Database Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt18.10' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_shelf_long_name< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = "result['header']['style']" >
< td > test_updater.test_updater< / td >
2020-04-02 19:13:43 +00:00
< td class = "text-center" > 7< / td >
2020-05-10 12:58:18 +00:00
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
2020-02-16 15:53:54 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2020-05-21 11:54:28 +00:00
< a onclick = "showClassDetail('c19', 7)" > Detail< / a >
2020-02-16 15:53:54 +00:00
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt19.1' class = 'hiddenRow bg-success' >
2020-04-02 19:13:43 +00:00
< td >
< div class = 'testcase' > test_check_update_nightly_errors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt19.2' class = 'hiddenRow bg-success' >
2020-04-02 19:13:43 +00:00
< td >
< div class = 'testcase' > test_check_update_nightly_request_errors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt19.3' class = 'hiddenRow bg-success' >
2020-04-02 19:13:43 +00:00
< td >
< div class = 'testcase' > test_check_update_stable_errors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt19.4' class = 'hiddenRow bg-success' >
2020-04-02 19:13:43 +00:00
< td >
< div class = 'testcase' > test_check_update_stable_versions< / div >
< / td >
2020-05-10 12:58:18 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-04-02 19:13:43 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt19.5' class = 'hiddenRow bg-success' >
2020-04-02 19:13:43 +00:00
< td >
< div class = 'testcase' > test_perform_update< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt19.6' class = 'hiddenRow bg-success' >
2020-04-02 19:13:43 +00:00
< td >
< div class = 'testcase' > test_perform_update_stable_errors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'st19.7' class = 'none bg-warning' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-02 19:13:43 +00:00
< div class = 'testcase' > test_perform_update_timeout< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2020-05-21 11:54:28 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st19.7')" > SKIP< / a >
2020-02-16 15:53:54 +00:00
< / div >
<!-- css div popup start -->
2020-05-21 11:54:28 +00:00
< div id = 'div_st19.7' class = "popup_window test_output" style = "display:none;" >
2020-02-16 15:53:54 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
2020-05-21 11:54:28 +00:00
onclick="document.getElementById('div_st19.7').style.display='none'">< span
2020-02-16 15:53:54 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2020-04-02 19:13:43 +00:00
< pre class = "text-left" > Takes too long< / pre >
2020-02-16 15:53:54 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = "result['header']['style']" >
< td > test_user_template.test_user_template< / td >
2020-04-30 18:58:01 +00:00
< td class = "text-center" > 19< / td >
2020-05-05 16:55:28 +00:00
< td class = "text-center" > 19< / td >
< td class = "text-center" > 0< / td >
2020-02-16 15:53:54 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-05-21 11:54:28 +00:00
< a onclick = "showClassDetail('c20', 19)" > Detail< / a >
2020-02-16 15:53:54 +00:00
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.1' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_allow_column_restriction< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.2' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_allow_tag_restriction< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.3' class = 'hiddenRow bg-success' >
2020-04-30 18:58:01 +00:00
< td >
< div class = 'testcase' > test_archived_format_template< / div >
< / td >
2020-05-01 12:38:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-04-30 18:58:01 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.4' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_author_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.5' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_best_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.6' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_category_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.7' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_deny_column_restriction< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.8' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_deny_tag_restriction< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.9' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_detail_random_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.10' class = 'hiddenRow bg-success' >
2020-04-30 18:58:01 +00:00
< td >
< div class = 'testcase' > test_format_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.11' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_hot_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.12' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_language_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.13' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_limit_book_languages< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.14' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_publisher_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.15' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_random_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.16' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_read_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.17' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_recent_user_template< / div >
< / td >
2020-05-01 12:38:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.18' class = 'hiddenRow bg-success' >
2020-05-01 12:38:54 +00:00
< td >
< div class = 'testcase' > test_series_user_template< / div >
< / td >
2020-05-05 16:55:28 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt20.19' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_ui_language_settings< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = "result['header']['style']" >
< td > test_visiblilitys.calibre_web_visibilitys< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 28< / td >
2020-04-30 18:58:01 +00:00
< td class = "text-center" > 25< / td >
2020-05-21 11:54:28 +00:00
< td class = "text-center" > 3< / td >
2020-02-16 15:53:54 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2020-05-21 11:54:28 +00:00
< a onclick = "showClassDetail('c21', 28)" > Detail< / a >
2020-02-16 15:53:54 +00:00
< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.1' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.2' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_SMTP_Settings< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft21.3' class = 'none bg-danger' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_add_user< / div >
< / td >
2020-05-21 11:54:28 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft21.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft21.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_ft21.3').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_visiblilitys.py", line 358, in test_admin_add_user
self.assertIsNone("Error creating new users")
AssertionError: 'Error creating new users' is not None< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.4' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_change_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.5' class = 'hiddenRow bg-success' >
2020-04-30 18:58:01 +00:00
< td >
< div class = 'testcase' > test_admin_change_visibility_archived< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.6' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_change_visibility_authors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.7' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_change_visibility_category< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.8' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_change_visibility_file_formats< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.9' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_change_visibility_hot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.10' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_change_visibility_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.11' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_change_visibility_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.12' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_change_visibility_rated< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.13' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_change_visibility_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.14' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_change_visibility_read< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.15' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_admin_change_visibility_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.16' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_allow_columns< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.17' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_allow_tags< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.18' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_authors_max_settings< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.19' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_checked_logged_in< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'ft21.20' class = 'none bg-danger' >
< td >
< div class = 'testcase' > test_hide_custom_column< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft21.20')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft21.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_ft21.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 "/home/matthias/Entwicklung/calibre-web-test/test/test_visiblilitys.py", line 725, in test_hide_custom_column
self.assertFalse(search['cust_columns'].get('Custom Rating 人物'))
AssertionError: < selenium.webdriver.firefox.webelement.FirefoxWebElement ( session = "d72025bd-db90-42af-8de2-52637980bb3b" , element = "03d4f1dd-da76-47f3-8bb2-c852840495f6" ) > is not false< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'ft21.21' class = 'none bg-danger' >
< td >
< div class = 'testcase' > test_link_column_to_read_status< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft21.21')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft21.21' 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_ft21.21').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 "/home/matthias/Entwicklung/calibre-web-test/test/test_visiblilitys.py", line 676, in test_link_column_to_read_status
self.assertEqual(len(details['cust_columns']),0)
AssertionError: 5 != 0< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt21.22' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_random_books_available< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.23' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_restrict_columns< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.24' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_restrict_tags< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.25' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
2020-04-15 17:57:33 +00:00
< div class = 'testcase' > test_search_functions< / div >
2020-02-16 15:53:54 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.26' class = 'hiddenRow bg-success' >
2020-04-30 18:58:01 +00:00
< td >
< div class = 'testcase' > test_search_string< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.27' class = 'hiddenRow bg-success' >
2020-04-15 17:57:33 +00:00
< td >
< div class = 'testcase' > test_user_email_available< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-05-21 11:54:28 +00:00
< tr id = 'pt21.28' class = 'hiddenRow bg-success' >
2020-02-16 15:53:54 +00:00
< td >
< div class = 'testcase' > test_user_visibility_sidebar< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2018-10-03 12:20:10 +00:00
< tr id = 'total_row' class = "text-center bg-grey" >
< td > Total< / td >
2020-05-21 11:54:28 +00:00
< td > 212< / td >
< td > 176< / td >
< td > 18< / td >
< td > 12< / td >
2020-05-01 12:38:54 +00:00
< td > 6< / td >
2018-10-03 12:20:10 +00:00
< td > < / td >
< / tr >
< / table >
2020-02-16 15:53:54 +00:00
< 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 >
2020-03-08 07:02:15 +00:00
< th > Test class< / th >
2020-02-16 15:53:54 +00:00
< / tr >
< / thead >
< tbody >
< tr >
< th > Platform< / th >
2020-05-21 11:54:28 +00:00
< td > Linux 5.3.0-53-generic #47~18.04.1-Ubuntu SMP Thu May 7 13:10:50 UTC 2020 x86_64 x86_64< / td >
2020-03-08 07:02:15 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
< th > Python< / th >
2020-04-15 17:57:33 +00:00
< td > 3.7.5< / td >
2020-03-08 07:02:15 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
2020-03-08 07:02:15 +00:00
< th > Babel< / th >
< td > 2.8.0< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-04-26 06:40:53 +00:00
< tr >
< th > backports-abc< / th >
< td > 0.5< / td >
< td > Basic< / td >
< / tr >
2020-02-16 15:53:54 +00:00
< tr >
2020-03-08 07:02:15 +00:00
< th > Flask< / th >
2020-04-13 20:23:58 +00:00
< td > 1.1.2< / td >
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
2020-03-08 07:02:15 +00:00
< th > Flask-Babel< / th >
< td > 1.0.0< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
2020-03-08 07:02:15 +00:00
< th > Flask-Login< / th >
< td > 0.5.0< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
2020-03-08 07:02:15 +00:00
< th > Flask-Principal< / th >
< td > 0.4.0< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
< th > iso-639< / th >
< td > 0.4.5< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-04-26 06:40:53 +00:00
< tr >
< th > Jinja2< / th >
< td > 2.11.2< / td >
< td > Basic< / td >
< / tr >
2020-02-16 15:53:54 +00:00
< tr >
2020-03-08 07:02:15 +00:00
< th > PyPDF2< / th >
< td > 1.26.0< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
2020-03-08 07:02:15 +00:00
< th > pytz< / th >
2020-04-30 18:58:01 +00:00
< td > 2020.1< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
2020-03-08 07:02:15 +00:00
< th > requests< / th >
2020-04-15 17:57:33 +00:00
< td > 2.23.0< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
2020-03-08 07:02:15 +00:00
< th > singledispatch< / th >
< td > 3.4.0.3< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
2020-03-08 07:02:15 +00:00
< th > six< / th >
< td > 1.14.0< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
2020-03-08 07:02:15 +00:00
< th > SQLAlchemy< / th >
2020-05-21 11:54:28 +00:00
< td > 1.3.17< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
2020-03-08 07:02:15 +00:00
< th > tornado< / th >
< td > 6.0.4< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-04-26 06:40:53 +00:00
< tr >
< th > Unidecode< / th >
< td > 1.1.1< / td >
< td > Basic< / td >
< / tr >
2020-02-16 15:53:54 +00:00
< tr >
2020-03-08 07:02:15 +00:00
< th > Wand< / th >
< td > 0.5.9< / td >
2020-04-13 20:23:58 +00:00
< td > Basic< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-04-26 06:40:53 +00:00
< tr >
< th > Werkzeug< / th >
< td > 1.0.1< / td >
< td > Basic< / td >
< / tr >
2020-05-10 12:58:18 +00:00
< tr >
< th > comicapi< / th >
< td > 2.1< / td >
< td > test_edit_additional_books< / td >
< / tr >
2020-02-16 15:53:54 +00:00
< tr >
2020-04-02 19:13:43 +00:00
< th > lxml< / th >
2020-05-21 11:54:28 +00:00
< td > 4.5.1< / td >
2020-05-01 12:38:54 +00:00
< td > test_edit_additional_books< / td >
2020-02-16 15:53:54 +00:00
< / tr >
< tr >
2020-04-02 19:13:43 +00:00
< th > Pillow< / th >
2020-04-26 06:40:53 +00:00
< td > 7.1.2< / td >
2020-05-01 12:38:54 +00:00
< td > test_edit_additional_books< / td >
< / tr >
< tr >
< th > rarfile< / th >
< td > 3.1< / td >
< td > test_edit_additional_books< / td >
< / tr >
< tr >
< th > lxml< / th >
2020-05-21 11:54:28 +00:00
< td > 4.5.1< / td >
2020-04-02 19:13:43 +00:00
< td > test_edit_books< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-04-30 18:58:01 +00:00
< tr >
2020-05-01 12:38:54 +00:00
< th > Pillow< / th >
< td > 7.1.2< / td >
< td > test_edit_books< / td >
2020-04-30 18:58:01 +00:00
< / tr >
2020-05-10 12:58:18 +00:00
< tr >
< th > goodreads< / th >
< td > 0.3.2< / td >
< td > test_goodreads< / td >
< / tr >
2020-02-16 15:53:54 +00:00
< tr >
2020-04-02 19:13:43 +00:00
< th > jsonschema< / th >
< td > 3.2.0< / td >
< td > test_kobo_sync< / td >
2020-02-16 15:53:54 +00:00
< / tr >
2020-04-18 09:47:44 +00:00
< tr >
< th > Flask-SimpleLDAP< / th >
< td > 1.4.0< / td >
< td > test_ldap_login< / td >
< / tr >
< tr >
< th > python-ldap< / th >
< td > 3.2.0< / td >
< td > test_ldap_login< / td >
< / tr >
< tr >
< th > Flask-Dance< / th >
< td > 3.0.0< / td >
< td > test_OAuth_login< / td >
< / tr >
< tr >
< th > SQLAlchemy-Utils< / th >
2020-05-05 16:55:28 +00:00
< td > 0.36.5< / td >
2020-04-18 09:47:44 +00:00
< td > test_OAuth_login< / td >
< / tr >
2020-02-16 15:53:54 +00:00
< / tbody >
< / table >
< / div >
< / div >
< / div >
< / div >
2018-10-03 12:20:10 +00:00
< script >
2020-05-21 11:54:28 +00:00
drawCircle(176, 18, 12, 6);
2018-10-03 12:20:10 +00:00
< / script >
< / div >
< footer >
2020-02-16 15:53:54 +00:00
< div id = 'foter' class = "text-center" >
< p > Made with HTMLTestRunner from https://github.com/oldani/HtmlTestRunner< / p >
2018-10-03 12:20:10 +00:00
< / div >
< / footer >
< / body >
2020-02-16 15:53:54 +00:00
< / html >