Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raphael
histream
Commits
d7b9966e
Commit
d7b9966e
authored
Aug 22, 2015
by
R.W.Majeed
Browse files
javadoc
parent
a30513d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
histream-import/src/test/java/de/sekmi/histream/etl/TestETLSupplier.java
View file @
d7b9966e
...
...
@@ -81,7 +81,7 @@ public class TestETLSupplier {
Assert
.
assertNotNull
(
v
);
Assert
.
assertEquals
(
"v1"
,
v
.
getId
());
// TODO make sure custom partial date format is parsed correctly
// TODO make sure custom partial date format is parsed correctly
for missing seconds
//Assert.assertEquals(DateTimeAccuracy.parsePartialIso8601("2013-03-20T09:00"), v.getStartTime());
Assert
.
assertEquals
(
DateTimeAccuracy
.
parsePartialIso8601
(
"2013-03-21T13:00:21"
),
v
.
getEndTime
());
...
...
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