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

cid#1327097 UrF: Unread field

Change-Id: I37fc97591a653ec298e66edd676b8556c78d99a1
üst 4f4cf9e3
...@@ -48,16 +48,13 @@ public class _XControlShape extends MultiMethodTest { ...@@ -48,16 +48,13 @@ public class _XControlShape extends MultiMethodTest {
public XControlShape oObj = null; public XControlShape oObj = null;
XControlModel model = null;
/** /**
* Test calls the method. <p> * Test calls the method. <p>
* Has <b> OK </b> status if the method successfully returns * Has <b> OK </b> status if the method successfully returns
* and no exceptions were thrown. <p> * and no exceptions were thrown. <p>
*/ */
public void _getControl() { public void _getControl() {
model = oObj.getControl() ; oObj.getControl();
tRes.tested("getControl()", true) ; tRes.tested("getControl()", 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