Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 436045 | Differences between
and this patch

Collapse All | Expand All

(-)a/org.eclipse.jubula.toolkit.provider.mobile.ios/resources/xml/ComponentConfiguration.xml (+10 lines)
Lines 179-184 Link Here
179
      <param name="CompSystem.TabIndex">
179
      <param name="CompSystem.TabIndex">
180
      	<type>java.lang.Integer</type>
180
      	<type>java.lang.Integer</type>
181
      </param>    
181
      </param>    
182
      <param name="CompSystem.Operator">
183
        <type>java.lang.String</type>
184
        <defaultValue>equals</defaultValue>
185
        <valueSet>
186
          <element name="CompSystem.Equals" value="equals"/>
187
          <element name="CompSystem.NotEquals" value="not equals"/>
188
          <element name="CompSystem.MatchesRegExp" value="matches"/>
189
          <element name="CompSystem.SimpleMatch" value="simple match"/>
190
        </valueSet>
191
      </param>
182
    </action>
192
    </action>
183
  </toolkitComponent>
193
  </toolkitComponent>
184
  
194
  
(-)a/org.eclipse.jubula.toolkit.provider.mobile.ios/src/org/eclipse/jubula/toolkit/provider/mobile/ios/I18nStrings.properties (-3 / +2 lines)
Lines 35-39 CompSystem.SelectValueInColumn=Select Entry by Value in Column Link Here
35
CompSystem.TapViewWithAccessibilityLabel=Tap View with Accessibility Label
35
CompSystem.TapViewWithAccessibilityLabel=Tap View with Accessibility Label
36
CompSystem.Swipe=Swipe
36
CompSystem.Swipe=Swipe
37
CompSystem.Label=Label
37
CompSystem.Label=Label
38
CompSystem.CheckBadgeValue=Check badge value
38
CompSystem.CheckBadgeValue=Check Badge Value
39
CompSystem.TabIndex=Tab index
39
CompSystem.TabIndex=Tab Index
40
- 

Return to bug 436045