Kaydet (Commit) c5989fb3 authored tarafından Noel Grandin's avatar Noel Grandin

cid#1327206 UwF: Unwritten field

Change-Id: I631bff9271f4e82a656ba25365abfc3189676026
üst e8221763
......@@ -27,7 +27,6 @@ import lib.Status;
*/
public class _XScenario extends MultiMethodTest {
public XScenario oObj = null;
CellRangeAddress address = null;
String comment = null;
boolean skipTest = false;
......@@ -43,7 +42,7 @@ public class _XScenario extends MultiMethodTest {
tRes.tested("addRanges()",Status.skipped(true));
return;
}
oObj.addRanges(new CellRangeAddress[] {address});
oObj.addRanges(new CellRangeAddress[] {null});
tRes.tested("addRanges()", true);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment