Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
frascati
frascati
Commits
a3482c4c
Commit
a3482c4c
authored
Mar 20, 2013
by
Gwenael Cattez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reflect changes from introspection module
parent
4a0ba728
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
7 deletions
+6
-7
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/binding/BindingTestSuite.java
...rg/ow2/frascati/webexplorer/binding/BindingTestSuite.java
+1
-1
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/node/NodeTestSuite.java
...java/org/ow2/frascati/webexplorer/node/NodeTestSuite.java
+1
-1
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/upload/DeployComposite.java
.../org/ow2/frascati/webexplorer/upload/DeployComposite.java
+1
-1
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/upload/DeployContribution.java
...g/ow2/frascati/webexplorer/upload/DeployContribution.java
+1
-1
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/upload/GetCompositeEntriesFromJar.java
...ascati/webexplorer/upload/GetCompositeEntriesFromJar.java
+1
-2
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/upload/UndeployComposite.java
...rg/ow2/frascati/webexplorer/upload/UndeployComposite.java
+1
-1
No files found.
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/binding/BindingTestSuite.java
View file @
a3482c4c
...
...
@@ -43,7 +43,7 @@ import org.junit.BeforeClass;
import
org.junit.runner.RunWith
;
import
org.junit.runners.Suite
;
import
org.junit.runners.Suite.SuiteClasses
;
import
org.ow2.frascati.remote.introspection.FileUtil
;
import
org.ow2.frascati.remote.introspection.
util.
FileUtil
;
import
org.ow2.frascati.webexplorer.WebExplorerAllTest
;
/**
...
...
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/node/NodeTestSuite.java
View file @
a3482c4c
...
...
@@ -42,7 +42,7 @@ import org.junit.BeforeClass;
import
org.junit.runner.RunWith
;
import
org.junit.runners.Suite
;
import
org.junit.runners.Suite.SuiteClasses
;
import
org.ow2.frascati.remote.introspection.FileUtil
;
import
org.ow2.frascati.remote.introspection.
util.
FileUtil
;
import
org.ow2.frascati.webexplorer.WebExplorerAllTest
;
/**
...
...
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/upload/DeployComposite.java
View file @
a3482c4c
...
...
@@ -42,7 +42,7 @@ import org.json.JSONObject;
import
org.junit.After
;
import
org.junit.BeforeClass
;
import
org.junit.Test
;
import
org.ow2.frascati.remote.introspection.FileUtil
;
import
org.ow2.frascati.remote.introspection.
util.
FileUtil
;
import
org.ow2.frascati.webexplorer.WebExplorerAllTest
;
/**
...
...
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/upload/DeployContribution.java
View file @
a3482c4c
...
...
@@ -42,7 +42,7 @@ import org.json.JSONObject;
import
org.junit.After
;
import
org.junit.BeforeClass
;
import
org.junit.Test
;
import
org.ow2.frascati.remote.introspection.FileUtil
;
import
org.ow2.frascati.remote.introspection.
util.
FileUtil
;
import
org.ow2.frascati.webexplorer.WebExplorerAllTest
;
/**
...
...
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/upload/GetCompositeEntriesFromJar.java
View file @
a3482c4c
...
...
@@ -35,13 +35,12 @@ import java.io.IOException;
import
java.net.URISyntaxException
;
import
java.net.URL
;
import
org.jdom.JDOMException
;
import
org.json.JSONArray
;
import
org.json.JSONException
;
import
org.json.JSONObject
;
import
org.junit.BeforeClass
;
import
org.junit.Test
;
import
org.ow2.frascati.remote.introspection.FileUtil
;
import
org.ow2.frascati.remote.introspection.
util.
FileUtil
;
import
org.ow2.frascati.webexplorer.WebExplorerAllTest
;
/**
...
...
frascati/modules/frascati-web-explorer/src/test/java/org/ow2/frascati/webexplorer/upload/UndeployComposite.java
View file @
a3482c4c
...
...
@@ -43,7 +43,7 @@ import org.json.JSONObject;
import
org.junit.Before
;
import
org.junit.BeforeClass
;
import
org.junit.Test
;
import
org.ow2.frascati.remote.introspection.FileUtil
;
import
org.ow2.frascati.remote.introspection.
util.
FileUtil
;
import
org.ow2.frascati.webexplorer.WebExplorerAllTest
;
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment