Skip to content

Commit

Permalink
Spotless formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Apr 5, 2024
1 parent 07a8140 commit 2534a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion opendap/src/test/java/opendap/test/TestDConnect2.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class TestDConnect2 extends TestSources {
TestSet currentTestSet = null;

// TODO TestSetEnum.Constrained1 not working
TestSetEnum[] whichtests = {TestSetEnum.Standard1, /*TestSetEnum.Constrained1*/};
TestSetEnum[] whichtests = {TestSetEnum.Standard1, /* TestSetEnum.Constrained1 */};

final String[] XFAIL = {"test.01.das", "test.07.das"};

Expand Down
5 changes: 2 additions & 3 deletions opendap/src/test/java/opendap/test/TestSources.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ public class TestSources extends TestFiles {
"test.31", "test.50", "test.53", "test.55", "test.56", "test.57", "test.66", "test.67", "test.68", "test.69"};

// Following tests are to check constraint handling
static final String[] TESTS_C1 =
{"test.02;1;b[1:2:10]", "test.03;1;i32[0:1][1:2][0:2]", "test.04;1;types.i32",
"test.05;1;types.floats.f32", "test.06;1;ThreeD", "test.07;1;person.age", "test.07;2;person"};
static final String[] TESTS_C1 = {"test.02;1;b[1:2:10]", "test.03;1;i32[0:1][1:2][0:2]", "test.04;1;types.i32",
"test.05;1;types.floats.f32", "test.06;1;ThreeD", "test.07;1;person.age", "test.07;2;person"};

static enum TestSetEnum {
Standard1, Constrained1
Expand Down

0 comments on commit 2534a8a

Please sign in to comment.