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

cid#1327101 UrF: Unread field

Change-Id: I0245bfc1a4a1516fe45fdc69d2df98e09218a9cf
üst 9b65ce57
...@@ -57,7 +57,6 @@ public class _XDataPilotDescriptor extends MultiMethodTest { ...@@ -57,7 +57,6 @@ public class _XDataPilotDescriptor extends MultiMethodTest {
public XDataPilotDescriptor oObj = null; public XDataPilotDescriptor oObj = null;
CellRangeAddress CRA = new CellRangeAddress((short)1, 1, 1, 5, 5); CellRangeAddress CRA = new CellRangeAddress((short)1, 1, 1, 5, 5);
CellRangeAddress oldCRA = null ;
String sTag = "XDataPilotDescriptor_Tag"; String sTag = "XDataPilotDescriptor_Tag";
String fieldsNames[]; String fieldsNames[];
int fieldsAmount = 0; int fieldsAmount = 0;
...@@ -117,7 +116,7 @@ public class _XDataPilotDescriptor extends MultiMethodTest { ...@@ -117,7 +116,7 @@ public class _XDataPilotDescriptor extends MultiMethodTest {
executeMethod("getHiddenFields()") ; executeMethod("getHiddenFields()") ;
executeMethod("getPageFields()") ; executeMethod("getPageFields()") ;
oldCRA = oObj.getSourceRange() ; oObj.getSourceRange();
oObj.setSourceRange(CRA); oObj.setSourceRange(CRA);
tRes.tested("setSourceRange()", true); tRes.tested("setSourceRange()", 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