RESOLVED - BATCH-900: Retreive null values from the ExecutionContext
This commit is contained in:
@@ -116,6 +116,7 @@ public class ExecutionContextTests {
|
||||
public void testPutNull(){
|
||||
//putting null should work
|
||||
context.put("1", null);
|
||||
assertNull(context.get("1"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user