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
SRCT
whats-open-android
Commits
0922d8ad
Commit
0922d8ad
authored
Jan 11, 2017
by
Robert Hitt
Browse files
Fixed test
parent
171c43d1
Pipeline
#751
passed with stages
in 17 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/test/java/srct/whatsopen/FacilityPresenterUnitTest.java
View file @
0922d8ad
...
...
@@ -85,9 +85,11 @@ public class FacilityPresenterUnitTest {
@Test
public
void
testFacilitySchedule
()
{
// Set date
now
.
set
(
2017
,
0
,
9
,
13
,
0
);
// Monday, 1/9/2017, 13:00:00
String
schedule
=
mPresenter
.
getSchedule
(
mFacility
,
now
);
assertEquals
(
"<b>Monday</b>: 11:00 AM - 6:00 PM<br/>"
+
assertEquals
(
"<
strong><
b>Monday</b>: 11:00 AM - 6:00 PM<
/strong><
br/>"
+
"<b>Tuesday</b>: 1:00 PM - 6:00 PM"
,
schedule
);
}
...
...
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