Skip to content

Commit 5ac6792

Browse files
committed
Review comments updated
1 parent b2b67c9 commit 5ac6792

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev/com.ibm.ws.jpa.tests.jpa_32_fat/test-applications/jakartadata/src/io/openliberty/jpa/data/tests/models/Store.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* SPDX-License-Identifier: EPL-2.0
99
*******************************************************************************/
1010
package io.openliberty.jpa.data.tests.models;
11-
package io.openliberty.jpa.data.tests.models;
1211

1312
import java.time.Instant;
1413
import java.time.ZonedDateTime;

dev/com.ibm.ws.jpa.tests.jpa_32_fat/test-applications/jakartadata/src/io/openliberty/jpa/data/tests/web/JakartaDataRecreateServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ public void testOLGH28898() throws Exception {
13611361
}
13621362

13631363
@Test
1364-
@Ignore("Reference issue : https://github.com/OpenLiberty/open-liberty/issues/29781)
1364+
//Reference issue : https://github.com/OpenLiberty/open-liberty/issues/29781
13651365
public void testOLGH29781() throws Exception {
13661366
ZoneId ET = ZoneId.of("America/New_York");
13671367
Instant when = ZonedDateTime.of(2022, 4, 29, 12, 0, 0, 0, ET)

0 commit comments

Comments
 (0)