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
d51e4447
Commit
d51e4447
authored
Oct 07, 2016
by
R.W.Majeed
Browse files
additional test case
parent
587f2dfe
Changes
1
Show whitespace changes
Inline
Side-by-side
histream-import/src/test/java/de/sekmi/histream/etl/OtherSources.java
View file @
d51e4447
...
@@ -52,4 +52,14 @@ public class OtherSources {
...
@@ -52,4 +52,14 @@ public class OtherSources {
os
.
close
();
os
.
close
();
w
.
close
();
w
.
close
();
}
}
@Test
public
void
testSource5
()
throws
Exception
{
URL
url
=
Paths
.
get
(
"../../../2014-09_AKTIN/repo-v2/aktin/dwh-query/reports/aktin-monthly/src/test/resources/aktin-datasource.xml"
).
toUri
().
toURL
();
ETLObservationSupplier
os
=
ETLObservationSupplier
.
load
(
url
);
GroupedXMLWriter
w
=
new
GroupedXMLWriter
(
System
.
out
);
Meta
.
transfer
(
os
,
w
);
Streams
.
transfer
(
os
,
w
);
os
.
close
();
w
.
close
();
}
}
}
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