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
6c3e27d9
"README.md" did not exist on "6ec848baa59c73c9b809173c82ff239eb66a4a54"
Commit
6c3e27d9
authored
13 years ago
by
gpawel
Browse files
Options
Downloads
Patches
Plain Diff
[LMS-2421] fixing unit tests
SVN: 22292
parent
ff7f1f5d
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/dataaccess/db/DataDAOTest.java
+6
-10
6 additions, 10 deletions
...isd/openbis/generic/server/dataaccess/db/DataDAOTest.java
with
6 additions
and
10 deletions
openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/dataaccess/db/DataDAOTest.java
+
6
−
10
View file @
6c3e27d9
...
...
@@ -70,9 +70,9 @@ public final class DataDAOTest extends AbstractDAOTest
private
static
final
int
SPEED_HINT
=
Constants
.
DEFAULT_SPEED_HINT
/
4
;
private
final
String
PARENT_CODE
=
"2008110509215
867
3-
1
"
;
private
final
String
PARENT_CODE
=
"2008110509215
933
3-
3
"
;
private
final
String
CHILD_CODE
=
"20081105092
1
59
188-3
"
;
private
final
String
CHILD_CODE
=
"20081105092
2
59
000-8
"
;
private
final
String
CONTAINER_CODE
=
"20110509092359990-10"
;
...
...
@@ -316,8 +316,7 @@ public final class DataDAOTest extends AbstractDAOTest
assertFalse
(
externalData
.
isContainer
());
}
@Test
(
groups
=
"broken"
)
// FIXME LMS-2421
@Test
()
public
void
testUpdateDataSetWithParent
()
{
final
IDataDAO
dataDAO
=
daoFactory
.
getDataDAO
();
...
...
@@ -482,8 +481,7 @@ public final class DataDAOTest extends AbstractDAOTest
return
null
;
// to make the compiler happy
}
@Test
(
groups
=
"broken"
)
// FIXME LMS-2421
@Test
()
public
void
testCreateDataSetWithBothSampleAndParent
()
{
final
IDataDAO
dataDAO
=
daoFactory
.
getDataDAO
();
...
...
@@ -497,8 +495,7 @@ public final class DataDAOTest extends AbstractDAOTest
dataDAO
.
createDataSet
(
data
);
}
@Test
(
groups
=
"broken"
)
// FIXME LMS-2421
@Test
()
public
void
testUpdateOfDataSetAddParentWhenThereIsSampleConnected
()
{
final
IDataDAO
dataDAO
=
daoFactory
.
getDataDAO
();
...
...
@@ -511,8 +508,7 @@ public final class DataDAOTest extends AbstractDAOTest
dataDAO
.
updateDataSet
(
dataSetConnectedWithSample
);
}
@Test
(
groups
=
"broken"
)
// FIXME LMS-2421
@Test
()
public
void
testUpdateOfDataSetConnectSampleWhenThereIsParent
()
{
final
IDataDAO
dataDAO
=
daoFactory
.
getDataDAO
();
...
...
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