summaryrefslogtreecommitdiff
path: root/testautomation/extensions/optional
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-05-10 11:24:53 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-05-10 11:24:53 +0200
commitc7857117677d6066ff530b9027a7fa5c279afc35 (patch)
treec35c4c17e5823d124e1d805439ace3da636062cd /testautomation/extensions/optional
parent4b4e0516011e21d7dd2197211531cb2a20c3f7ee (diff)
sb122: #i110083 - Added test case
Diffstat (limited to 'testautomation/extensions/optional')
-rw-r--r--testautomation/extensions/optional/input/issues/LoggingOptions.xcs19
1 files changed, 19 insertions, 0 deletions
diff --git a/testautomation/extensions/optional/input/issues/LoggingOptions.xcs b/testautomation/extensions/optional/input/issues/LoggingOptions.xcs
new file mode 100644
index 000000000000..e87474bba2a2
--- /dev/null
+++ b/testautomation/extensions/optional/input/issues/LoggingOptions.xcs
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Logging" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <templates>
+ <group oor:name="LoggerSettings">
+ <group oor:name="HandlerSettings" oor:extensible="true">
+ <info>
+ <desc>Enthält zusätzliche Optionen für den TVS-UILogHandler</desc>
+ </info>
+ <prop oor:name="UITitle" oor:type="xs:string">
+ <value/>
+ </prop>
+ <prop oor:name="UIId" oor:type="xs:string">
+ <value/>
+ </prop>
+ </group>
+ </group>
+ </templates>
+ <component/>
+</oor:component-schema>