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
28ae1954
Commit
28ae1954
authored
12 years ago
by
jakubs
Browse files
Options
Downloads
Patches
Plain Diff
dirty commit - to debug problem on hudson
SVN: 26632
parent
dd6f9687
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
datastore_server/sourceTest/java/ch/systemsx/cisd/openbis/datastoreserver/systemtests/FeatureRichDataSetImportSystemTest.java
+15
-0
15 additions, 0 deletions
...erver/systemtests/FeatureRichDataSetImportSystemTest.java
with
15 additions
and
0 deletions
datastore_server/sourceTest/java/ch/systemsx/cisd/openbis/datastoreserver/systemtests/FeatureRichDataSetImportSystemTest.java
+
15
−
0
View file @
28ae1954
...
@@ -17,11 +17,15 @@
...
@@ -17,11 +17,15 @@
package
ch.systemsx.cisd.openbis.datastoreserver.systemtests
;
package
ch.systemsx.cisd.openbis.datastoreserver.systemtests
;
import
java.io.File
;
import
java.io.File
;
import
java.net.URL
;
import
java.security.CodeSource
;
import
java.security.ProtectionDomain
;
import
java.util.LinkedList
;
import
java.util.LinkedList
;
import
java.util.List
;
import
java.util.List
;
import
org.testng.annotations.Test
;
import
org.testng.annotations.Test
;
import
ch.systemsx.cisd.common.filesystem.AbstractCopyActivitySensor
;
import
ch.systemsx.cisd.common.filesystem.FileUtilities
;
import
ch.systemsx.cisd.common.filesystem.FileUtilities
;
import
ch.systemsx.cisd.openbis.dss.generic.shared.IEncapsulatedOpenBISService
;
import
ch.systemsx.cisd.openbis.dss.generic.shared.IEncapsulatedOpenBISService
;
import
ch.systemsx.cisd.openbis.dss.generic.shared.ServiceProvider
;
import
ch.systemsx.cisd.openbis.dss.generic.shared.ServiceProvider
;
...
@@ -55,6 +59,17 @@ public class FeatureRichDataSetImportSystemTest extends SystemTestCase
...
@@ -55,6 +59,17 @@ public class FeatureRichDataSetImportSystemTest extends SystemTestCase
return
280
;
return
280
;
}
}
@Test
public
void
testFailForDebugReason
()
{
Class
cls
=
AbstractCopyActivitySensor
.
class
;
ProtectionDomain
pDomain
=
cls
.
getProtectionDomain
();
CodeSource
cSource
=
pDomain
.
getCodeSource
();
URL
loc
=
cSource
.
getLocation
();
fail
(
"The AbstractCopyActivitySensor is taken from "
+
loc
);
}
@Test
@Test
public
void
testRichImport
()
throws
Exception
public
void
testRichImport
()
throws
Exception
{
{
...
...
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