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
391d283f
Commit
391d283f
authored
15 years ago
by
cramakri
Browse files
Options
Downloads
Patches
Plain Diff
MINOR: Added comment, changed formatting.
SVN: 14967
parent
5e06b353
Loading
Loading
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/client/web/clientnonjs/UrlParamsHelperTest.java
+5
-1
5 additions, 1 deletion
...s/generic/client/web/clientnonjs/UrlParamsHelperTest.java
with
5 additions
and
1 deletion
openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/clientnonjs/UrlParamsHelperTest.java
+
5
−
1
View file @
391d283f
...
...
@@ -34,6 +34,9 @@ import ch.systemsx.cisd.openbis.generic.client.web.client.exception.UserFailureE
import
ch.systemsx.cisd.openbis.generic.shared.basic.dto.EntityKind
;
/**
* Test the UrlParamsHelper, but since I want to use JMock, I need to do it in a Java environment,
* even though the class will actually be compiled to Javascript.
*
* @author Chandrasekhar Ramakrishnan
*/
public
class
UrlParamsHelperTest
extends
AssertJUnit
...
...
@@ -79,7 +82,8 @@ public class UrlParamsHelperTest extends AssertJUnit
});
final
UrlParamsHelper
urlParamsHelper
=
new
UrlParamsHelper
(
viewContext
);
urlParamsHelper
.
initializeUrlParametersForTest
(
"entity=SAMPLE&permId=20100104150239401-871"
);
urlParamsHelper
.
initializeUrlParametersForTest
(
"entity=SAMPLE&permId=20100104150239401-871"
);
IDelegatedAction
action
=
urlParamsHelper
.
getOpenInitialTabAction
();
action
.
execute
();
...
...
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