Kaydet (Commit) 02790e9b authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS qadev28 (1.10.2); FILE MERGED

2007/01/09 09:28:09 lla 1.10.2.1: #i73174# add view move
üst abef93ce
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: GraphicalTestArguments.java,v $ * $RCSfile: GraphicalTestArguments.java,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: vg $ $Date: 2006-11-21 14:10:00 $ * last change: $Author: rt $ $Date: 2007-02-20 14:21:32 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -285,6 +285,20 @@ public class GraphicalTestArguments ...@@ -285,6 +285,20 @@ public class GraphicalTestArguments
{ {
m_sDistinct = sDistinct; m_sDistinct = sDistinct;
} }
// HIDDEN
String sOfficeViewable = (String)param.get(PropertyName.OFFICE_VIEWABLE);
if (sOfficeViewable != null)
{
if (sOfficeViewable.toLowerCase().equals("yes") ||
sOfficeViewable.toLowerCase().equals("true"))
{
setViewable();
}
else
{
setHidden();
}
}
} }
public boolean checkIfUsableDocumentType(String _sName) public boolean checkIfUsableDocumentType(String _sName)
......
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