Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raphael
histream
Commits
75851ab1
Commit
75851ab1
authored
Jan 23, 2017
by
R.W.Majeed
Browse files
fixed failing test caused by previous changes for optional start timestamps
parent
a334ce22
Changes
1
Hide whitespace changes
Inline
Side-by-side
histream-import/src/test/resources/data/test-2-datasource.xml
View file @
75851ab1
...
...
@@ -65,7 +65,7 @@
<mdat>
<concept
id=
"natrium"
>
<value
column=
"na"
xsi:type=
"decimal"
/>
<start
column=
"zeitpunkt"
format=
"d.M.u[ H[:m[:s]]]"
/>
<start
column=
"zeitpunkt"
format=
"d.M.u[ H[:m[:s]]]"
na=
""
/>
<unit
constant-value=
"mmol/l"
/>
<modifier
id=
"other"
>
<value
xsi:type=
"string"
na=
""
constant-value=
""
/>
...
...
@@ -73,7 +73,7 @@
</concept>
<concept
id=
"kalium"
>
<value
column=
"k"
xsi:type=
"decimal"
/>
<start
column=
"zeitpunkt"
format=
"d.M.u[ H[:m[:s]]]"
/>
<start
column=
"zeitpunkt"
format=
"d.M.u[ H[:m[:s]]]"
na=
""
/>
</concept>
<concept
id=
"enum1"
>
<value
column=
"en"
na=
""
xsi:type=
"string"
>
...
...
@@ -83,7 +83,7 @@
<otherwise
action=
"drop-fact"
/>
</map>
</value>
<start
column=
"zeitpunkt"
format=
"d.M.u[ H[:m[:s]]]"
/>
<start
column=
"zeitpunkt"
format=
"d.M.u[ H[:m[:s]]]"
na=
""
/>
</concept>
</mdat>
...
...
@@ -99,7 +99,7 @@
</idat>
<mdat>
<concept
column=
"param"
/>
<start
column=
"start_ts"
format=
"u-M-d"
/>
<start
column=
"start_ts"
format=
"u-M-d"
na=
"@"
/>
<end
column=
"end"
format=
"u-M-d"
na=
"@"
/>
<!-- location -->
...
...
Write
Preview
Supports
Markdown
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