Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FORCES
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CHS
FORCES
Commits
1ef90d13
Commit
1ef90d13
authored
1 week ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
finalize test
parent
7031ff7b
No related branches found
Branches containing commit
No related tags found
1 merge request
!86
mo_datetime: better conversion from string
Pipeline
#283755
passed with stages
in 7 minutes and 26 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pf_tests/test_mo_datetime.pf
+2
-1
2 additions, 1 deletion
src/pf_tests/test_mo_datetime.pf
with
2 additions
and
1 deletion
src/pf_tests/test_mo_datetime.pf
+
2
−
1
View file @
1ef90d13
...
...
@@ -252,7 +252,8 @@ contains
@assertTrue(datetime("1992-10-08 15:15:00") == datetime("1992-10-08 15:15"))
@assertTrue(datetime("1992-10-08 15:00:00") == datetime("1992-10-08 15"))
@assertTrue(datetime("1992-10-08T00:00:00") == datetime("1992-10-08"))
@assertTrue(datetime("1992-10-08T00:00:00") == datetime("1992-10-08"))
@assertTrue(datetime("1992-10-01T00:00:00") == datetime("1992-10"))
@assertTrue(datetime("1992-01-01T00:00:00") == datetime("1992"))
@assertTrue(datetime("1992-10-01 15:15:00") == datetime("1992-10T15:15"))
@assertTrue(datetime("1992-01-01 15:15:00") == datetime("1992 15:15"))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment