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
a758976c
Commit
a758976c
authored
Jun 29, 2020
by
Ozzieisaacs
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into Develop
parents
ccca5d4d
a14192b7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
388 additions
and
284 deletions
+388
-284
worker.py
cps/worker.py
+8
-5
Calibre-Web TestSummary.html
test/Calibre-Web TestSummary.html
+380
-279
No files found.
cps/worker.py
View file @
a758976c
...
@@ -206,12 +206,12 @@ class WorkerThread(threading.Thread):
...
@@ -206,12 +206,12 @@ class WorkerThread(threading.Thread):
self
.
doLock
.
acquire
()
self
.
doLock
.
acquire
()
if
self
.
current
!=
self
.
last
:
if
self
.
current
!=
self
.
last
:
index
=
self
.
current
index
=
self
.
current
log
.
info
(
index
)
log
.
info
(
len
(
self
.
queue
))
self
.
doLock
.
release
()
self
.
doLock
.
release
()
if
self
.
queue
[
index
][
'taskType'
]
==
TASK_EMAIL
:
if
self
.
queue
[
index
][
'taskType'
]
==
TASK_EMAIL
:
self
.
_send_raw_email
()
self
.
_send_raw_email
()
if
self
.
queue
[
index
][
'taskType'
]
==
TASK_CONVERT
:
elif
self
.
queue
[
index
][
'taskType'
]
in
(
TASK_CONVERT
,
TASK_CONVERT_ANY
):
self
.
_convert_any_format
()
if
self
.
queue
[
index
][
'taskType'
]
==
TASK_CONVERT_ANY
:
self
.
_convert_any_format
()
self
.
_convert_any_format
()
# TASK_UPLOAD is handled implicitly
# TASK_UPLOAD is handled implicitly
self
.
doLock
.
acquire
()
self
.
doLock
.
acquire
()
...
@@ -274,7 +274,8 @@ class WorkerThread(threading.Thread):
...
@@ -274,7 +274,8 @@ class WorkerThread(threading.Thread):
self
.
add_email
(
self
.
queue
[
index
][
'settings'
][
'subject'
],
self
.
queue
[
index
][
'path'
],
self
.
add_email
(
self
.
queue
[
index
][
'settings'
][
'subject'
],
self
.
queue
[
index
][
'path'
],
filename
,
self
.
queue
[
index
][
'settings'
],
self
.
queue
[
index
][
'kindle'
],
filename
,
self
.
queue
[
index
][
'settings'
],
self
.
queue
[
index
][
'kindle'
],
self
.
UIqueue
[
index
][
'user'
],
self
.
queue
[
index
][
'title'
],
self
.
UIqueue
[
index
][
'user'
],
self
.
queue
[
index
][
'title'
],
self
.
queue
[
index
][
'settings'
][
'body'
])
self
.
queue
[
index
][
'settings'
][
'body'
],
internal
=
True
)
def
_convert_ebook_format
(
self
):
def
_convert_ebook_format
(
self
):
error_message
=
None
error_message
=
None
...
@@ -449,11 +450,13 @@ class WorkerThread(threading.Thread):
...
@@ -449,11 +450,13 @@ class WorkerThread(threading.Thread):
self
.
doLock
.
release
()
self
.
doLock
.
release
()
def
add_email
(
self
,
subject
,
filepath
,
attachment
,
settings
,
recipient
,
user_name
,
taskMessage
,
def
add_email
(
self
,
subject
,
filepath
,
attachment
,
settings
,
recipient
,
user_name
,
taskMessage
,
text
):
text
,
internal
=
False
):
# if more than 20 entries in the list, clean the list
# if more than 20 entries in the list, clean the list
self
.
doLock
.
acquire
()
self
.
doLock
.
acquire
()
if
self
.
last
>=
20
:
if
self
.
last
>=
20
:
self
.
_delete_completed_tasks
()
self
.
_delete_completed_tasks
()
if
internal
:
self
.
current
-=
1
# progress, runtime, and status = 0
# progress, runtime, and status = 0
self
.
id
+=
1
self
.
id
+=
1
self
.
queue
.
append
({
'subject'
:
subject
,
'attachment'
:
attachment
,
'filepath'
:
filepath
,
self
.
queue
.
append
({
'subject'
:
subject
,
'attachment'
:
attachment
,
'filepath'
:
filepath
,
...
...
test/Calibre-Web TestSummary.html
View file @
a758976c
...
@@ -36,17 +36,17 @@
...
@@ -36,17 +36,17 @@
<div
class=
"col-xs-12 col-sm-6"
>
<div
class=
"col-xs-12 col-sm-6"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-xs-6 col-md-6 col-sm-offset-3"
style=
"margin-top:50px;"
>
<div
class=
"col-xs-6 col-md-6 col-sm-offset-3"
style=
"margin-top:50px;"
>
<p
class=
'text-justify attribute'
><strong>
Start Time:
</strong>
2020-06-
02 21:06:42
</p>
<p
class=
'text-justify attribute'
><strong>
Start Time:
</strong>
2020-06-
28 20:44:31
</p>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-xs-6 col-md-6 col-sm-offset-3"
>
<div
class=
"col-xs-6 col-md-6 col-sm-offset-3"
>
<p
class=
'text-justify attribute'
><strong>
Stop Time:
</strong>
2020-06-
02 22:07:54
</p>
<p
class=
'text-justify attribute'
><strong>
Stop Time:
</strong>
2020-06-
28 21:48:11
</p>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-xs-6 col-md-6 col-sm-offset-3"
>
<div
class=
"col-xs-6 col-md-6 col-sm-offset-3"
>
<p
class=
'text-justify attribute'
><strong>
Duration:
</strong>
5
1:46
min
</p>
<p
class=
'text-justify attribute'
><strong>
Duration:
</strong>
5
3:53
min
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
<tr
class=
"result['header']['style']"
>
<tr
class=
"result['header']['style']"
>
<td>
test_anonymous.test
_a
nonymous
</td>
<td>
test_anonymous.test
A
nonymous
</td>
<td
class=
"text-center"
>
13
</td>
<td
class=
"text-center"
>
13
</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>
...
@@ -231,7 +231,7 @@
...
@@ -231,7 +231,7 @@
<tr
class=
"result['header']['style']"
>
<tr
class=
"result['header']['style']"
>
<td>
test_cli.test
_c
li
</td>
<td>
test_cli.test
C
li
</td>
<td
class=
"text-center"
>
7
</td>
<td
class=
"text-center"
>
7
</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>
...
@@ -326,38 +326,88 @@
...
@@ -326,38 +326,88 @@
<tr
class=
"result['header']['style']"
>
<tr
class=
"result['header']['style']"
>
<td>
test_ebook_convert.test_ebook_convert
</td>
<td>
test_cover_edit_books.testCoverEditBooks
</td>
<td
class=
"text-center"
>
11
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
11
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</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"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c3', 1
1
)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c3', 1)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'
pt3.1'
class=
'hiddenRow bg-success
'
>
<tr
id=
'
ft3.1'
class=
'none bg-danger
'
>
<td>
<td>
<div
class=
'testcase'
>
test_SSL_smtp_setup_error
</div>
<div
class=
'testcase'
>
test_upload_jpg
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_ft3.1')"
>
FAIL
</a>
</div>
<!--css div popup start-->
<div
id=
'div_ft3.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_ft3.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_cover_edit_books.py", line 91, in test_upload_jpg
self.assertTrue(self.check_element_on_page((By.ID, 'flash_alert')))
AssertionError: False is not true
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
class=
"result['header']['style']"
>
<td>
test_delete_database.TestDeleteDatabase
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c4', 1)"
>
Detail
</a>
</td>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
</tr>
<tr
id=
'pt
3.2
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
4.1
'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_
STARTTLS_smtp_setup_error
</div>
<div
class=
'testcase'
>
test_
delete_books_in_database
</div>
</td>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
</tr>
<tr
id=
'pt3.3'
class=
'hiddenRow bg-success'
>
<tr
class=
"result['header']['style']"
>
<td>
test_ebook_convert.TestEbookConvert
</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('c5', 11)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt5.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_convert_deactivate
</div>
<div
class=
'testcase'
>
test_convert_deactivate
</div>
</td>
</td>
...
@@ -366,7 +416,7 @@
...
@@ -366,7 +416,7 @@
<tr
id=
'pt
3.4
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
5.2
'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_convert_email
</div>
<div
class=
'testcase'
>
test_convert_email
</div>
</td>
</td>
...
@@ -375,7 +425,7 @@
...
@@ -375,7 +425,7 @@
<tr
id=
'pt
3.5
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
5.3
'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_convert_failed_and_email
</div>
<div
class=
'testcase'
>
test_convert_failed_and_email
</div>
</td>
</td>
...
@@ -384,7 +434,7 @@
...
@@ -384,7 +434,7 @@
<tr
id=
'pt
3.6
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
5.4
'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_convert_only
</div>
<div
class=
'testcase'
>
test_convert_only
</div>
</td>
</td>
...
@@ -393,7 +443,7 @@
...
@@ -393,7 +443,7 @@
<tr
id=
'pt
3.7
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
5.5
'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_convert_parameter
</div>
<div
class=
'testcase'
>
test_convert_parameter
</div>
</td>
</td>
...
@@ -402,7 +452,7 @@
...
@@ -402,7 +452,7 @@
<tr
id=
'pt
3.8
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
5.6
'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_convert_wrong_excecutable
</div>
<div
class=
'testcase'
>
test_convert_wrong_excecutable
</div>
</td>
</td>
...
@@ -411,7 +461,7 @@
...
@@ -411,7 +461,7 @@
<tr
id=
'pt
3.9
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
5.7
'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_email_failed
</div>
<div
class=
'testcase'
>
test_email_failed
</div>
</td>
</td>
...
@@ -420,7 +470,7 @@
...
@@ -420,7 +470,7 @@
<tr
id=
'pt
3.10
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
5.8
'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_email_only
</div>
<div
class=
'testcase'
>
test_email_only
</div>
</td>
</td>
...
@@ -429,7 +479,7 @@
...
@@ -429,7 +479,7 @@
<tr
id=
'pt
3.11
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
5.9
'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_kindle_send_not_configured
</div>
<div
class=
'testcase'
>
test_kindle_send_not_configured
</div>
</td>
</td>
...
@@ -438,22 +488,40 @@
...
@@ -438,22 +488,40 @@
<tr
id=
'pt5.10'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_ssl_smtp_setup_error
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt5.11'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_starttls_smtp_setup_error
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
class=
"result['header']['style']"
>
<tr
class=
"result['header']['style']"
>
<td>
test_edit_additional_books.
test_edit_additional_b
ooks
</td>
<td>
test_edit_additional_books.
TestEditAdditionalB
ooks
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
5
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
5
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c
4', 3
)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c
6', 5
)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt
4
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
6
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_delete_book
</div>
<div
class=
'testcase'
>
test_delete_book
</div>
</td>
</td>
...
@@ -462,7 +530,7 @@
...
@@ -462,7 +530,7 @@
<tr
id=
'pt
4
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
6
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_upload_metadata_cbt
</div>
<div
class=
'testcase'
>
test_upload_metadata_cbt
</div>
</td>
</td>
...
@@ -471,7 +539,7 @@
...
@@ -471,7 +539,7 @@
<tr
id=
'pt
4
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
6
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_upload_metadate_cbr
</div>
<div
class=
'testcase'
>
test_upload_metadate_cbr
</div>
</td>
</td>
...
@@ -480,22 +548,40 @@
...
@@ -480,22 +548,40 @@
<tr
id=
'pt6.4'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_writeonly_database
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt6.5'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_writeonly_path
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
class=
"result['header']['style']"
>
<tr
class=
"result['header']['style']"
>
<td>
test_edit_books.
test_edit_b
ooks
</td>
<td>
test_edit_books.
TestEditB
ooks
</td>
<td
class=
"text-center"
>
33
</td>
<td
class=
"text-center"
>
33
</td>
<td
class=
"text-center"
>
30
</td>
<td
class=
"text-center"
>
30
</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"
>
2
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c
5
', 33)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c
7
', 33)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt
5
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_download_book
</div>
<div
class=
'testcase'
>
test_download_book
</div>
</td>
</td>
...
@@ -504,7 +590,7 @@
...
@@ -504,7 +590,7 @@
<tr
id=
'pt
5
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_author
</div>
<div
class=
'testcase'
>
test_edit_author
</div>
</td>
</td>
...
@@ -513,7 +599,7 @@
...
@@ -513,7 +599,7 @@
<tr
id=
'pt
5
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_category
</div>
<div
class=
'testcase'
>
test_edit_category
</div>
</td>
</td>
...
@@ -522,7 +608,7 @@
...
@@ -522,7 +608,7 @@
<tr
id=
'pt
5
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_comments
</div>
<div
class=
'testcase'
>
test_edit_comments
</div>
</td>
</td>
...
@@ -531,7 +617,7 @@
...
@@ -531,7 +617,7 @@
<tr
id=
'pt
5
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_custom_bool
</div>
<div
class=
'testcase'
>
test_edit_custom_bool
</div>
</td>
</td>
...
@@ -540,7 +626,7 @@
...
@@ -540,7 +626,7 @@
<tr
id=
'pt
5
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_custom_categories
</div>
<div
class=
'testcase'
>
test_edit_custom_categories
</div>
</td>
</td>
...
@@ -549,7 +635,7 @@
...
@@ -549,7 +635,7 @@
<tr
id=
'pt
5
.7'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.7'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_custom_float
</div>
<div
class=
'testcase'
>
test_edit_custom_float
</div>
</td>
</td>
...
@@ -558,7 +644,7 @@
...
@@ -558,7 +644,7 @@
<tr
id=
'pt
5
.8'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.8'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_custom_int
</div>
<div
class=
'testcase'
>
test_edit_custom_int
</div>
</td>
</td>
...
@@ -567,7 +653,7 @@
...
@@ -567,7 +653,7 @@
<tr
id=
'pt
5
.9'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.9'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_custom_rating
</div>
<div
class=
'testcase'
>
test_edit_custom_rating
</div>
</td>
</td>
...
@@ -576,7 +662,7 @@
...
@@ -576,7 +662,7 @@
<tr
id=
'pt
5
.10'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.10'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_custom_single_select
</div>
<div
class=
'testcase'
>
test_edit_custom_single_select
</div>
</td>
</td>
...
@@ -585,7 +671,7 @@
...
@@ -585,7 +671,7 @@
<tr
id=
'pt
5
.11'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.11'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_custom_text
</div>
<div
class=
'testcase'
>
test_edit_custom_text
</div>
</td>
</td>
...
@@ -594,7 +680,7 @@
...
@@ -594,7 +680,7 @@
<tr
id=
'pt
5
.12'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.12'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_language
</div>
<div
class=
'testcase'
>
test_edit_language
</div>
</td>
</td>
...
@@ -603,7 +689,7 @@
...
@@ -603,7 +689,7 @@
<tr
id=
'pt
5
.13'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.13'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_publisher
</div>
<div
class=
'testcase'
>
test_edit_publisher
</div>
</td>
</td>
...
@@ -612,19 +698,19 @@
...
@@ -612,19 +698,19 @@
<tr
id=
'st
5
.14'
class=
'none bg-warning'
>
<tr
id=
'st
7
.14'
class=
'none bg-warning'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_publishing_date
</div>
<div
class=
'testcase'
>
test_edit_publishing_date
</div>
</td>
</td>
<td
colspan=
'6'
>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st
5
.14')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st
7
.14')"
>
SKIP
</a>
</div>
</div>
<!--css div popup start-->
<!--css div popup start-->
<div
id=
'div_st
5
.14'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st
7
.14'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st
5
.14').style.display='none'"
><span
onclick=
"document.getElementById('div_st
7
.14').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
aria-hidden=
"true"
>
×
</span></button>
</div>
</div>
<div
class=
"text-left pull-left"
>
<div
class=
"text-left pull-left"
>
...
@@ -638,7 +724,7 @@
...
@@ -638,7 +724,7 @@
<tr
id=
'pt
5
.15'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.15'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_rating
</div>
<div
class=
'testcase'
>
test_edit_rating
</div>
</td>
</td>
...
@@ -647,7 +733,7 @@
...
@@ -647,7 +733,7 @@
<tr
id=
'pt
5
.16'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.16'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_series
</div>
<div
class=
'testcase'
>
test_edit_series
</div>
</td>
</td>
...
@@ -656,7 +742,7 @@
...
@@ -656,7 +742,7 @@
<tr
id=
'pt
5
.17'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.17'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_edit_title
</div>
<div
class=
'testcase'
>
test_edit_title
</div>
</td>
</td>
...
@@ -665,19 +751,19 @@
...
@@ -665,19 +751,19 @@
<tr
id=
'st
5
.18'
class=
'none bg-warning'
>
<tr
id=
'st
7
.18'
class=
'none bg-warning'
>
<td>
<td>
<div
class=
'testcase'
>
test_rename_uppercase_lowercase
</div>
<div
class=
'testcase'
>
test_rename_uppercase_lowercase
</div>
</td>
</td>
<td
colspan=
'6'
>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st
5
.18')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st
7
.18')"
>
SKIP
</a>
</div>
</div>
<!--css div popup start-->
<!--css div popup start-->
<div
id=
'div_st
5
.18'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st
7
.18'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st
5
.18').style.display='none'"
><span
onclick=
"document.getElementById('div_st
7
.18').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
aria-hidden=
"true"
>
×
</span></button>
</div>
</div>
<div
class=
"text-left pull-left"
>
<div
class=
"text-left pull-left"
>
...
@@ -691,7 +777,7 @@
...
@@ -691,7 +777,7 @@
<tr
id=
'pt
5
.19'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.19'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_typeahead_author
</div>
<div
class=
'testcase'
>
test_typeahead_author
</div>
</td>
</td>
...
@@ -700,7 +786,7 @@
...
@@ -700,7 +786,7 @@
<tr
id=
'pt
5
.20'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.20'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_typeahead_functions
</div>
<div
class=
'testcase'
>
test_typeahead_functions
</div>
</td>
</td>
...
@@ -709,7 +795,7 @@
...
@@ -709,7 +795,7 @@
<tr
id=
'pt
5
.21'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.21'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_typeahead_language
</div>
<div
class=
'testcase'
>
test_typeahead_language
</div>
</td>
</td>
...
@@ -718,7 +804,7 @@
...
@@ -718,7 +804,7 @@
<tr
id=
'pt
5
.22'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.22'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_typeahead_publisher
</div>
<div
class=
'testcase'
>
test_typeahead_publisher
</div>
</td>
</td>
...
@@ -727,7 +813,7 @@
...
@@ -727,7 +813,7 @@
<tr
id=
'pt
5
.23'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.23'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_typeahead_series
</div>
<div
class=
'testcase'
>
test_typeahead_series
</div>
</td>
</td>
...
@@ -736,7 +822,7 @@
...
@@ -736,7 +822,7 @@
<tr
id=
'pt
5
.24'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.24'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_typeahead_tag
</div>
<div
class=
'testcase'
>
test_typeahead_tag
</div>
</td>
</td>
...
@@ -745,7 +831,7 @@
...
@@ -745,7 +831,7 @@
<tr
id=
'pt
5
.25'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.25'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_upload_book_cbr
</div>
<div
class=
'testcase'
>
test_upload_book_cbr
</div>
</td>
</td>
...
@@ -754,7 +840,7 @@
...
@@ -754,7 +840,7 @@
<tr
id=
'pt
5
.26'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.26'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_upload_book_cbt
</div>
<div
class=
'testcase'
>
test_upload_book_cbt
</div>
</td>
</td>
...
@@ -763,7 +849,7 @@
...
@@ -763,7 +849,7 @@
<tr
id=
'pt
5
.27'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.27'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_upload_book_cbz
</div>
<div
class=
'testcase'
>
test_upload_book_cbz
</div>
</td>
</td>
...
@@ -772,7 +858,7 @@
...
@@ -772,7 +858,7 @@
<tr
id=
'pt
5
.28'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.28'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_upload_book_epub
</div>
<div
class=
'testcase'
>
test_upload_book_epub
</div>
</td>
</td>
...
@@ -781,7 +867,7 @@
...
@@ -781,7 +867,7 @@
<tr
id=
'pt
5
.29'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.29'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_upload_book_fb2
</div>
<div
class=
'testcase'
>
test_upload_book_fb2
</div>
</td>
</td>
...
@@ -790,7 +876,7 @@
...
@@ -790,7 +876,7 @@
<tr
id=
'pt
5
.30'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.30'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_upload_book_lit
</div>
<div
class=
'testcase'
>
test_upload_book_lit
</div>
</td>
</td>
...
@@ -799,7 +885,7 @@
...
@@ -799,7 +885,7 @@
<tr
id=
'pt
5
.31'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.31'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_upload_book_mobi
</div>
<div
class=
'testcase'
>
test_upload_book_mobi
</div>
</td>
</td>
...
@@ -808,7 +894,7 @@
...
@@ -808,7 +894,7 @@
<tr
id=
'pt
5
.32'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
7
.32'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_upload_book_pdf
</div>
<div
class=
'testcase'
>
test_upload_book_pdf
</div>
</td>
</td>
...
@@ -817,25 +903,25 @@
...
@@ -817,25 +903,25 @@
<tr
id=
'ft
5
.33'
class=
'none bg-danger'
>
<tr
id=
'ft
7
.33'
class=
'none bg-danger'
>
<td>
<td>
<div
class=
'testcase'
>
test_upload_cover_hdd
</div>
<div
class=
'testcase'
>
test_upload_cover_hdd
</div>
</td>
</td>
<td
colspan=
'6'
>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_ft
5
.33')"
>
FAIL
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_ft
7
.33')"
>
FAIL
</a>
</div>
</div>
<!--css div popup start-->
<!--css div popup start-->
<div
id=
'div_ft
5
.33'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_ft
7
.33'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_ft
5
.33').style.display='none'"
><span
onclick=
"document.getElementById('div_ft
7
.33').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
aria-hidden=
"true"
>
×
</span></button>
</div>
</div>
<div
class=
"text-left pull-left"
>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
Traceback (most recent call last):
<pre
class=
"text-left"
>
Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 73
5
, in test_upload_cover_hdd
File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 73
2
, in test_upload_cover_hdd
self.assertTrue(False,"Browser-Cache Problem: Old Cover is displayed instead of New Cover")
self.assertTrue(False,
"Browser-Cache Problem: Old Cover is displayed instead of New Cover")
AssertionError: False is not true : Browser-Cache Problem: Old Cover is displayed instead of New Cover
</pre>
AssertionError: False is not true : Browser-Cache Problem: Old Cover is displayed instead of New Cover
</pre>
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
...
@@ -855,13 +941,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -855,13 +941,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c
6
', 3)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c
8
', 3)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt
6
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
8
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_STARTTLS
</div>
<div
class=
'testcase'
>
test_STARTTLS
</div>
</td>
</td>
...
@@ -870,7 +956,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -870,7 +956,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
6
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
8
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_STARTTLS_SSL_setup_error
</div>
<div
class=
'testcase'
>
test_STARTTLS_SSL_setup_error
</div>
</td>
</td>
...
@@ -879,7 +965,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -879,7 +965,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
6
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
8
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_STARTTLS_resend_password
</div>
<div
class=
'testcase'
>
test_STARTTLS_resend_password
</div>
</td>
</td>
...
@@ -897,13 +983,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -897,13 +983,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c
7
', 4)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c
9
', 4)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt
7
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
9
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_SSL_None_setup_error
</div>
<div
class=
'testcase'
>
test_SSL_None_setup_error
</div>
</td>
</td>
...
@@ -912,7 +998,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -912,7 +998,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
7
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
9
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_SSL_STARTTLS_setup_error
</div>
<div
class=
'testcase'
>
test_SSL_STARTTLS_setup_error
</div>
</td>
</td>
...
@@ -921,7 +1007,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -921,7 +1007,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
7
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
9
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_SSL_logging_email
</div>
<div
class=
'testcase'
>
test_SSL_logging_email
</div>
</td>
</td>
...
@@ -930,7 +1016,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -930,7 +1016,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
7
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
9
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_SSL_only
</div>
<div
class=
'testcase'
>
test_SSL_only
</div>
</td>
</td>
...
@@ -941,20 +1027,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -941,20 +1027,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
class=
"result['header']['style']"
>
<tr
class=
"result['header']['style']"
>
<td>
test_goodreads.
test_g
oodreads
</td>
<td>
test_goodreads.
TestG
oodreads
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
3
</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"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c
8
', 3)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c
10
', 3)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt
8
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
10
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_author_page
</div>
<div
class=
'testcase'
>
test_author_page
</div>
</td>
</td>
...
@@ -963,7 +1049,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -963,7 +1049,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
8
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
10
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_author_page_invalid
</div>
<div
class=
'testcase'
>
test_author_page_invalid
</div>
</td>
</td>
...
@@ -972,9 +1058,9 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -972,9 +1058,9 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
8
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
10
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_
kobo
_about
</div>
<div
class=
'testcase'
>
test_
goodreads
_about
</div>
</td>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
</tr>
...
@@ -983,20 +1069,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -983,20 +1069,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
class=
"result['header']['style']"
>
<tr
class=
"result['header']['style']"
>
<td>
test_helper.
calibre_h
elper
</td>
<td>
test_helper.
CalibreH
elper
</td>
<td
class=
"text-center"
>
13
</td>
<td
class=
"text-center"
>
13
</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"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c
9
', 13)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c
11
', 13)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt
9
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_author_sort
</div>
<div
class=
'testcase'
>
test_author_sort
</div>
</td>
</td>
...
@@ -1005,7 +1091,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1005,7 +1091,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
9
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_author_sort_comma
</div>
<div
class=
'testcase'
>
test_author_sort_comma
</div>
</td>
</td>
...
@@ -1014,7 +1100,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1014,7 +1100,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
9
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_author_sort_junior
</div>
<div
class=
'testcase'
>
test_author_sort_junior
</div>
</td>
</td>
...
@@ -1023,7 +1109,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1023,7 +1109,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
9
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_author_sort_oneword
</div>
<div
class=
'testcase'
>
test_author_sort_oneword
</div>
</td>
</td>
...
@@ -1032,7 +1118,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1032,7 +1118,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
9
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_author_sort_roman
</div>
<div
class=
'testcase'
>
test_author_sort_roman
</div>
</td>
</td>
...
@@ -1041,7 +1127,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1041,7 +1127,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
9
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_Limit_Length
</div>
<div
class=
'testcase'
>
test_check_Limit_Length
</div>
</td>
</td>
...
@@ -1050,7 +1136,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1050,7 +1136,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
9
.7'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.7'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_char_replacement
</div>
<div
class=
'testcase'
>
test_check_char_replacement
</div>
</td>
</td>
...
@@ -1059,7 +1145,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1059,7 +1145,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
9
.8'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.8'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_chinese_Characters
</div>
<div
class=
'testcase'
>
test_check_chinese_Characters
</div>
</td>
</td>
...
@@ -1068,16 +1154,16 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1068,16 +1154,16 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
9
.9'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.9'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_deg
EUR
_replacement
</div>
<div
class=
'testcase'
>
test_check_deg
_eur
_replacement
</div>
</td>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
</tr>
<tr
id=
'pt
9
.10'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.10'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_doubleS
</div>
<div
class=
'testcase'
>
test_check_doubleS
</div>
</td>
</td>
...
@@ -1086,7 +1172,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1086,7 +1172,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
9
.11'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.11'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_finish_Dot
</div>
<div
class=
'testcase'
>
test_check_finish_Dot
</div>
</td>
</td>
...
@@ -1095,7 +1181,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1095,7 +1181,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
9
.12'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.12'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_high23
</div>
<div
class=
'testcase'
>
test_check_high23
</div>
</td>
</td>
...
@@ -1104,7 +1190,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1104,7 +1190,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
9
.13'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
11
.13'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_umlauts
</div>
<div
class=
'testcase'
>
test_check_umlauts
</div>
</td>
</td>
...
@@ -1115,20 +1201,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1115,20 +1201,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
class=
"result['header']['style']"
>
<tr
class=
"result['header']['style']"
>
<td>
test_kobo_sync.
test_kobo_s
ync
</td>
<td>
test_kobo_sync.
TestKoboS
ync
</td>
<td
class=
"text-center"
>
8
</td>
<td
class=
"text-center"
>
8
</td>
<td
class=
"text-center"
>
8
</td>
<td
class=
"text-center"
>
8
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
0
', 8)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
2
', 8)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt1
0
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_kobo_about
</div>
<div
class=
'testcase'
>
test_kobo_about
</div>
</td>
</td>
...
@@ -1137,7 +1223,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1137,7 +1223,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
0
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_shelves_add_remove_books
</div>
<div
class=
'testcase'
>
test_shelves_add_remove_books
</div>
</td>
</td>
...
@@ -1146,7 +1232,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1146,7 +1232,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
0
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_sync_changed_book
</div>
<div
class=
'testcase'
>
test_sync_changed_book
</div>
</td>
</td>
...
@@ -1155,7 +1241,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1155,7 +1241,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
0
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_sync_invalid
</div>
<div
class=
'testcase'
>
test_sync_invalid
</div>
</td>
</td>
...
@@ -1164,7 +1250,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1164,7 +1250,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
0
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_sync_reading_state
</div>
<div
class=
'testcase'
>
test_sync_reading_state
</div>
</td>
</td>
...
@@ -1173,7 +1259,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1173,7 +1259,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
0
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_sync_shelf
</div>
<div
class=
'testcase'
>
test_sync_shelf
</div>
</td>
</td>
...
@@ -1182,7 +1268,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1182,7 +1268,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
0
.7'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.7'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_sync_unchanged
</div>
<div
class=
'testcase'
>
test_sync_unchanged
</div>
</td>
</td>
...
@@ -1191,7 +1277,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1191,7 +1277,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
0
.8'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.8'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_sync_upload
</div>
<div
class=
'testcase'
>
test_sync_upload
</div>
</td>
</td>
...
@@ -1209,13 +1295,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1209,13 +1295,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
1
', 9)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
3
', 9)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt1
1
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
3
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_LDAP_SSL
</div>
<div
class=
'testcase'
>
test_LDAP_SSL
</div>
</td>
</td>
...
@@ -1224,7 +1310,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1224,7 +1310,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
1
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
3
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_LDAP_STARTTLS
</div>
<div
class=
'testcase'
>
test_LDAP_STARTTLS
</div>
</td>
</td>
...
@@ -1233,7 +1319,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1233,7 +1319,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
1
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
3
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_LDAP_fallback_Login
</div>
<div
class=
'testcase'
>
test_LDAP_fallback_Login
</div>
</td>
</td>
...
@@ -1242,7 +1328,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1242,7 +1328,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
1
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
3
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_LDAP_import
</div>
<div
class=
'testcase'
>
test_LDAP_import
</div>
</td>
</td>
...
@@ -1251,7 +1337,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1251,7 +1337,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
1
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
3
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_LDAP_login
</div>
<div
class=
'testcase'
>
test_LDAP_login
</div>
</td>
</td>
...
@@ -1260,7 +1346,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1260,7 +1346,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
1
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
3
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_invalid_LDAP
</div>
<div
class=
'testcase'
>
test_invalid_LDAP
</div>
</td>
</td>
...
@@ -1269,7 +1355,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1269,7 +1355,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
1
.7'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
3
.7'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_ldap_about
</div>
<div
class=
'testcase'
>
test_ldap_about
</div>
</td>
</td>
...
@@ -1278,7 +1364,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1278,7 +1364,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
1
.8'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
3
.8'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_ldap_authentication
</div>
<div
class=
'testcase'
>
test_ldap_authentication
</div>
</td>
</td>
...
@@ -1287,7 +1373,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1287,7 +1373,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
1
.9'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
3
.9'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_ldap_opds_download_book
</div>
<div
class=
'testcase'
>
test_ldap_opds_download_book
</div>
</td>
</td>
...
@@ -1305,13 +1391,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1305,13 +1391,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
2
', 7)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
4
', 7)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt1
2
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
4
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_access_log_recover
</div>
<div
class=
'testcase'
>
test_access_log_recover
</div>
</td>
</td>
...
@@ -1320,7 +1406,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1320,7 +1406,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
2
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
4
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_debug_log
</div>
<div
class=
'testcase'
>
test_debug_log
</div>
</td>
</td>
...
@@ -1329,7 +1415,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1329,7 +1415,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
2
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
4
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_failed_login
</div>
<div
class=
'testcase'
>
test_failed_login
</div>
</td>
</td>
...
@@ -1338,19 +1424,19 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1338,19 +1424,19 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'st1
2
.4'
class=
'none bg-warning'
>
<tr
id=
'st1
4
.4'
class=
'none bg-warning'
>
<td>
<td>
<div
class=
'testcase'
>
test_failed_register
</div>
<div
class=
'testcase'
>
test_failed_register
</div>
</td>
</td>
<td
colspan=
'6'
>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
2
.4')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
4
.4')"
>
SKIP
</a>
</div>
</div>
<!--css div popup start-->
<!--css div popup start-->
<div
id=
'div_st1
2
.4'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st1
4
.4'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st1
2
.4').style.display='none'"
><span
onclick=
"document.getElementById('div_st1
4
.4').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
aria-hidden=
"true"
>
×
</span></button>
</div>
</div>
<div
class=
"text-left pull-left"
>
<div
class=
"text-left pull-left"
>
...
@@ -1364,7 +1450,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1364,7 +1450,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
2
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
4
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_logfile_change
</div>
<div
class=
'testcase'
>
test_logfile_change
</div>
</td>
</td>
...
@@ -1373,7 +1459,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1373,7 +1459,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
2
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
4
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_logfile_recover
</div>
<div
class=
'testcase'
>
test_logfile_recover
</div>
</td>
</td>
...
@@ -1382,7 +1468,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1382,7 +1468,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
2
.7'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
4
.7'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_logviewer
</div>
<div
class=
'testcase'
>
test_logviewer
</div>
</td>
</td>
...
@@ -1393,20 +1479,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1393,20 +1479,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
class=
"result['header']['style']"
>
<tr
class=
"result['header']['style']"
>
<td>
test_login.test_
l
ogin
</td>
<td>
test_login.test_
L
ogin
</td>
<td
class=
"text-center"
>
9
</td>
<td
class=
"text-center"
>
10
</td>
<td
class=
"text-center"
>
9
</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"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
3', 9
)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
5', 10
)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt1
3
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
5
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_digest_login
</div>
<div
class=
'testcase'
>
test_digest_login
</div>
</td>
</td>
...
@@ -1415,16 +1501,16 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1415,16 +1501,16 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
3
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
5
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_login_capital_letters_user_unicode_password
_passwort
</div>
<div
class=
'testcase'
>
test_login_capital_letters_user_unicode_password
</div>
</td>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
</tr>
<tr
id=
'pt1
3
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
5
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_login_delete_admin
</div>
<div
class=
'testcase'
>
test_login_delete_admin
</div>
</td>
</td>
...
@@ -1433,7 +1519,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1433,7 +1519,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
3
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
5
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_login_empty_password
</div>
<div
class=
'testcase'
>
test_login_empty_password
</div>
</td>
</td>
...
@@ -1442,7 +1528,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1442,7 +1528,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
3
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
5
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_login_locale_select
</div>
<div
class=
'testcase'
>
test_login_locale_select
</div>
</td>
</td>
...
@@ -1451,7 +1537,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1451,7 +1537,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
3
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
5
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_login_protected
</div>
<div
class=
'testcase'
>
test_login_protected
</div>
</td>
</td>
...
@@ -1460,7 +1546,16 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1460,7 +1546,16 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt13.7'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt15.7'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_login_remember_me
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt15.8'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_login_rename_user
</div>
<div
class=
'testcase'
>
test_login_rename_user
</div>
</td>
</td>
...
@@ -1469,18 +1564,18 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1469,18 +1564,18 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
3.8
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
5.9
'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_login_unicode_user_space_end_passwor
t
</div>
<div
class=
'testcase'
>
test_login_unicode_user_space_end_passwor
d
</div>
</td>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
</tr>
<tr
id=
'pt1
3.9
'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
5.10
'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_login_user_with_space_passwor
t
_end_space
</div>
<div
class=
'testcase'
>
test_login_user_with_space_passwor
d
_end_space
</div>
</td>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
</tr>
...
@@ -1496,13 +1591,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1496,13 +1591,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
4
', 2)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
6
', 2)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt1
4
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
6
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_oauth_about
</div>
<div
class=
'testcase'
>
test_oauth_about
</div>
</td>
</td>
...
@@ -1511,7 +1606,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1511,7 +1606,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
4
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
6
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_visible_oauth
</div>
<div
class=
'testcase'
>
test_visible_oauth
</div>
</td>
</td>
...
@@ -1529,13 +1624,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1529,13 +1624,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
5
', 20)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
7
', 20)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt1
5
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds
</div>
<div
class=
'testcase'
>
test_opds
</div>
</td>
</td>
...
@@ -1544,7 +1639,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1544,7 +1639,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_author
</div>
<div
class=
'testcase'
>
test_opds_author
</div>
</td>
</td>
...
@@ -1553,7 +1648,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1553,7 +1648,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_calibre_companion
</div>
<div
class=
'testcase'
>
test_opds_calibre_companion
</div>
</td>
</td>
...
@@ -1562,7 +1657,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1562,7 +1657,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_cover
</div>
<div
class=
'testcase'
>
test_opds_cover
</div>
</td>
</td>
...
@@ -1571,7 +1666,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1571,7 +1666,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_download_book
</div>
<div
class=
'testcase'
>
test_opds_download_book
</div>
</td>
</td>
...
@@ -1580,7 +1675,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1580,7 +1675,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_formats
</div>
<div
class=
'testcase'
>
test_opds_formats
</div>
</td>
</td>
...
@@ -1589,7 +1684,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1589,7 +1684,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.7'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.7'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_guest_user
</div>
<div
class=
'testcase'
>
test_opds_guest_user
</div>
</td>
</td>
...
@@ -1598,7 +1693,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1598,7 +1693,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.8'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.8'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_hot
</div>
<div
class=
'testcase'
>
test_opds_hot
</div>
</td>
</td>
...
@@ -1607,7 +1702,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1607,7 +1702,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.9'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.9'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_language
</div>
<div
class=
'testcase'
>
test_opds_language
</div>
</td>
</td>
...
@@ -1616,7 +1711,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1616,7 +1711,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.10'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.10'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_non_admin
</div>
<div
class=
'testcase'
>
test_opds_non_admin
</div>
</td>
</td>
...
@@ -1625,7 +1720,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1625,7 +1720,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.11'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.11'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_publisher
</div>
<div
class=
'testcase'
>
test_opds_publisher
</div>
</td>
</td>
...
@@ -1634,7 +1729,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1634,7 +1729,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.12'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.12'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_random
</div>
<div
class=
'testcase'
>
test_opds_random
</div>
</td>
</td>
...
@@ -1643,7 +1738,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1643,7 +1738,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.13'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.13'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_ratings
</div>
<div
class=
'testcase'
>
test_opds_ratings
</div>
</td>
</td>
...
@@ -1652,7 +1747,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1652,7 +1747,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.14'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.14'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_read_unread
</div>
<div
class=
'testcase'
>
test_opds_read_unread
</div>
</td>
</td>
...
@@ -1661,7 +1756,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1661,7 +1756,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.15'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.15'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_search
</div>
<div
class=
'testcase'
>
test_opds_search
</div>
</td>
</td>
...
@@ -1670,7 +1765,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1670,7 +1765,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.16'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.16'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_series
</div>
<div
class=
'testcase'
>
test_opds_series
</div>
</td>
</td>
...
@@ -1679,7 +1774,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1679,7 +1774,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.17'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.17'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_shelf_access
</div>
<div
class=
'testcase'
>
test_opds_shelf_access
</div>
</td>
</td>
...
@@ -1688,7 +1783,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1688,7 +1783,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.18'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.18'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_tags
</div>
<div
class=
'testcase'
>
test_opds_tags
</div>
</td>
</td>
...
@@ -1697,7 +1792,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1697,7 +1792,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.19'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.19'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_opds_top_rated
</div>
<div
class=
'testcase'
>
test_opds_top_rated
</div>
</td>
</td>
...
@@ -1706,7 +1801,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1706,7 +1801,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
5
.20'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
7
.20'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_recently_added
</div>
<div
class=
'testcase'
>
test_recently_added
</div>
</td>
</td>
...
@@ -1724,13 +1819,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1724,13 +1819,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
6
', 6)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
8
', 6)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt1
6
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
8
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_forgot_password
</div>
<div
class=
'testcase'
>
test_forgot_password
</div>
</td>
</td>
...
@@ -1739,7 +1834,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1739,7 +1834,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
6
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
8
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_limit_domain
</div>
<div
class=
'testcase'
>
test_limit_domain
</div>
</td>
</td>
...
@@ -1748,7 +1843,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1748,7 +1843,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
6
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
8
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_register_no_server
</div>
<div
class=
'testcase'
>
test_register_no_server
</div>
</td>
</td>
...
@@ -1757,7 +1852,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1757,7 +1852,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
6
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
8
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_registering_user
</div>
<div
class=
'testcase'
>
test_registering_user
</div>
</td>
</td>
...
@@ -1766,7 +1861,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1766,7 +1861,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
6
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
8
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_registering_user_fail
</div>
<div
class=
'testcase'
>
test_registering_user_fail
</div>
</td>
</td>
...
@@ -1775,7 +1870,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1775,7 +1870,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
6
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
8
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_user_change_password
</div>
<div
class=
'testcase'
>
test_user_change_password
</div>
</td>
</td>
...
@@ -1793,13 +1888,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1793,13 +1888,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
7
', 10)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
9
', 10)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt1
7
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
9
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_add_shelf_from_search
</div>
<div
class=
'testcase'
>
test_add_shelf_from_search
</div>
</td>
</td>
...
@@ -1808,7 +1903,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1808,7 +1903,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
7
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
9
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_arrange_shelf
</div>
<div
class=
'testcase'
>
test_arrange_shelf
</div>
</td>
</td>
...
@@ -1817,7 +1912,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1817,7 +1912,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
7
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
9
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_delete_book_of_shelf
</div>
<div
class=
'testcase'
>
test_delete_book_of_shelf
</div>
</td>
</td>
...
@@ -1826,7 +1921,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1826,7 +1921,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
7
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
9
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_private_shelf
</div>
<div
class=
'testcase'
>
test_private_shelf
</div>
</td>
</td>
...
@@ -1835,7 +1930,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1835,7 +1930,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
7
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
9
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_public_private_shelf
</div>
<div
class=
'testcase'
>
test_public_private_shelf
</div>
</td>
</td>
...
@@ -1844,7 +1939,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1844,7 +1939,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
7
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
9
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_public_shelf
</div>
<div
class=
'testcase'
>
test_public_shelf
</div>
</td>
</td>
...
@@ -1853,7 +1948,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1853,7 +1948,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
7
.7'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
9
.7'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_rename_shelf
</div>
<div
class=
'testcase'
>
test_rename_shelf
</div>
</td>
</td>
...
@@ -1862,7 +1957,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1862,7 +1957,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
7
.8'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
9
.8'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_shelf_action_non_shelf_edit_role
</div>
<div
class=
'testcase'
>
test_shelf_action_non_shelf_edit_role
</div>
</td>
</td>
...
@@ -1871,19 +1966,19 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1871,19 +1966,19 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'st1
7
.9'
class=
'none bg-warning'
>
<tr
id=
'st1
9
.9'
class=
'none bg-warning'
>
<td>
<td>
<div
class=
'testcase'
>
test_shelf_database_change
</div>
<div
class=
'testcase'
>
test_shelf_database_change
</div>
</td>
</td>
<td
colspan=
'6'
>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
7
.9')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
9
.9')"
>
SKIP
</a>
</div>
</div>
<!--css div popup start-->
<!--css div popup start-->
<div
id=
'div_st1
7
.9'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st1
9
.9'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st1
7
.9').style.display='none'"
><span
onclick=
"document.getElementById('div_st1
9
.9').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
aria-hidden=
"true"
>
×
</span></button>
</div>
</div>
<div
class=
"text-left pull-left"
>
<div
class=
"text-left pull-left"
>
...
@@ -1897,7 +1992,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1897,7 +1992,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt1
7
.10'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
9
.10'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_shelf_long_name
</div>
<div
class=
'testcase'
>
test_shelf_long_name
</div>
</td>
</td>
...
@@ -1908,20 +2003,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1908,20 +2003,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
class=
"result['header']['style']"
>
<tr
class=
"result['header']['style']"
>
<td>
test_updater.
test_u
pdater
</td>
<td>
test_updater.
TestU
pdater
</td>
<td
class=
"text-center"
>
8
</td>
<td
class=
"text-center"
>
8
</td>
<td
class=
"text-center"
>
7
</td>
<td
class=
"text-center"
>
7
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c
18
', 8)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c
20
', 8)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt
18
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
20
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_update_nightly_errors
</div>
<div
class=
'testcase'
>
test_check_update_nightly_errors
</div>
</td>
</td>
...
@@ -1930,7 +2025,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1930,7 +2025,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
18
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
20
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_update_nightly_request_errors
</div>
<div
class=
'testcase'
>
test_check_update_nightly_request_errors
</div>
</td>
</td>
...
@@ -1939,7 +2034,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1939,7 +2034,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
18
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
20
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_update_stable_errors
</div>
<div
class=
'testcase'
>
test_check_update_stable_errors
</div>
</td>
</td>
...
@@ -1948,7 +2043,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1948,7 +2043,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
18
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
20
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_check_update_stable_versions
</div>
<div
class=
'testcase'
>
test_check_update_stable_versions
</div>
</td>
</td>
...
@@ -1957,7 +2052,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1957,7 +2052,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
18
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
20
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_perform_update
</div>
<div
class=
'testcase'
>
test_perform_update
</div>
</td>
</td>
...
@@ -1966,7 +2061,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1966,7 +2061,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
18
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
20
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_perform_update_stable_errors
</div>
<div
class=
'testcase'
>
test_perform_update_stable_errors
</div>
</td>
</td>
...
@@ -1975,19 +2070,19 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -1975,19 +2070,19 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'st
18
.7'
class=
'none bg-warning'
>
<tr
id=
'st
20
.7'
class=
'none bg-warning'
>
<td>
<td>
<div
class=
'testcase'
>
test_perform_update_timeout
</div>
<div
class=
'testcase'
>
test_perform_update_timeout
</div>
</td>
</td>
<td
colspan=
'6'
>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st
18
.7')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st
20
.7')"
>
SKIP
</a>
</div>
</div>
<!--css div popup start-->
<!--css div popup start-->
<div
id=
'div_st
18
.7'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st
20
.7'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st
18
.7').style.display='none'"
><span
onclick=
"document.getElementById('div_st
20
.7').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
aria-hidden=
"true"
>
×
</span></button>
</div>
</div>
<div
class=
"text-left pull-left"
>
<div
class=
"text-left pull-left"
>
...
@@ -2001,7 +2096,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2001,7 +2096,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
18
.8'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
20
.8'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_reconnect_database
</div>
<div
class=
'testcase'
>
test_reconnect_database
</div>
</td>
</td>
...
@@ -2019,13 +2114,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2019,13 +2114,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c
19
', 19)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c
21
', 19)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt
19
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_allow_column_restriction
</div>
<div
class=
'testcase'
>
test_allow_column_restriction
</div>
</td>
</td>
...
@@ -2034,7 +2129,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2034,7 +2129,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_allow_tag_restriction
</div>
<div
class=
'testcase'
>
test_allow_tag_restriction
</div>
</td>
</td>
...
@@ -2043,7 +2138,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2043,7 +2138,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_archived_format_template
</div>
<div
class=
'testcase'
>
test_archived_format_template
</div>
</td>
</td>
...
@@ -2052,7 +2147,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2052,7 +2147,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_author_user_template
</div>
<div
class=
'testcase'
>
test_author_user_template
</div>
</td>
</td>
...
@@ -2061,7 +2156,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2061,7 +2156,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_best_user_template
</div>
<div
class=
'testcase'
>
test_best_user_template
</div>
</td>
</td>
...
@@ -2070,7 +2165,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2070,7 +2165,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_category_user_template
</div>
<div
class=
'testcase'
>
test_category_user_template
</div>
</td>
</td>
...
@@ -2079,7 +2174,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2079,7 +2174,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.7'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.7'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_deny_column_restriction
</div>
<div
class=
'testcase'
>
test_deny_column_restriction
</div>
</td>
</td>
...
@@ -2088,7 +2183,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2088,7 +2183,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.8'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.8'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_deny_tag_restriction
</div>
<div
class=
'testcase'
>
test_deny_tag_restriction
</div>
</td>
</td>
...
@@ -2097,7 +2192,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2097,7 +2192,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.9'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.9'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_detail_random_user_template
</div>
<div
class=
'testcase'
>
test_detail_random_user_template
</div>
</td>
</td>
...
@@ -2106,7 +2201,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2106,7 +2201,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.10'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.10'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_format_user_template
</div>
<div
class=
'testcase'
>
test_format_user_template
</div>
</td>
</td>
...
@@ -2115,7 +2210,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2115,7 +2210,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.11'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.11'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_hot_user_template
</div>
<div
class=
'testcase'
>
test_hot_user_template
</div>
</td>
</td>
...
@@ -2124,7 +2219,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2124,7 +2219,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.12'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.12'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_language_user_template
</div>
<div
class=
'testcase'
>
test_language_user_template
</div>
</td>
</td>
...
@@ -2133,7 +2228,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2133,7 +2228,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.13'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.13'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_limit_book_languages
</div>
<div
class=
'testcase'
>
test_limit_book_languages
</div>
</td>
</td>
...
@@ -2142,7 +2237,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2142,7 +2237,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.14'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.14'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_publisher_user_template
</div>
<div
class=
'testcase'
>
test_publisher_user_template
</div>
</td>
</td>
...
@@ -2151,7 +2246,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2151,7 +2246,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.15'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.15'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_random_user_template
</div>
<div
class=
'testcase'
>
test_random_user_template
</div>
</td>
</td>
...
@@ -2160,7 +2255,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2160,7 +2255,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.16'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.16'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_read_user_template
</div>
<div
class=
'testcase'
>
test_read_user_template
</div>
</td>
</td>
...
@@ -2169,7 +2264,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2169,7 +2264,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.17'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.17'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_recent_user_template
</div>
<div
class=
'testcase'
>
test_recent_user_template
</div>
</td>
</td>
...
@@ -2178,7 +2273,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2178,7 +2273,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.18'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.18'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_series_user_template
</div>
<div
class=
'testcase'
>
test_series_user_template
</div>
</td>
</td>
...
@@ -2187,7 +2282,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2187,7 +2282,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt
19
.19'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
21
.19'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_ui_language_settings
</div>
<div
class=
'testcase'
>
test_ui_language_settings
</div>
</td>
</td>
...
@@ -2198,20 +2293,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2198,20 +2293,20 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
class=
"result['header']['style']"
>
<tr
class=
"result['header']['style']"
>
<td>
test_visiblilitys.
calibre_web_v
isibilitys
</td>
<td>
test_visiblilitys.
TestCalibreWebV
isibilitys
</td>
<td
class=
"text-center"
>
30
</td>
<td
class=
"text-center"
>
30
</td>
<td
class=
"text-center"
>
30
</td>
<td
class=
"text-center"
>
30
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c2
0
', 30)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c2
2
', 30)"
>
Detail
</a>
</td>
</td>
</tr>
</tr>
<tr
id=
'pt2
0
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.1'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_about
</div>
<div
class=
'testcase'
>
test_about
</div>
</td>
</td>
...
@@ -2220,7 +2315,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2220,7 +2315,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.2'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_SMTP_Settings
</div>
<div
class=
'testcase'
>
test_admin_SMTP_Settings
</div>
</td>
</td>
...
@@ -2229,7 +2324,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2229,7 +2324,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.3'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_add_user
</div>
<div
class=
'testcase'
>
test_admin_add_user
</div>
</td>
</td>
...
@@ -2238,7 +2333,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2238,7 +2333,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.4'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_password
</div>
<div
class=
'testcase'
>
test_admin_change_password
</div>
</td>
</td>
...
@@ -2247,7 +2342,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2247,7 +2342,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.5'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_archived
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_archived
</div>
</td>
</td>
...
@@ -2256,7 +2351,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2256,7 +2351,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.6'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_authors
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_authors
</div>
</td>
</td>
...
@@ -2265,7 +2360,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2265,7 +2360,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.7'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.7'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_category
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_category
</div>
</td>
</td>
...
@@ -2274,7 +2369,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2274,7 +2369,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.8'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.8'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_file_formats
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_file_formats
</div>
</td>
</td>
...
@@ -2283,7 +2378,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2283,7 +2378,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.9'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.9'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_hot
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_hot
</div>
</td>
</td>
...
@@ -2292,7 +2387,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2292,7 +2387,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.10'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.10'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_language
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_language
</div>
</td>
</td>
...
@@ -2301,7 +2396,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2301,7 +2396,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.11'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.11'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_publisher
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_publisher
</div>
</td>
</td>
...
@@ -2310,7 +2405,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2310,7 +2405,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.12'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.12'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_random
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_random
</div>
</td>
</td>
...
@@ -2319,7 +2414,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2319,7 +2414,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.13'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.13'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_rated
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_rated
</div>
</td>
</td>
...
@@ -2328,7 +2423,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2328,7 +2423,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.14'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.14'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_rating
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_rating
</div>
</td>
</td>
...
@@ -2337,7 +2432,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2337,7 +2432,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.15'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.15'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_read
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_read
</div>
</td>
</td>
...
@@ -2346,7 +2441,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2346,7 +2441,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.16'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.16'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_admin_change_visibility_series
</div>
<div
class=
'testcase'
>
test_admin_change_visibility_series
</div>
</td>
</td>
...
@@ -2355,7 +2450,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2355,7 +2450,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.17'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.17'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_allow_columns
</div>
<div
class=
'testcase'
>
test_allow_columns
</div>
</td>
</td>
...
@@ -2364,7 +2459,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2364,7 +2459,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.18'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.18'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_allow_tags
</div>
<div
class=
'testcase'
>
test_allow_tags
</div>
</td>
</td>
...
@@ -2373,7 +2468,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2373,7 +2468,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.19'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.19'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_archive_books
</div>
<div
class=
'testcase'
>
test_archive_books
</div>
</td>
</td>
...
@@ -2382,7 +2477,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2382,7 +2477,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.20'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.20'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_authors_max_settings
</div>
<div
class=
'testcase'
>
test_authors_max_settings
</div>
</td>
</td>
...
@@ -2391,7 +2486,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2391,7 +2486,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.21'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.21'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_checked_logged_in
</div>
<div
class=
'testcase'
>
test_checked_logged_in
</div>
</td>
</td>
...
@@ -2400,7 +2495,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2400,7 +2495,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.22'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.22'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_hide_custom_column
</div>
<div
class=
'testcase'
>
test_hide_custom_column
</div>
</td>
</td>
...
@@ -2409,7 +2504,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2409,7 +2504,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.23'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.23'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_link_column_to_read_status
</div>
<div
class=
'testcase'
>
test_link_column_to_read_status
</div>
</td>
</td>
...
@@ -2418,7 +2513,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2418,7 +2513,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.24'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.24'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_random_books_available
</div>
<div
class=
'testcase'
>
test_random_books_available
</div>
</td>
</td>
...
@@ -2427,7 +2522,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2427,7 +2522,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.25'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.25'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_restrict_columns
</div>
<div
class=
'testcase'
>
test_restrict_columns
</div>
</td>
</td>
...
@@ -2436,7 +2531,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2436,7 +2531,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.26'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.26'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_restrict_tags
</div>
<div
class=
'testcase'
>
test_restrict_tags
</div>
</td>
</td>
...
@@ -2445,7 +2540,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2445,7 +2540,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.27'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.27'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_search_functions
</div>
<div
class=
'testcase'
>
test_search_functions
</div>
</td>
</td>
...
@@ -2454,7 +2549,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2454,7 +2549,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.28'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.28'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_search_string
</div>
<div
class=
'testcase'
>
test_search_string
</div>
</td>
</td>
...
@@ -2463,7 +2558,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2463,7 +2558,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.29'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.29'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_user_email_available
</div>
<div
class=
'testcase'
>
test_user_email_available
</div>
</td>
</td>
...
@@ -2472,7 +2567,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2472,7 +2567,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'pt2
0
.30'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt2
2
.30'
class=
'hiddenRow bg-success'
>
<td>
<td>
<div
class=
'testcase'
>
test_user_visibility_sidebar
</div>
<div
class=
'testcase'
>
test_user_visibility_sidebar
</div>
</td>
</td>
...
@@ -2483,9 +2578,9 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2483,9 +2578,9 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr
id=
'total_row'
class=
"text-center bg-grey"
>
<tr
id=
'total_row'
class=
"text-center bg-grey"
>
<td>
Total
</td>
<td>
Total
</td>
<td>
2
18
</td>
<td>
2
23
</td>
<td>
21
1
</td>
<td>
21
5
</td>
<td>
1
</td>
<td>
2
</td>
<td>
0
</td>
<td>
0
</td>
<td>
6
</td>
<td>
6
</td>
<td>
</td>
<td>
</td>
...
@@ -2515,7 +2610,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2515,7 +2610,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr>
<tr>
<th>
Platform
</th>
<th>
Platform
</th>
<td>
Linux 5.3.0-5
3-generic #47~18.04.1-Ubuntu SMP Thu May 7 13:10:50
UTC 2020 x86_64 x86_64
</td>
<td>
Linux 5.3.0-5
9-generic #53~18.04.1-Ubuntu SMP Thu Jun 4 14:58:26
UTC 2020 x86_64 x86_64
</td>
<td>
Basic
</td>
<td>
Basic
</td>
</tr>
</tr>
...
@@ -2605,7 +2700,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2605,7 +2700,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr>
<tr>
<th>
SQLAlchemy
</th>
<th>
SQLAlchemy
</th>
<td>
1.3.1
7
</td>
<td>
1.3.1
8
</td>
<td>
Basic
</td>
<td>
Basic
</td>
</tr>
</tr>
...
@@ -2633,52 +2728,58 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2633,52 +2728,58 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<td>
Basic
</td>
<td>
Basic
</td>
</tr>
</tr>
<tr>
<th>
Pillow
</th>
<td>
7.1.2
</td>
<td>
testCoverEditBooks
</td>
</tr>
<tr>
<tr>
<th>
comicapi
</th>
<th>
comicapi
</th>
<td>
2.1.1
</td>
<td>
2.1.1
</td>
<td>
test_edit_additional_b
ooks
</td>
<td>
TestEditAdditionalB
ooks
</td>
</tr>
</tr>
<tr>
<tr>
<th>
lxml
</th>
<th>
lxml
</th>
<td>
4.5.1
</td>
<td>
4.5.1
</td>
<td>
test_edit_additional_b
ooks
</td>
<td>
TestEditAdditionalB
ooks
</td>
</tr>
</tr>
<tr>
<tr>
<th>
Pillow
</th>
<th>
Pillow
</th>
<td>
7.1.2
</td>
<td>
7.1.2
</td>
<td>
test_edit_additional_b
ooks
</td>
<td>
TestEditAdditionalB
ooks
</td>
</tr>
</tr>
<tr>
<tr>
<th>
rarfile
</th>
<th>
rarfile
</th>
<td>
3.1
</td>
<td>
3.1
</td>
<td>
test_edit_additional_b
ooks
</td>
<td>
TestEditAdditionalB
ooks
</td>
</tr>
</tr>
<tr>
<tr>
<th>
lxml
</th>
<th>
lxml
</th>
<td>
4.5.1
</td>
<td>
4.5.1
</td>
<td>
test_edit_b
ooks
</td>
<td>
TestEditB
ooks
</td>
</tr>
</tr>
<tr>
<tr>
<th>
Pillow
</th>
<th>
Pillow
</th>
<td>
7.1.2
</td>
<td>
7.1.2
</td>
<td>
test_edit_b
ooks
</td>
<td>
TestEditB
ooks
</td>
</tr>
</tr>
<tr>
<tr>
<th>
goodreads
</th>
<th>
goodreads
</th>
<td>
0.3.2
</td>
<td>
0.3.2
</td>
<td>
test_g
oodreads
</td>
<td>
TestG
oodreads
</td>
</tr>
</tr>
<tr>
<tr>
<th>
jsonschema
</th>
<th>
jsonschema
</th>
<td>
3.2.0
</td>
<td>
3.2.0
</td>
<td>
test_kobo_s
ync
</td>
<td>
TestKoboS
ync
</td>
</tr>
</tr>
<tr>
<tr>
...
@@ -2689,7 +2790,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2689,7 +2790,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
<tr>
<tr>
<th>
python-ldap
</th>
<th>
python-ldap
</th>
<td>
3.
2
.0
</td>
<td>
3.
3
.0
</td>
<td>
test_ldap_login
</td>
<td>
test_ldap_login
</td>
</tr>
</tr>
...
@@ -2713,7 +2814,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
...
@@ -2713,7 +2814,7 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye
</div>
</div>
<script>
<script>
drawCircle
(
21
1
,
1
,
0
,
6
);
drawCircle
(
21
5
,
2
,
0
,
6
);
</script>
</script>
</div>
</div>
...
...
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