Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
c67c7a20
Commit
c67c7a20
authored
15 years ago
by
buczekp
Browse files
Options
Downloads
Patches
Plain Diff
[LMS-1291] fixed text expectations
SVN: 14376
parent
81238928
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/ETLServiceTest.java
+4
-4
4 additions, 4 deletions
.../systemsx/cisd/openbis/generic/server/ETLServiceTest.java
with
4 additions
and
4 deletions
openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/ETLServiceTest.java
+
4
−
4
View file @
c67c7a20
...
...
@@ -79,7 +79,7 @@ public class ETLServiceTest extends AbstractServerTestCase
private
static
final
int
PORT
=
443
;
private
static
final
String
URL
=
"http
s
://"
+
SESSION
.
getRemoteHost
()
+
":"
+
PORT
;
private
static
final
String
URL
=
"http://"
+
SESSION
.
getRemoteHost
()
+
":"
+
PORT
;
private
ICommonBusinessObjectFactory
boFactory
;
...
...
@@ -304,7 +304,7 @@ public class ETLServiceTest extends AbstractServerTestCase
assertEquals
(
experiment
.
getCode
(),
actualExperiment
.
getCode
());
context
.
assertIsSatisfied
();
}
@Test
public
void
testGetSampleType
()
{
...
...
@@ -312,7 +312,7 @@ public class ETLServiceTest extends AbstractServerTestCase
{
{
one
(
sessionManager
).
getSession
(
SESSION_TOKEN
);
one
(
sampleTypeDAO
).
tryFindSampleTypeByCode
(
"MY_TYPE"
);
SampleTypePE
sampleTypePE
=
new
SampleTypePE
();
sampleTypePE
.
setListable
(
Boolean
.
TRUE
);
...
...
@@ -323,7 +323,7 @@ public class ETLServiceTest extends AbstractServerTestCase
}
});
SampleType
sampleType
=
createService
().
getSampleType
(
SESSION_TOKEN
,
"MY_TYPE"
);
assertEquals
(
true
,
sampleType
.
isListable
());
assertEquals
(
2
,
sampleType
.
getGeneratedFromHierarchyDepth
());
assertEquals
(
1
,
sampleType
.
getContainerHierarchyDepth
());
...
...
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