Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSLogic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
VIPS
VIPSLogic
Commits
5c29389d
Commit
5c29389d
authored
6 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Plain Diff
Merge branch 'Ny_server_2019' into 'develop'
Ny server 2019 See merge request
!12
parents
e54bb0eb
ef74ffdf
No related branches found
No related tags found
2 merge requests
!17
Develop
,
!12
Ny server 2019
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/no/nibio/vips/logic/messaging/UniversalMessagingTest.java
+4
-4
4 additions, 4 deletions
...no/nibio/vips/logic/messaging/UniversalMessagingTest.java
with
4 additions
and
4 deletions
src/test/java/no/nibio/vips/logic/messaging/UniversalMessagingTest.java
+
4
−
4
View file @
5c29389d
...
...
@@ -66,7 +66,7 @@ public class UniversalMessagingTest {
// @Test
// public void hello() {}
@Test
//
@Test
public
void
deserializeMessageLocalVersionTest
()
{
System
.
out
.
println
(
"deserializeMessageLocalVersionTest"
);
...
...
@@ -111,10 +111,10 @@ public class UniversalMessagingTest {
String
[][]
recipients
=
{
//{"1","Tor-Einar Skog","Mail","tor-einar.skog@nibio.no","nb","true"}
,
//
{"2","Tor-Einar Skog","Mail","tor.einar.skog@gmail.com","en","false"},
//{"1","Tor-Einar Skog","Mail","tor-einar.skog@nibio.no","nb","true"}
{
"2"
,
"Tor-Einar Skog"
,
"Mail"
,
"tor.einar.skog@gmail.com"
,
"en"
,
"false"
},
//{"3","Tor-Einar Skog","Mail","tor.einar.skog@gmail.com","bs","false"},
{
"1"
,
"Tor-Einar Skog"
,
"Sms"
,
"00
15419087462
"
,
"nb"
,
"true"
}
{
"1"
,
"Tor-Einar Skog"
,
"Sms"
,
"00
4791303819
"
,
"nb"
,
"true"
}
//{"2","Lars Aksel Opsahl", "Mail","lars.opsahl@nibio.no"}
};
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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