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
64b1b830
Commit
64b1b830
authored
Nov 25, 2018
by
Ozzieisaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #712
parent
8c93a7af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
362 additions
and
81 deletions
+362
-81
helper.py
cps/helper.py
+4
-4
Calibre-Web TestSummary.html
test/Calibre-Web TestSummary.html
+358
-77
No files found.
cps/helper.py
View file @
64b1b830
...
...
@@ -123,13 +123,13 @@ def check_send_to_kindle(entry):
# no converter - only for mobi and pdf formats
for
ele
in
iter
(
entry
.
data
):
if
'MOBI'
in
ele
.
format
:
bookformats
.
append
({
'format'
:
'Mobi'
,
'text'
:
_
(
'Send
%(format)
s to Kindle'
,
format
=
'Mobi'
)})
bookformats
.
append
({
'format'
:
'Mobi'
,
'
convert'
:
0
,
'
text'
:
_
(
'Send
%(format)
s to Kindle'
,
format
=
'Mobi'
)})
if
'PDF'
in
ele
.
format
:
bookformats
.
append
({
'format'
:
'Pdf'
,
'text'
:
_
(
'Send
%(format)
s to Kindle'
,
format
=
'Pdf'
)})
bookformats
.
append
({
'format'
:
'Pdf'
,
'
convert'
:
0
,
'
text'
:
_
(
'Send
%(format)
s to Kindle'
,
format
=
'Pdf'
)})
if
'AZW'
in
ele
.
format
:
bookformats
.
append
({
'format'
:
'Azw'
,
'text'
:
_
(
'Send
%(format)
s to Kindle'
,
format
=
'Azw'
)})
bookformats
.
append
({
'format'
:
'Azw'
,
'
convert'
:
0
,
'
text'
:
_
(
'Send
%(format)
s to Kindle'
,
format
=
'Azw'
)})
if
'AZW3'
in
ele
.
format
:
bookformats
.
append
({
'format'
:
'Azw3'
,
'
text'
:
_
(
'Send
%(format)
s to Kk
indle'
,
format
=
'Azw3'
)})
bookformats
.
append
({
'format'
:
'Azw3'
,
'
convert'
:
0
,
'text'
:
_
(
'Send
%(format)
s to K
indle'
,
format
=
'Azw3'
)})
else
:
formats
=
list
()
for
ele
in
iter
(
entry
.
data
):
...
...
test/Calibre-Web TestSummary.html
View file @
64b1b830
...
...
@@ -32,15 +32,15 @@
<div
id=
'header_parameters'
class=
'row text-center report-parameters'
>
<div
class=
"col-xs-6 col-md-4"
>
<p
class=
'text-justify attribute'
><strong>
Start Time:
</strong>
2018-11-25 12:
06:17.948456
</p>
<p
class=
'text-justify attribute'
><strong>
Start Time:
</strong>
2018-11-25 12:
57:57.569980
</p>
</div>
<div
class=
"col-xs-6 col-md-4"
>
<p
class=
'text-justify attribute'
><strong>
Stop Time:
</strong>
2018-11-25 1
2:24:09.768645
</p>
<p
class=
'text-justify attribute'
><strong>
Stop Time:
</strong>
2018-11-25 1
3:16:06.314449
</p>
</div>
<div
class=
"col-xs-6 col-md-4"
>
<p
class=
'text-justify attribute'
><strong>
Duration:
</strong>
0:1
7:51.82018
9
</p>
<p
class=
'text-justify attribute'
><strong>
Duration:
</strong>
0:1
8:08.74446
9
</p>
</div>
</div>
...
...
@@ -1554,6 +1554,287 @@ AssertionError: 'The camicdemo' != '\n '</pre>
<!--css div popup end-->
</td>
</tr>
<tr
class=
'skipClass'
>
<td>
test_ebook_convert.test_ebook_convert
</td>
<td
class=
"text-center"
>
12
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
11
</td>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c8', 12)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'st8.1'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_SSL_smtp_setup_error
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.1')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.1'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st8.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.1').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.1: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st8.2'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_STARTTLS_smtp_setup_error
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.2')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.2'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st8.2').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.2').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.2: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st8.3'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_convert_deactivate
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.3')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.3'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st8.3').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.3').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.3: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st8.4'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_convert_email
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.4')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.4'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st8.4').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.4').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.4: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st8.5'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_convert_failed_and_email
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.5')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.5'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st8.5').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.5').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.5: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st8.6'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_convert_only
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.6')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.6'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st8.6').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.6').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.6: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st8.7'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_convert_parameter
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.7')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.7'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st8.7').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.7').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.7: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt8.8'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_convert_wrong_excecutable
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'st8.9'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_email_failed
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.9')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.9'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st8.9').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.9').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.9: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st8.10'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_email_only
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.10')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.10'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st8.10').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.10').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.10: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st8.11'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_kindle_send_not_configured
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.11')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.11'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st8.11').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.11').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.11: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st8.12'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_smtp_setup_error
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st8.12')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st8.12'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st8.12').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st8.12').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st8.12: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
class=
'failClass'
>
<td>
test_login.test_login
</td>
<td
class=
"text-center"
>
6
</td>
...
...
@@ -1562,45 +1843,45 @@ AssertionError: 'The camicdemo' != '\n '</pre>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c
8
', 6)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c
9
', 6)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt
8
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
9
.1'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_login_capital_letters_user_unicode_password_passwort
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt
8
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
9
.2'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_login_delete_admin
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt
8
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
9
.3'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_login_empty_password
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'ft
8
.4'
class=
'none bg-danger'
>
<tr
id=
'ft
9
.4'
class=
'none bg-danger'
>
<td>
<div
class=
'testcase'
>
test_login_protected
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_ft
8
.4')"
>
FAIL
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_ft
9
.4')"
>
FAIL
</a>
</div>
<!--css div popup start-->
<div
id=
'div_ft
8
.4'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_ft
9
.4'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_ft
8
.4').style.display='none'"
><span
onclick=
"document.getElementById('div_ft
9
.4').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_ft
8
.4').style.display='none'">[x]</a>-->
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_ft
9
.4').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
ft
8
.4: Traceback (most recent call last):
<pre
class=
"text-left"
>
ft
9
.4: Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_login.py", line 81, in test_login_protected
self.assertTrue(self.fail_access_page("http://127.0.0.1:8083/config"))
AssertionError: False is not true
</pre>
...
...
@@ -1610,13 +1891,13 @@ AssertionError: False is not true</pre>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'pt
8
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
9
.5'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_login_unicode_user_space_end_passwort
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt
8
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt
9
.6'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_login_user_with_space_passwort_end_space
</div>
</td>
...
...
@@ -1630,27 +1911,27 @@ AssertionError: False is not true</pre>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c
9
', 1)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c
10
', 1)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'st
9
.1'
class=
'none bg-warning'
>
<tr
id=
'st
10
.1'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_opds
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st
9
.1')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st
10
.1')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st
9
.1'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st
10
.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_st
9
.1').style.display='none'"
><span
onclick=
"document.getElementById('div_st
10
.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st
9
.1').style.display='none'">[x]</a>-->
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st
10
.1').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st
9
.1: Not Implemented
</pre>
<pre
class=
"text-left"
>
st
10
.1: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
...
...
@@ -1665,27 +1946,27 @@ AssertionError: False is not true</pre>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
0
', 1)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
1
', 1)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'st1
0
.1'
class=
'none bg-warning'
>
<tr
id=
'st1
1
.1'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_updater
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
0
.1')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
1
.1')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st1
0
.1'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st1
1
.1'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st1
0
.1').style.display='none'"
><span
onclick=
"document.getElementById('div_st1
1
.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st1
0
.1').style.display='none'">[x]</a>-->
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st1
1
.1').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st1
0
.1: Not Implemented
</pre>
<pre
class=
"text-left"
>
st1
1
.1: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
...
...
@@ -1700,82 +1981,82 @@ AssertionError: False is not true</pre>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
1
', 13)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
2
', 13)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt1
1
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.1'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_author_sort
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.2'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_author_sort_comma
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.3'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_author_sort_junior
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.4'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_author_sort_oneword
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.5'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.5'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_author_sort_roman
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.6'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.6'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_check_Limit_Length
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.7'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.7'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_check_char_replacement
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.8'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.8'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_check_chinese_Characters
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.9'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.9'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_check_degEUR_replacement
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.10'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.10'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_check_doubleS
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.11'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.11'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_check_finish_Dot
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.12'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.12'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_check_high23
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
1
.13'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
2
.13'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_check_umlauts
</div>
</td>
...
...
@@ -1789,99 +2070,99 @@ AssertionError: False is not true</pre>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
4
</td>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
2
', 4)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
3
', 4)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'st1
2
.1'
class=
'none bg-warning'
>
<tr
id=
'st1
3
.1'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_login_with_password
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
2
.1')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
3
.1')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st1
2
.1'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st1
3
.1'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st1
2
.1').style.display='none'"
><span
onclick=
"document.getElementById('div_st1
3
.1').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st1
2
.1').style.display='none'">[x]</a>-->
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st1
3
.1').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st1
2
.1: Not Implemented
</pre>
<pre
class=
"text-left"
>
st1
3
.1: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st1
2
.2'
class=
'none bg-warning'
>
<tr
id=
'st1
3
.2'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_registering_user
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
2
.2')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
3
.2')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st1
2
.2'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st1
3
.2'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st1
2
.2').style.display='none'"
><span
onclick=
"document.getElementById('div_st1
3
.2').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st1
2
.2').style.display='none'">[x]</a>-->
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st1
3
.2').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st1
2
.2: Not Implemented
</pre>
<pre
class=
"text-left"
>
st1
3
.2: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st1
2
.3'
class=
'none bg-warning'
>
<tr
id=
'st1
3
.3'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_registering_user_fail
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
2
.3')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
3
.3')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st1
2
.3'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st1
3
.3'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st1
2
.3').style.display='none'"
><span
onclick=
"document.getElementById('div_st1
3
.3').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st1
2
.3').style.display='none'">[x]</a>-->
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st1
3
.3').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st1
2
.3: Not Implemented
</pre>
<pre
class=
"text-left"
>
st1
3
.3: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
<!--css div popup end-->
</td>
</tr>
<tr
id=
'st1
2
.4'
class=
'none bg-warning'
>
<tr
id=
'st1
3
.4'
class=
'none bg-warning'
>
<td>
<div
class=
'testcase'
>
test_resend_password
</div>
</td>
<td
colspan=
'6'
>
<div
class=
"text-center"
>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
2
.4')"
>
SKIP
</a>
<a
class=
"popup_link text-center"
onfocus=
'blur()'
onclick=
"showTestDetail('div_st1
3
.4')"
>
SKIP
</a>
</div>
<!--css div popup start-->
<div
id=
'div_st1
2
.4'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
id=
'div_st1
3
.4'
class=
"popup_window test_output"
style=
"display:none;"
>
<div
class=
'close_button pull-right'
>
<button
type=
"button"
class=
"close"
aria-label=
"Close"
onfocus=
'this.blur();'
onclick=
"document.getElementById('div_st1
2
.4').style.display='none'"
><span
onclick=
"document.getElementById('div_st1
3
.4').style.display='none'"
><span
aria-hidden=
"true"
>
×
</span></button>
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st1
2
.4').style.display='none'">[x]</a>-->
<!--<a onfocus='this.blur();' onclick="document.getElementById('div_st1
3
.4').style.display='none'">[x]</a>-->
</div>
<div
class=
"text-left pull-left"
>
<pre
class=
"text-left"
>
st1
2
.4: Not Implemented
</pre>
<pre
class=
"text-left"
>
st1
3
.4: Not Implemented
</pre>
</div>
<div
class=
"clearfix"
></div>
</div>
...
...
@@ -1896,28 +2177,28 @@ AssertionError: False is not true</pre>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
0
</td>
<td
class=
"text-center"
>
<a
onclick=
"showClassDetail('c1
3
', 4)"
>
Detail
</a>
<a
onclick=
"showClassDetail('c1
4
', 4)"
>
Detail
</a>
</td>
</tr>
<tr
id=
'pt1
3
.1'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
4
.1'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_cli_SSL_files
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
3
.2'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
4
.2'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_cli_different_folder
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
3
.3'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
4
.3'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_cli_different_settings_database
</div>
</td>
<td
colspan=
'6'
align=
'center'
>
PASS
</td>
</tr>
<tr
id=
'pt1
3
.4'
class=
'hiddenRow bg-success'
>
<tr
id=
'pt1
4
.4'
class=
'hiddenRow bg-success'
>
<td>
<div
class=
'testcase'
>
test_environ_port_setting
</div>
</td>
...
...
@@ -1926,17 +2207,17 @@ AssertionError: False is not true</pre>
<tr
id=
'total_row'
class=
"text-center bg-grey"
>
<td>
Total
</td>
<td>
1
17
</td>
<td>
6
3
</td>
<td>
1
29
</td>
<td>
6
4
</td>
<td>
5
</td>
<td>
0
</td>
<td>
49
</td>
<td>
60
</td>
<td>
</td>
</tr>
</table>
<script>
drawCircle
(
6
3
,
5
,
0
,
49
);
drawCircle
(
6
4
,
5
,
0
,
60
);
</script>
</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