Adding one more case to test.
git-svn-id: svn://10.0.0.236/trunk@109587 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -268,6 +268,38 @@ captureThis();
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
function entry_menu()
|
||||||
|
{
|
||||||
|
var document = new Object();
|
||||||
|
var dialog = new Object();
|
||||||
|
var num = 100;
|
||||||
|
|
||||||
|
with (document)
|
||||||
|
{
|
||||||
|
with (dialog)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
while (true)
|
||||||
|
{
|
||||||
|
return num;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
status = inSection(8);
|
||||||
|
actual = entry_menu();
|
||||||
|
expect = 100;
|
||||||
|
captureThis();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
test();
|
test();
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user