annotate client/tests/e2e/reports/import.xml @ 3984:2fa052a44300

Set schema version in update-db.sh, not in extra scripts. Also fixed handling of empty gemma_schema_version table.
author Sascha Wilde <wilde@intevation.de>
date Wed, 17 Jul 2019 13:54:01 +0200
parents f90f2fd94fbc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2931
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" ?>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 <testsuites errors="0"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3 failures="0"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4 tests="6">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6 <testsuite name="import"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7 errors="0" failures="0" hostname="" id="" package="import" skipped="6"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8 tests="6" time="0.000" timestamp="Thu, 04 Apr 2019 10:16:03 GMT">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12 <system-err>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
13 Error while running [Protocols / Loading protocols]:
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
14
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
15 TypeError: browser.url(...).waitForElementVisible(...).setValue(...).setValue(...).click(...).pause(...).click(...).pause(...).click(...).pause(...).url.contains is not a function
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
16 at Object.Loading protocols (/home/thomas/go/src/gemma.intevation.de/gemma/client/tests/e2e/specs/protocols.js:31:12)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
17 at Module.call (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/nightwatch/lib/runner/module.js:62:34)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
18 at /home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/nightwatch/lib/runner/testcase.js:70:29
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
19 at _fulfilled (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:834:54)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
20 at self.promiseDispatch.done (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:863:30)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
21 at Promise.promise.promiseDispatch (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:796:13)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
22 at /home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:556:49
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
23 at runSingle (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:137:13)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
24 at flush (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:125:13)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
25 at _combinedTickCallback (internal/process/next_tick.js:132:7)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
26 </system-err>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
27
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
28
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
29
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
30
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
31 <testcase
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
32 name="Bottleneck import" classname="import">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
33 <skipped />
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
34 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
35
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
36 <testcase
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
37 name="Available fairwaydepth" classname="import">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
38 <skipped />
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
39 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
40
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
41 <testcase
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
42 name="Gauge measurement" classname="import">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
43 <skipped />
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
44 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
45
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
46 <testcase
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
47 name="Import Fairway Dimensions" classname="import">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
48 <skipped />
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
49 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
50
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
51 <testcase
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
52 name="Import Waterway Axis" classname="import">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
53 <skipped />
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
54 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
55
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
56 <testcase
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
57 name="Import Waterway Area " classname="import">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
58 <skipped />
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
59 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
60
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
61
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
62 </testsuite>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
63 </testsuites>