Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
70c640ee
Commit
70c640ee
authored
May 12, 2021
by
Matt Wise
Browse files
fix compile error
parent
ec216be3
Changes
2
Hide whitespace changes
Inline
Side-by-side
testing/partition-test-aws/src/test/java/org/opengroup/osdu/partition/api/TestUpdatePartition.java
View file @
70c640ee
...
...
@@ -14,9 +14,12 @@
package
org.opengroup.osdu.partition.api
;
import
com.sun.jersey.api.client.ClientResponse
;
import
org.junit.After
;
import
org.junit.Before
;
import
org.junit.Test
;
import
org.opengroup.osdu.partition.api.descriptor.DeletePartitionDescriptor
;
import
org.opengroup.osdu.partition.util.AwsTestUtils
;
public
class
TestUpdatePartition
extends
UpdatePartitionTest
{
...
...
testing/partition-test-core/src/main/java/org/opengroup/osdu/partition/api/UpdatePartitionTest.java
View file @
70c640ee
...
...
@@ -12,7 +12,7 @@ import static org.junit.Assert.assertEquals;
public
abstract
class
UpdatePartitionTest
extends
BaseTestTemplate
{
pr
ivate
String
partitionId
=
getIntegrationTestPrefix
()
+
System
.
currentTimeMillis
();
pr
otected
String
partitionId
=
getIntegrationTestPrefix
()
+
System
.
currentTimeMillis
();
private
String
nonExistentPartitionId
=
"nonexistent-partition"
+
System
.
currentTimeMillis
();
...
...
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