Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
7255c265
Commit
7255c265
authored
6 years ago
by
Ozzieisaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better formated test result output
parent
d0fd1a46
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
94 additions
and
2135 deletions
+94
-2135
Calibre-Web TestSummary.html
test/Calibre-Web TestSummary.html
+64
-2107
runner.js
test/js/runner.js
+30
-28
No files found.
test/Calibre-Web TestSummary.html
View file @
7255c265
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html>
<head>
...
...
@@ -32,15 +30,15 @@
<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>
2018-12-2
3 15:44:21.73231
5
</p>
<p
class=
'text-justify attribute'
><strong>
Start Time:
</strong>
2018-12-2
8 13:43:29.42037
5
</p>
</div>
<div
class=
"col-xs-6 col-md-4"
>
<p
class=
'text-justify attribute'
><strong>
Stop Time:
</strong>
2018-12-2
3 16:05:34.967181
</p>
<p
class=
'text-justify attribute'
><strong>
Stop Time:
</strong>
2018-12-2
8 13:43:30.101176
</p>
</div>
<div
class=
"col-xs-6 col-md-4"
>
<p
class=
'text-justify attribute'
><strong>
Duration:
</strong>
0:
21:13.234866
</p>
<p
class=
'text-justify attribute'
><strong>
Duration:
</strong>
0:
00:00.680801
</p>
</div>
</div>
...
...
@@ -61,11 +59,17 @@
<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
...
...
@@ -91,2213 +95,166 @@
<td>
Skip
</td>
<td>
View
</td>
</tr>
<tr
class=
'failClass'
>
<td>
test_shelf.test_shelf
</td>
<td
class=
"text-center"
>
7
</td>
<td
class=
"text-center"
>
6
</td>
<tr
class=
'errorClass'
>
<td>
test_helper.calibre_helper
</td>
<td
class=
"text-center"
>
13
</td>
<td
class=
"text-center"
>
10
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1', 7)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt1.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=
'pt1.2'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_private_shelf
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1.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=
'pt1.4'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_public_shelf
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1.5'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_rename_shelf
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'ft1.6'
class=
'none bg-danger'
>
<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_ft1.6')"
>
FAIL
</a>
</div>
<!--css div popup start-->
<div
id=
'div_ft1.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_ft1.6').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_ft1.6').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
ft1.6: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_shelf.py", line 310, in test_shelf_database_change
self.assertIsNone('Not Implemented', 'Database change')
AssertionError: Database change
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt1.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=
'failClass'
>
<td>
test_logging.test_logging
</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('c2', 4)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt2.1'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_debug_log
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt2.2'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_failed_login
</div>
<a
onclick=
"showClassDetail('c1', 13)"
>
Detail
</a>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt
2.3
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
1.1
'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_
logfile_change
</div>
<div
class=
'testcase'
>
test_
author_sort
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'
ft2.4'
class=
'none bg-danger
'
>
<tr
id=
'
et1.2'
class=
'none bg-info
'
>
<td>
<div
class=
'testcase'
>
test_
logfile_recover
</div>
<div
class=
'testcase'
>
test_
author_sort_comma
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_
ft2.4')"
>
FAIL
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_
et1.2')"
>
ERROR
</a>
</div>
<!--css div popup start-->
<div
id=
'div_
ft2.4
'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_
et1.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_
ft2.4
').style.display='none'"
><span
onclick=
"document.getElementById('div_
et1.2
').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_ft2.4').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
ft2.4
: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_
logging.py", line 159, 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>
<pre
class=
"text-left"
>
et1.2
: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_
helper.py", line 70, in test_author_sort_comma
print ('ssus' % d
)
NameError: global name 'd' is not defined
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
class=
'passClass'
>
<td>
test_visiblilitys.calibre_web_visibilitys
</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('c3', 17)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt3.1'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_about
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'pt3.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=
'skipClass'
>
<td>
test_user_template.test_user_template
</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('c4', 15)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt4.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=
'pt4.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1.3'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_
best_user_template
</div>
<div
class=
'testcase'
>
test_
author_sort_junior
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt
4.3
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
1.4
'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_
category_user_template
</div>
<div
class=
'testcase'
>
test_
author_sort_oneword
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt
4.4
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
1.5
'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_
detail_random_user_template
</div>
<div
class=
'testcase'
>
test_
author_sort_roman
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt
4.5
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
1.6
'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_
hot_user_template
</div>
<div
class=
'testcase'
>
test_
check_Limit_Length
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt
4.6
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
1.7
'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_
language_user_template
</div>
<div
class=
'testcase'
>
test_
check_char_replacement
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'
st4.7'
class=
'none bg-warning
'
>
<tr
id=
'
ft1.8'
class=
'none bg-danger
'
>
<td>
<div
class=
'testcase'
>
test_
limit_book_language
s
</div>
<div
class=
'testcase'
>
test_
check_chinese_Character
s
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_
st4.7')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_
ft1.8')"
>
FAIL
</a>
</div>
<!--css div popup start-->
<div
id=
'div_
st4.7
'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_
ft1.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_
st4.7
').style.display='none'"
><span
onclick=
"document.getElementById('div_
ft1.8
').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st4.7').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st4.7: Not Implemented
</pre>
<pre
class=
"text-left"
>
ft1.8: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_helper.py", line 32, in test_check_chinese_Characters
self.assertEqual(helper.get_valid_filename(u'æ§ä¸'), u'Zhi Yik')
AssertionError: 'Zhi Yi' != u'Zhi Yik'
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st
4.8
'
class=
'none bg-warning'
>
<tr
id=
'st
1.9
'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_
mature_content_settings
</div>
<div
class=
'testcase'
>
test_
check_degEUR_replacement
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st
4.8
')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st
1.9
')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st
4.8
'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st
1.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_st
4.8
').style.display='none'"
><span
onclick=
"document.getElementById('div_st
1.9
').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st4.8').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st
4.8
: Not Implemented
</pre>
<pre
class=
"text-left"
>
st
1.9
: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt4.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=
'pt4.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=
'pt4.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=
'pt4.12'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1.10'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_
recent_user_template
</div>
<div
class=
'testcase'
>
test_
check_doubleS
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt
4.13
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
1.11
'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_
series_user_template
</div>
<div
class=
'testcase'
>
test_
check_finish_Dot
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt
4.14
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
1.12
'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_
sorted_user_template
</div>
<div
class=
'testcase'
>
test_
check_high23
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'st4.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_st4.15')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st4.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_st4.15').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st4.15').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st4.15: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
class=
'skipClass'
>
<td>
test_anonymous.test_anonymous
</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('c5', 1)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'st5.1'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_anonymous_user
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st5.1')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st5.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_st5.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st5.1').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st5.1: 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
</td>
<td
class=
"text-center"
>
22
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
17
</td>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c6', 22)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'st6.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_st6.1')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.1').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.1: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.2')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.2').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.2').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.2: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.3').style.display='none'">[x]</a>-->
</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=
'ft6.4'
class=
'none bg-danger'
>
<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_ft6.4')"
>
FAIL
</a>
</div>
<!--css div popup start-->
<div
id=
'div_ft6.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_ft6.4').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_ft6.4').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
ft6.4: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 227, in test_edit_author
self.assertFalse(os.path.isdir(os.path.join(TEST_DB, 'Sigurd Lindgren', 'book8 (8)')))
AssertionError: True is not false
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt6.5'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_edit_category
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'st6.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_st6.6')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.6').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.6').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.6: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.7')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.7').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.7').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.7: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.8')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.8').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.8').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.8: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.9')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.9').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.9').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.9: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.10')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.10').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.10').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.10: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.11')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.11').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.11').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.11: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt6.12'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_edit_publisher
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'st6.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_st6.13')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.13').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.13').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.13: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.14')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.14').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.14').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.14: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt6.15'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_edit_series
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'ft6.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_ft6.16')"
>
FAIL
</a>
</div>
<!--css div popup start-->
<div
id=
'div_ft6.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_ft6.16').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_ft6.16').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
ft6.16: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 122, 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=
'st6.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_st6.17')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.17').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.17').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.17: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.18')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.18').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.18').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.18: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.19')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.19').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.19').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.19: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.20')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.20').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.20').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.20: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.21')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.21').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.21').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.21: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st6.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_st6.22')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st6.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_st6.22').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st6.22').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st6.22: Not Implemented
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.1').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.2').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.3').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.4').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.5').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.6').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.7').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.8').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.9').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.10').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.11').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.12').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.13').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.14').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.15').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.16').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.17').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.18').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.19').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.20').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.21').style.display='none'">[x]</a>-->
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st7.22').style.display='none'">[x]</a>-->
</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=
'skipClass'
>
<td>
test_ebook_convert.test_ebook_convert
</td>
<td
class=
"text-center"
>
11
</td>
<td
class=
"text-center"
>
7
</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('c8', 11)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt8.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_pt8.1')"
>
PASS
</a>
</div>
<!--css div popup start-->
<div
id=
'div_pt8.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_pt8.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_pt8.1').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
pt8.1: 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=
'pt8.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_pt8.2')"
>
PASS
</a>
</div>
<!--css div popup start-->
<div
id=
'div_pt8.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_pt8.2').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_pt8.2').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
pt8.2: Received: EHLO
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt8.3'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_convert_deactivate
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'st8.4'
class=
'none bg-warning'
>
<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_st8.4')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.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_st8.4').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.4').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.4: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st8.5'
class=
'none bg-warning'
>
<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_st8.5')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.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_st8.5').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.5').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.5: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt8.6'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_convert_only
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'st8.7'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_convert_parameter
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.7')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.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_st8.7').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.7').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.7: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt8.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=
'pt8.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_pt8.9')"
>
PASS
</a>
</div>
<!--css div popup start-->
<div
id=
'div_pt8.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_pt8.9').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_pt8.9').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
pt8.9: Received: EHLO
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt8.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_pt8.10')"
>
PASS
</a>
</div>
<!--css div popup start-->
<div
id=
'div_pt8.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_pt8.10').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_pt8.10').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
pt8.10: Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 44494))
('Message addressed from:', '
<
name@host.com
>
size=506')
('Message addressed to :', ['a1@b.com'])
('Message length :', 505)
Received: QUIT
Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 44496))
('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=
'st8.11'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_kindle_send_not_configured
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.11')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.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_st8.11').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.11').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.11: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
class=
'passClass'
>
<td>
test_email_ssl.test_SSL
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c9', 3)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt9.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_pt9.1')"
>
PASS
</a>
</div>
<!--css div popup start-->
<div
id=
'div_pt9.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_pt9.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_pt9.1').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
pt9.1: Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 40336))
('Message addressed from:', '
<
name@host.com
>
size=506')
('Message addressed to :', ['a1@b.com'])
('Message length :', 505)
Received: QUIT
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt9.2'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_SSL_STARTTLS_setup_error
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt9.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_pt9.3')"
>
PASS
</a>
</div>
<!--css div popup start-->
<div
id=
'div_pt9.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_pt9.3').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_pt9.3').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
pt9.3: Received: EHLO
Received: AUTH
User: name@host.com, Password: 10234
Received: MAIL
Received: RCPT
Received: DATA
('Receiving message from:', ('127.0.0.1', 40346))
('Message addressed from:', '
<
name@host.com
>
size=30377')
('Message addressed to :', ['a1@b.com'])
('Message length :', 30376)
Received: QUIT
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
class=
'passClass'
>
<td>
test_email_STARTTLS.test_STARTTLS
</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('c10', 2)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt10.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_pt10.1')"
>
PASS
</a>
</div>
<!--css div popup start-->
<div
id=
'div_pt10.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_pt10.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_pt10.1').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
pt10.1: 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', 59880))
('Message addressed from:', '
<
name@host.com
>
size=30377')
('Message addressed to :', ['a1@b.com'])
('Message length :', 30376)
Received: QUIT
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt10.2'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_STARTTLS_SSL_setup_error
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
class=
'passClass'
>
<td>
test_login.test_login
</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('c11', 6)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt11.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=
'pt11.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=
'pt11.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=
'pt11.4'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_login_protected
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt11.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=
'pt11.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=
'skipClass'
>
<td>
test_opds_feed.test_opds_feed
</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_opds
</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>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st12.1').style.display='none'">[x]</a>-->
</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_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('c13', 1)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'st13.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_st13.1')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st13.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_st13.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st13.1').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st13.1: Not Implemented
</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('c14', 13)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt14.1'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_author_sort
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt14.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=
'pt14.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=
'pt14.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=
'pt14.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=
'pt14.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=
'pt14.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=
'pt14.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=
'pt14.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=
'pt14.10'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_check_doubleS
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt14.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=
'pt14.12'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_check_high23
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt14.13'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1.13'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_check_umlauts
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</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('c15', 4)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'st15.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_st15.1')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st15.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_st15.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st15.1').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st15.1: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st15.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_st15.2')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st15.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_st15.2').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st15.2').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st15.2: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st15.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_st15.3')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st15.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_st15.3').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st15.3').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st15.3: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st15.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_st15.4')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st15.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_st15.4').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st15.4').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st15.4: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
class=
'passClass'
>
<td>
test_cli.test_cli
</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('c16', 4)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt16.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=
'pt16.2'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_cli_different_folder
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt16.3'
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=
'pt16.4'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_environ_port_setting
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'total_row'
class=
"text-center bg-grey"
>
<td>
Total
</td>
<td>
13
3
</td>
<td>
76
</td>
<td>
4
</td>
<td>
0
</td>
<td>
53
</td>
<td>
13
</td>
<td>
10
</td>
<td>
1
</td>
<td>
1
</td>
<td>
1
</td>
<td>
</td>
</tr>
</table>
<script>
drawCircle
(
76
,
4
,
0
,
53
);
drawCircle
(
10
,
1
,
1
,
1
);
</script>
</div>
...
...
This diff is collapsed.
Click to expand it.
test/js/runner.js
View file @
7255c265
output_list
=
Array
();
/* Level - 0: Summary; 1: Failed; 2: All; 3: Skipped */
/* Level - 0: Summary; 1: Failed; 2: All; 3: Skipped
4: Error
*/
function
showCase
(
level
)
{
table_rows
=
document
.
getElementsByTagName
(
"tr"
);
for
(
var
i
=
0
;
i
<
table_rows
.
length
;
i
++
)
{
row
=
table_rows
[
i
];
id
=
row
.
id
;
// Show failed if all or failed or summary problems selected
if
(
id
.
substr
(
0
,
2
)
==
'ft'
)
{
if
(
level
<
1
||
level
==
3
)
{
row
.
classList
.
add
(
'hiddenRow'
);
if
(
level
==
2
||
level
==
1
||
level
==
5
)
{
row
.
classList
.
remove
(
'hiddenRow'
);
}
else
{
row
.
classList
.
remove
(
'hiddenRow'
);
row
.
classList
.
add
(
'hiddenRow'
);
}
}
// Show passed if all selected
if
(
id
.
substr
(
0
,
2
)
==
'pt'
)
{
if
(
level
>
1
&&
level
!=
3
)
{
if
(
level
==
2
)
{
row
.
classList
.
remove
(
'hiddenRow'
);
}
else
{
row
.
classList
.
add
(
'hiddenRow'
);
}
}
// Show skipped if all or skipped or summary problems selected
if
(
id
.
substr
(
0
,
2
)
==
'st'
)
{
if
(
level
>=
2
)
{
if
(
level
==
2
||
level
==
3
||
level
==
5
)
{
row
.
classList
.
remove
(
'hiddenRow'
);
}
else
{
row
.
classList
.
add
(
'hiddenRow'
);
}
}
// Show error if all or error or summary problems selected
if
(
id
.
substr
(
0
,
2
)
==
'et'
)
{
if
(
level
==
4
||
level
==
2
||
level
==
5
)
{
row
.
classList
.
remove
(
'hiddenRow'
);
}
else
{
row
.
classList
.
add
(
'hiddenRow'
);
}
}
}
}
...
...
@@ -51,6 +62,10 @@ function showClassDetail(class_id, count) {
testcase_id
=
's'
+
testcase_postfix_id
;
testcase
=
document
.
getElementById
(
testcase_id
);
}
if
(
!
testcase
)
{
testcase_id
=
'e'
+
testcase_postfix_id
;
testcase
=
document
.
getElementById
(
testcase_id
);
}
testcases_list
[
i
]
=
testcase
;
if
(
testcase
.
classList
.
contains
(
'hiddenRow'
))
{
all_hidden
=
false
;
...
...
@@ -89,22 +104,9 @@ function html_escape(s) {
return
s
;
}
/* obsoleted by detail in <div>
function showOutput(id, name) {
var w = window.open("", //url
name,
"resizable,scrollbars,status,width=800,height=450");
d = w.document;
d.write("<pre>");
d.write(html_escape(output_list[id]));
d.write("\n");
d.write("<a href='javascript:window.close()'>close</a>\n");
d.write("</pre>\n");
d.close();
}
*/
// rgb(38, 154, 188)#31b0d5
function
drawCircle
(
pass
,
fail
,
error
,
skip
){
var
color
=
[
"#5cb85c"
,
"#d9534f"
,
"#
c00
"
,
"#f0ad4e"
];
var
color
=
[
"#5cb85c"
,
"#d9534f"
,
"#
31b0d5
"
,
"#f0ad4e"
];
var
data
=
[
pass
,
fail
,
error
,
skip
];
var
text_arr
=
[
"pass"
,
"fail"
,
"error"
,
"skip"
];
...
...
@@ -136,21 +138,21 @@ function drawCircle(pass, fail, error, skip){
function
show_img
(
obj
)
{
var
obj1
=
obj
.
nextElementSibling
obj1
.
style
.
display
=
'block'
var
index
=
0
;
//每张图片的下标,
var
index
=
0
;
var
len
=
obj1
.
getElementsByTagName
(
'img'
).
length
;
var
imgyuan
=
obj1
.
getElementsByClassName
(
'imgyuan'
)[
0
]
//var start=setInterval(autoPlay,500);
obj1
.
onmouseover
=
function
(){
//当鼠标光标停在图片上,则停止轮播
obj1
.
onmouseover
=
function
(){
clearInterval
(
start
);
}
obj1
.
onmouseout
=
function
(){
//当鼠标光标停在图片上,则开始轮播
obj1
.
onmouseout
=
function
(){
start
=
setInterval
(
autoPlay
,
1000
);
}
for
(
var
i
=
0
;
i
<
len
;
i
++
)
{
var
font
=
document
.
createElement
(
'font'
)
imgyuan
.
appendChild
(
font
)
}
var
lis
=
obj1
.
getElementsByTagName
(
'font'
);
//得到所有圆圈
var
lis
=
obj1
.
getElementsByTagName
(
'font'
);
changeImg
(
0
)
var
funny
=
function
(
i
)
{
lis
[
i
].
onmouseover
=
function
()
{
...
...
@@ -165,12 +167,12 @@ function show_img(obj) {
function
autoPlay
(){
if
(
index
>
len
-
1
){
index
=
0
;
clearInterval
(
start
);
//运行一轮后停止
clearInterval
(
start
);
}
changeImg
(
index
++
);
}
imgyuan
.
style
.
width
=
25
*
len
+
"px"
;
//对应圆圈和图片同步
function
changeImg
(
index
)
{
var
list
=
obj1
.
getElementsByTagName
(
'img'
);
var
list1
=
obj1
.
getElementsByTagName
(
'font'
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment