Skip to content

Commit 0aecb35

Browse files
committed
test: to verify #506
1 parent d160d8c commit 0aecb35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/test/java/com/googlecode/objectify/test/integration

src/test/java/com/googlecode/objectify/test/integration/TestApp.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ private com.google.cloud.datastore.Key getDatastoreKey(String id) {
257257

258258
public static void main(String[] args) throws InterruptedException {
259259
TestApp test = new TestApp();
260-
// test.testLoadingNullEmbeddedMapValueUsingObjectifyV6();
260+
// This verifies fix for https://github.com/objectify/objectify/issues/506
261+
test.testLoadingNullEmbeddedMapValue();
261262
// test.testLoadingEmbeddedMapNullValue();
262263
// test.testSavingNullListValue();
263264
// test.testSavingEmptyList();

0 commit comments

Comments
 (0)