Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs427fa20team22
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
htmoss2
cs427fa20team22
Commits
e5494d90
Commit
e5494d90
authored
4 years ago
by
ahmada4
Committed by
Elengikal
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update SendRemindersActionTest.java - indentation
parent
8bd7783b
No related branches found
Branches containing commit
No related tags found
1 merge request
!21
UC39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iTrust/test/edu/ncsu/csc/itrust/unit/action/SendRemindersActionTest.java
+5
-5
5 additions, 5 deletions
.../ncsu/csc/itrust/unit/action/SendRemindersActionTest.java
with
5 additions
and
5 deletions
iTrust/test/edu/ncsu/csc/itrust/unit/action/SendRemindersActionTest.java
+
5
−
5
View file @
e5494d90
...
...
@@ -49,12 +49,12 @@ public class SendRemindersActionTest extends TestCase {
public
void
testSendReminders
()
throws
ITrustException
,
SQLException
,
FormValidationException
{
ApptBean
aBean
=
new
ApptBean
();
aBean
.
setApptType
(
"TEST"
);
aBean
.
setPatient
(
patientId
);
aBean
.
setHcp
(
hcpId
);
aBean
.
setDate
(
Timestamp
.
valueOf
(
LocalDateTime
.
now
().
plusDays
(
4
)));
aBean
.
setApptType
(
"TEST"
);
aBean
.
setPatient
(
patientId
);
aBean
.
setHcp
(
hcpId
);
aBean
.
setDate
(
Timestamp
.
valueOf
(
LocalDateTime
.
now
().
plusDays
(
4
)));
List
<
MessageBean
>
mbListBefore
=
messageDAO
.
getMessagesFor
(
patientId
);
List
<
MessageBean
>
mbListBefore
=
messageDAO
.
getMessagesFor
(
patientId
);
srAction
.
sendReminder
(
aBean
);
...
...
This diff is collapsed.
Click to expand it.
elengik2
@elengik2
mentioned in commit
9e3381f0
·
4 years ago
mentioned in commit
9e3381f0
mentioned in commit 9e3381f0a9d5b9042c091da209e06c4ff65eb32e
Toggle commit list
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