<!DOCTYPE html>
< html >
< head >
< title > Test Report< / title >
< meta name = "generator" content = "HTMLTestRunner 2.0.0" / >
< meta name = "version" content = "2.0.0" / >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
<!-- Bootstrap -->
< link href = "./../cps/static/css/libs/bootstrap.min.css" rel = "stylesheet" >
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
< script src = "./../cps/static/js/libs/jquery.min.js" > < / script >
<!-- Include all compiled plugins (below), or include individual files as needed -->
< script src = "./../cps/static/js/libs/bootstrap.min.js" > < / script >
<!-- Project CSS -->
< link href = "css/runner.css" rel = "stylesheet" >
<!-- Project JS -->
< script src = "js/runner.js" > < / script >
< / head >
< body >
< div class = "container-fluid" >
< div class = "row report-title" >
< h1 id = 'report_title' class = "text-center" > Test Report< / h1 >
< / div >
< div id = 'header_parameters' class = 'row text-center report-parameters' >
< div class = "col-xs-6 col-md-4" >
< p class = 'text-justify attribute' > < strong > Start Time:< / strong > 2019-01-27 07:20:26.105524< / p >
< / div >
< div class = "col-xs-6 col-md-4" >
< p class = 'text-justify attribute' > < strong > Stop Time:< / strong > 2019-01-27 08:08:50.419347< / p >
< / div >
< div class = "col-xs-6 col-md-4" >
< p class = 'text-justify attribute' > < strong > Duration:< / strong > 0:48:24.313823< / p >
< / div >
< / div >
< div class = "piechart" >
< div >
< canvas id = "circle" width = "350" height = "168" > < / canvas >
< / div >
< / div >
< div class = 'report-description' >
< div id = 'report_description' class = 'row text-center' > All Calibre-Web tests< / div >
< / div >
< div class = 'text-center buttons' >
< div id = 'show_detail_line' class = "btn-group pagination-centered" role = "group" aria-label = "TESTE" >
< button type = "button" class = "btn btn-success" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(0)">Summary
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(5)">Summary Problems
< / button >
< button type = "button" class = "btn btn-warning" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show skipped test cases" onclick="showCase(3)">Skipped
< / button >
< button type = "button" class = "btn btn-danger" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(1)">Failed
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(4)">Error
< / button >
< button type = "button" class = "btn btn-primary" data-toggle = "tooltip" aria-pressed = "false" data-placement = "top"
title="Show all test cases" onclick="showCase(2)">All
< / button >
< / div >
< / div >
< table id = 'result_table' class = 'table table-bordered table-responsive table-curved' >
< colgroup >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< / colgroup >
< tr id = 'header_row' class = "text-center bg-grey" >
< td > Test Group/Test case< / td >
< td > Count< / td >
< td > Pass< / td >
< td > Fail< / td >
< td > Error< / td >
< td > Skip< / td >
< td > View< / td >
< / tr >
< tr class = 'skipClass' >
< td > test_opds_feed.test_opds_feed< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c1', 16)" > Detail< / a >
< / td >
< / tr >
< tr id = 'st1.1' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.1')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.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_st1.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.1: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.2' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_author< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.2')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.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_st1.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.2: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.3' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_calibre_companion< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.3')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.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_st1.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.3: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.4' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_cover< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.4')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.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_st1.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.4: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.5' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_download_book< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.5')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.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_st1.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.5: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.6' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_guest_user< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.6')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.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_st1.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.6: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.7' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_hot< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.7')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.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_st1.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.7: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.8' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_language< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.8')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.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_st1.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.8: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.9' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_non_admin< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.9')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.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_st1.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.9: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.10' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_paging< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.10')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.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_st1.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.10: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.11' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_publisher< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.11')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.11' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st1.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.11: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.12' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_random< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.12')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.12' 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_st1.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.12: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.13' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_read_unread< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.13')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.13' 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_st1.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.13: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.14' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_search< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.14')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.14' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st1.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.14: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.15' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_series< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.15')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.15' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st1.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.15: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st1.16' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_opds_shelf_access< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st1.16')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st1.16' 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_st1.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st1.16: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'skipClass' >
< td > test_register.test_register< / 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" > 4< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c2', 4)" > Detail< / a >
< / td >
< / tr >
< tr id = 'st2.1' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_login_with_password< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st2.1')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st2.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_st2.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st2.1: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st2.2' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_registering_user< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st2.2')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st2.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_st2.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st2.2: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st2.3' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_registering_user_fail< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st2.3')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st2.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_st2.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st2.3: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st2.4' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_resend_password< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st2.4')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st2.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_st2.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st2.4: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'passClass' >
< td > test_email_ssl.test_SSL_Python27< / 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" >
< a onclick = "showClassDetail('c3', 4)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt3.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_SSL_None_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt3.1')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt3.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_pt3.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt3.1: /home/matthias/Entwicklung/calibre-web-test/test/ui_helper.py:621: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
ret['edit_enable'] = bool(tree.find("//*[@class='glyphicon glyphicon-edit']"))
/home/matthias/Entwicklung/calibre-web-test/test/ui_helper.py:664: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
ret['read']= bool(tree.find("//*[@id='have_read_cb']"))
Incomming connection 127.0.0.1:44852
127.0.0.1:44852 Timeouted< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt3.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_SSL_STARTTLS_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt3.2')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt3.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_pt3.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt3.2: Incomming connection 127.0.0.1:44856
127.0.0.1:44856 Timeouted< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt3.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_SSL_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt3.3')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt3.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_pt3.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt3.3: Incomming connection 127.0.0.1:44862
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 44862))
('Message addressed from:', '< name@host.com> size=30379')
('Message addressed to :', ['a1@b.com'])
('Message length :', 30378)
Received: QUIT< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt3.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_logging_email< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt3.4')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt3.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_pt3.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt3.4: Incomming connection 127.0.0.1:44864
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 44864))
('Message addressed from:', '< name@host.com> size=508')
('Message addressed to :', ['a1@b.com'])
('Message length :', 507)
Received: QUIT< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'failClass' >
< td > test_email_ssl.test_SSL_Python36< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c4', 4)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt4.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_SSL_None_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt4.1')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt4.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_pt4.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt4.1: Incomming connection 127.0.0.1:44964
127.0.0.1:44964 Timeouted< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt4.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_SSL_STARTTLS_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt4.2')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt4.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_pt4.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt4.2: Incomming connection 127.0.0.1:44970
127.0.0.1:44970 Timeouted< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt4.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_SSL_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt4.3')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt4.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_pt4.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt4.3: Incomming connection 127.0.0.1:44972
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 44972))
('Message addressed from:', '< name@host.com> size=30787')
('Message addressed to :', ['a1@b.com'])
('Message length :', 30377)
Received: QUIT< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'ft4.4' class = 'none bg-danger' >
< td >
< div class = 'testcase' > test_logging_email< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft4.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft4.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_ft4.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > ft4.4: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_email_ssl.py", line 168, in test_logging_email
self.assertTrue(False, "Email logging not working in python3 testing")
AssertionError: Email logging not working in python3 testing< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'failClass' >
< td > test_logging.test_logging_Python27< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c5', 5)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt5.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_debug_log< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt5.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_failed_login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st5.3' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_failed_register< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st5.3')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st5.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_st5.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st5.3: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt5.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_logfile_change< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'ft5.5' class = 'none bg-danger' >
< td >
< div class = 'testcase' > test_logfile_recover< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft5.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft5.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_ft5.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > ft5.5: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_logging.py", line 165, in test_logfile_recover
self.assertTrue(logpath=="", "logfile config value is not empty after reseting to default")
AssertionError: logfile config value is not empty after reseting to default< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'failClass' >
< td > test_logging.test_logging_Python36< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c6', 5)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt6.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_debug_log< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt6.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_failed_login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st6.3' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_failed_register< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st6.3')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st6.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_st6.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st6.3: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt6.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_logfile_change< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'ft6.5' class = 'none bg-danger' >
< td >
< div class = 'testcase' > test_logfile_recover< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft6.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft6.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_ft6.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > ft6.5: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_logging.py", line 165, in test_logfile_recover
self.assertTrue(logpath=="", "logfile config value is not empty after reseting to default")
AssertionError: logfile config value is not empty after reseting to default< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'skipClass' >
< td > test_edit_books_gdrive.test_edit_books_gdrive< / td >
< td class = "text-center" > 22< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 22< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c7', 22)" > Detail< / a >
< / td >
< / tr >
< tr id = 'st7.1' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_database_errors< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.1')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.1' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.1: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.2' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_delete_book< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.2')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.2' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.2: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.3' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_delete_format< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.3')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.3' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.3: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.4' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_author< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.4')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.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_st7.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.4: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.5' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_category< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.5')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.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_st7.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.5: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.6' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_comments< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.6')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.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_st7.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.6: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.7' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_custom_bool< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.7')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.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_st7.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.7: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.8' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_custom_rating< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.8')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.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_st7.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.8: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.9' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_custom_single_select< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.9')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.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_st7.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.9: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.10' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_custom_text< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.10')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.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_st7.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.10: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.11' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_language< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.11')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.11' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.11: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.12' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_publisher< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.12')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.12' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.12: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.13' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_publishing_date< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.13')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.13' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.13: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.14' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_rating< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.14')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.14' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.14: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.15' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_series< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.15')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.15' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.15: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.16' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_title< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.16')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.16' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.16: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.17' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_author< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.17')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.17' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.17: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.18' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_language< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.18')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.18' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.18: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.19' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_publisher< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.19')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.19' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.19: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.20' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_series< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.20')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.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_st7.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.20: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.21' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_tag< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.21')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.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_st7.21').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.21: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st7.22' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_upload_cover_hdd< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st7.22')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st7.22' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st7.22').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st7.22: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'passClass' >
< td > test_anonymous.test_anonymous_Python27< / td >
< td class = "text-center" > 10< / td >
< td class = "text-center" > 10< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c8', 10)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt8.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_authors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt8.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_category< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt8.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_hot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt8.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt8.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt8.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_rated< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt8.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt8.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_sorted< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt8.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_impossible_settings< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt8.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_locale_select< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = 'passClass' >
< td > test_anonymous.test_anonymous_Python36< / td >
< td class = "text-center" > 10< / td >
< td class = "text-center" > 10< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c9', 10)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt9.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_authors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt9.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_category< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt9.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_hot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt9.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt9.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt9.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_rated< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt9.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt9.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_change_visibility_sorted< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt9.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_impossible_settings< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt9.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_anonymous_locale_select< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = 'skipClass' >
< td > test_user_template.test_user_template_Python27< / td >
< td class = "text-center" > 15< / td >
< td class = "text-center" > 12< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c10', 15)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt10.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_author_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt10.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_best_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt10.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_category_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt10.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_detail_random_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt10.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_hot_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt10.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_language_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st10.7' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_limit_book_languages< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st10.7')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st10.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_st10.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st10.7: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st10.8' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_mature_content_settings< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st10.8')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st10.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_st10.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st10.8: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt10.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_publisher_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt10.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_random_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt10.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_read_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt10.12' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_recent_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt10.13' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_series_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt10.14' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_sorted_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st10.15' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_ui_language_settings< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st10.15')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st10.15' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st10.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st10.15: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'skipClass' >
< td > test_user_template.test_user_template_Python36< / td >
< td class = "text-center" > 15< / td >
< td class = "text-center" > 12< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c11', 15)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt11.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_author_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt11.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_best_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt11.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_category_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt11.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_detail_random_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt11.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_hot_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt11.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_language_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st11.7' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_limit_book_languages< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st11.7')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st11.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_st11.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st11.7: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st11.8' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_mature_content_settings< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st11.8')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st11.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_st11.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st11.8: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt11.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_publisher_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt11.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_random_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt11.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_read_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt11.12' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_recent_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt11.13' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_series_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt11.14' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_sorted_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st11.15' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_ui_language_settings< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st11.15')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st11.15' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_st11.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st11.15: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'skipClass' >
< td > test_updater.test_updater< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c12', 1)" > Detail< / a >
< / td >
< / tr >
< tr id = 'st12.1' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_updater< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st12.1')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st12.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_st12.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st12.1: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'skipClass' >
< td > test_cli.test_cli_Python27< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c13', 7)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt13.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_SSL_files< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_already_started< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_different_folder< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_different_settings_database< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_environ_port_setting< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st13.6' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_cli_gdrive_location< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st13.6')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st13.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_st13.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st13.6: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt13.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_server_Stop< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = 'skipClass' >
< td > test_cli.test_cli_Python36< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c14', 7)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt14.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_SSL_files< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt14.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_already_started< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt14.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_different_folder< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt14.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_different_settings_database< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt14.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_environ_port_setting< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st14.6' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_cli_gdrive_location< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st14.6')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st14.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_st14.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st14.6: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt14.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_cli_server_Stop< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = 'skipClass' >
< td > test_shelf.test_shelf_Python27< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c15', 7)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt15.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_delete_book_of_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt15.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_private_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt15.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_public_private_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt15.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_public_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt15.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_rename_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st15.6' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_shelf_database_change< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st15.6')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st15.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_st15.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st15.6: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt15.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_shelf_long_name< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = 'skipClass' >
< td > test_shelf.test_shelf_Python36< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c16', 7)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt16.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_delete_book_of_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt16.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_private_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt16.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_public_private_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt16.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_public_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt16.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_rename_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st16.6' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_shelf_database_change< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st16.6')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st16.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_st16.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st16.6: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt16.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_shelf_long_name< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = 'passClass' >
< td > test_login.test_login_Python27< / 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" >
< a onclick = "showClassDetail('c17', 6)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt17.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_capital_letters_user_unicode_password_passwort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt17.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_delete_admin< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt17.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_empty_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt17.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_protected< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt17.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_unicode_user_space_end_passwort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt17.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_user_with_space_passwort_end_space< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = 'passClass' >
< td > test_login.test_login_Python36< / 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" >
< a onclick = "showClassDetail('c18', 6)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt18.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_capital_letters_user_unicode_password_passwort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt18.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_delete_admin< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt18.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_empty_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt18.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_protected< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt18.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_unicode_user_space_end_passwort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt18.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_login_user_with_space_passwort_end_space< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = 'passClass' >
< td > test_ebook_convert.test_ebook_convert_Python27< / td >
< td class = "text-center" > 11< / td >
< td class = "text-center" > 11< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c19', 11)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt19.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_SSL_smtp_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt19.1')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt19.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_pt19.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt19.1: Incomming connection 127.0.0.1:49274
Received: EHLO
Received: AUTH
User: name@host.com, Password: 1234
Incomming connection 127.0.0.1:49276< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt19.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_STARTTLS_smtp_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt19.2')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt19.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_pt19.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt19.2: Incomming connection 127.0.0.1:49278
Received: EHLO< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt19.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_deactivate< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt19.3')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt19.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_pt19.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt19.3: 127.0.0.1:49278 Timeouted< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt19.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_email< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt19.4')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt19.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_pt19.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt19.4: Incomming connection 127.0.0.1:49282
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 49282))
('Message addressed from:', '< name@host.com> size=506')
('Message addressed to :', ['a1@b.com'])
('Message length :', 505)
Received: QUIT
Incomming connection 127.0.0.1:49284
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 49284))
('Message addressed from:', '< name@host.com> size=25226')
('Message addressed to :', ['a1@b.com'])
('Message length :', 25225)
Received: QUIT< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt19.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_failed_and_email< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt19.5')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt19.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_pt19.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt19.5: Incomming connection 127.0.0.1:49286
Received: EHLO
Received: AUTH
User: name@host.com, Password: 1234
Incomming connection 127.0.0.1:49288
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 49288))
('Message addressed from:', '< name@host.com> size=507')
('Message addressed to :', ['a1@b.com'])
('Message length :', 506)
Received: QUIT< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt19.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt19.6')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt19.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_pt19.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt19.6: Incomming connection 127.0.0.1:49290
Received: EHLO
Received: AUTH
User: name@host.com, Password: 1234< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt19.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_parameter< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt19.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_wrong_excecutable< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt19.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_email_failed< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt19.9')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt19.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_pt19.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt19.9: Incomming connection 127.0.0.1:49294
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 49294))
('Message addressed from:', '< name@host.com> size=33940')
('Message addressed to :', ['a1@b.com'])
('Message length :', 33939)
Received: RSET
127.0.0.1:49294 Timeouted< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt19.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_email_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt19.10')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt19.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_pt19.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt19.10: Incomming connection 127.0.0.1:49296
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 49296))
('Message addressed from:', '< name@host.com> size=507')
('Message addressed to :', ['a1@b.com'])
('Message length :', 506)
Received: QUIT
Incomming connection 127.0.0.1:49298
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 49298))
('Message addressed from:', '< name@host.com> size=30782')
('Message addressed to :', ['a1@b.com'])
('Message length :', 30781)
Received: QUIT< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt19.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 = 'failClass' >
< td > test_ebook_convert.test_ebook_convert_Python36< / td >
< td class = "text-center" > 11< / td >
< td class = "text-center" > 9< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c20', 11)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt20.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_SSL_smtp_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt20.1')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt20.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_pt20.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt20.1: Incomming connection 127.0.0.1:49402< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt20.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_STARTTLS_smtp_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt20.2')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt20.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_pt20.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt20.2: Incomming connection 127.0.0.1:49406
Received: EHLO< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt20.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_deactivate< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt20.3')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt20.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_pt20.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt20.3: 127.0.0.1:49406 Timeouted< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt20.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_email< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt20.4')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt20.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_pt20.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt20.4: Incomming connection 127.0.0.1:49408
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 49408))
('Message addressed from:', '< name@host.com> size=523')
('Message addressed to :', ['a1@b.com'])
('Message length :', 506)
Received: QUIT
Incomming connection 127.0.0.1:49410
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 49410))
('Message addressed from:', '< name@host.com> size=25553')
('Message addressed to :', ['a1@b.com'])
('Message length :', 25211)
Received: QUIT
Incomming connection 127.0.0.1:49412
Received: EHLO
Received: AUTH
User: name@host.com, Password: 1234< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt20.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_failed_and_email< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt20.5')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt20.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_pt20.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt20.5: Incomming connection 127.0.0.1:49414
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 49414))
('Message addressed from:', '< name@host.com> size=523')
('Message addressed to :', ['a1@b.com'])
('Message length :', 506)
Received: QUIT< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt20.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt20.6')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt20.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_pt20.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt20.6: Incomming connection 127.0.0.1:49418
Received: EHLO
Received: AUTH
User: name@host.com, Password: 1234< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt20.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_parameter< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt20.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_convert_wrong_excecutable< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'ft20.9' class = 'none bg-danger' >
< td >
< div class = 'testcase' > test_email_failed< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft20.9')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft20.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_ft20.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > ft20.9: Incomming connection 127.0.0.1:49422
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 49422))
('Message addressed from:', '< name@host.com> size=34381')
('Message addressed to :', ['a1@b.com'])
('Message length :', 33925)
Received: RSET
127.0.0.1:49422 TimeoutedTraceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_ebook_convert.py", line 445, in test_email_failed
self.assertEqual(ret[-1]['result'], 'Failed')
AssertionError: 'Started' != 'Failed'< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'ft20.10' class = 'none bg-danger' >
< td >
< div class = 'testcase' > test_email_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft20.10')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft20.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_ft20.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > ft20.10: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_ebook_convert.py", line 404, in test_email_only
self.assertEqual(ret[-1]['result'], 'Finished')
AssertionError: 'Waiting' != 'Finished'< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt20.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 = 'passClass' >
< td > test_visiblilitys.calibre_web_visibilitys_Python27< / td >
< td class = "text-center" > 17< / td >
< td class = "text-center" > 17< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c21', 17)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt21.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_SMTP_Settings< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_add_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_authors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_category< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_hot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_rated< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_read< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.12' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.13' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_sorted< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.14' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_checked_logged_in< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.15' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_random_books_available< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.16' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_user_email_available< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt21.17' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_user_visibility_sidebar< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = 'passClass' >
< td > test_visiblilitys.calibre_web_visibilitys_Python36< / td >
< td class = "text-center" > 17< / td >
< td class = "text-center" > 17< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c22', 17)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt22.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_SMTP_Settings< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_add_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_authors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_category< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_hot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_rated< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_read< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.12' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.13' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_admin_change_visibility_sorted< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.14' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_checked_logged_in< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.15' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_random_books_available< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.16' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_user_email_available< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt22.17' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_user_visibility_sidebar< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr class = 'failClass' >
< td > test_edit_books.test_edit_books_Python27< / td >
< td class = "text-center" > 23< / td >
< td class = "text-center" > 11< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 11< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c23', 23)" > Detail< / a >
< / td >
< / tr >
< tr id = 'st23.1' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_database_errors< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st23.1')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st23.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_st23.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st23.1: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st23.2' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_delete_book< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st23.2')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st23.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_st23.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st23.2: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st23.3' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_delete_format< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st23.3')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st23.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_st23.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st23.3: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt23.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_author< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt23.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_category< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt23.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_comments< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt23.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_custom_bool< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt23.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_custom_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt23.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_custom_single_select< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt23.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_custom_text< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt23.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt23.12' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st23.13' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_publishing_date< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st23.13')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st23.13' 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_st23.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st23.13: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt23.14' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt23.15' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'ft23.16' class = 'none bg-danger' >
< td >
< div class = 'testcase' > test_edit_title< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft23.16')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft23.16' class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = 'this.blur();'
onclick="document.getElementById('div_ft23.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > ft23.16: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 128, in test_edit_title
self.assertEqual('The camicdemo', books[1][8]['title'])
AssertionError: 'The camicdemo' != '\n '< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st23.17' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_rename_uppercase_lowercase< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st23.17')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st23.17' 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_st23.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st23.17: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st23.18' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_author< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st23.18')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st23.18' 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_st23.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st23.18: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st23.19' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_language< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st23.19')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st23.19' 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_st23.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st23.19: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st23.20' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_publisher< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st23.20')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st23.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_st23.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st23.20: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st23.21' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_series< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st23.21')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st23.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_st23.21').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st23.21: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st23.22' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_tag< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st23.22')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st23.22' 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_st23.22').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st23.22: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st23.23' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_upload_cover_hdd< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st23.23')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st23.23' 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_st23.23').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st23.23: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'failClass' >
< td > test_edit_books.test_edit_books_Python36< / td >
< td class = "text-center" > 23< / td >
< td class = "text-center" > 11< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 11< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c24', 23)" > Detail< / a >
< / td >
< / tr >
< tr id = 'st24.1' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_database_errors< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.1')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st24.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_st24.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st24.1: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st24.2' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_delete_book< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.2')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st24.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_st24.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st24.2: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st24.3' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_delete_format< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.3')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st24.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_st24.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st24.3: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt24.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_author< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt24.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_category< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt24.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_comments< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt24.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_custom_bool< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt24.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_custom_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt24.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_custom_single_select< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt24.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_custom_text< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt24.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt24.12' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st24.13' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_edit_publishing_date< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.13')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st24.13' 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_st24.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st24.13: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt24.14' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt24.15' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_edit_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'ft24.16' class = 'none bg-danger' >
< td >
< div class = 'testcase' > test_edit_title< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft24.16')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_ft24.16' 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_ft24.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > ft24.16: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 128, in test_edit_title
self.assertEqual('The camicdemo', books[1][8]['title'])
AssertionError: 'The camicdemo' != '\n '< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st24.17' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_rename_uppercase_lowercase< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.17')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st24.17' 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_st24.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st24.17: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st24.18' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_author< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.18')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st24.18' 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_st24.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st24.18: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st24.19' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_language< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.19')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st24.19' 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_st24.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st24.19: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st24.20' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_publisher< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.20')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st24.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_st24.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st24.20: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st24.21' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_series< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.21')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st24.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_st24.21').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st24.21: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st24.22' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_typeahead_tag< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.22')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st24.22' 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_st24.22').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st24.22: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'st24.23' class = 'none bg-warning' >
< td >
< div class = 'testcase' > test_upload_cover_hdd< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.23')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_st24.23' 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_st24.23').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > st24.23: Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'passClass' >
< td > test_email_STARTTLS.test_STARTTLS_Python27< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c25', 2)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt25.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_STARTTLS< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt25.1')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt25.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_pt25.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt25.1: Incomming connection 127.0.0.1:38798
Incomming connection 127.0.0.1:38800
Received: EHLO
Received: STARTTLS
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 38800))
('Message addressed from:', '< name@host.com> size=30379')
('Message addressed to :', ['a1@b.com'])
('Message length :', 30378)
Received: QUIT< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt25.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_STARTTLS_SSL_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt25.2')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt25.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_pt25.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt25.2: Incomming connection 127.0.0.1:38802< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'passClass' >
< td > test_email_STARTTLS.test_STARTTLS_Python36< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c26', 2)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt26.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_STARTTLS< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt26.1')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt26.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_pt26.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt26.1: Incomming connection 127.0.0.1:38904
Incomming connection 127.0.0.1:38906
Received: EHLO
Received: STARTTLS
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 38906))
('Message addressed from:', '< name@host.com> size=30788')
('Message addressed to :', ['a1@b.com'])
('Message length :', 30378)
Received: QUIT< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt26.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_STARTTLS_SSL_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_pt26.2')" > PASS< / a >
< / div >
<!-- css div popup start -->
< div id = 'div_pt26.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_pt26.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > pt26.2: Incomming connection 127.0.0.1:38908< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr class = 'passClass' >
< td > test_helper.calibre_helper< / td >
< td class = "text-center" > 13< / td >
< td class = "text-center" > 13< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c27', 13)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt27.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_author_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_author_sort_comma< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_author_sort_junior< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_author_sort_oneword< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_author_sort_roman< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_check_Limit_Length< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_check_char_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_check_chinese_Characters< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_check_degEUR_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_check_doubleS< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_check_finish_Dot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.12' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_check_high23< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt27.13' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > test_check_umlauts< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'total_row' class = "text-center bg-grey" >
< td > Total< / td >
< td > 270< / td >
< td > 186< / td >
< td > 7< / td >
< td > 0< / td >
< td > 77< / td >
< td > < / td >
< / tr >
< / table >
< script >
drawCircle(186, 7, 0, 77);
< / script >
< / div >
< footer >
< div id = 'foter' class = "text-center" >
< p > Made with HTMLTestRunner2< / p >
< / div >
< / footer >
< / body >
< / html >