Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 244733 Details for
Bug 436045
iOS toolkit - new action "UITabBar - check badge value"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Badge value patch file
BadgeValueName.diff (text/plain), 1.94 KB, created by
Kiss Tamás
on 2014-07-02 08:53:46 EDT
(
hide
)
Description:
Badge value patch file
Filename:
MIME Type:
Creator:
Kiss Tamás
Created:
2014-07-02 08:53:46 EDT
Size:
1.94 KB
patch
obsolete
>diff --git a/org.eclipse.jubula.toolkit.provider.mobile.ios/resources/xml/ComponentConfiguration.xml b/org.eclipse.jubula.toolkit.provider.mobile.ios/resources/xml/ComponentConfiguration.xml >index 02e9f6a..c200099 100644 >--- a/org.eclipse.jubula.toolkit.provider.mobile.ios/resources/xml/ComponentConfiguration.xml >+++ b/org.eclipse.jubula.toolkit.provider.mobile.ios/resources/xml/ComponentConfiguration.xml >@@ -179,6 +179,16 @@ > <param name="CompSystem.TabIndex"> > <type>java.lang.Integer</type> > </param> >+ <param name="CompSystem.Operator"> >+ <type>java.lang.String</type> >+ <defaultValue>equals</defaultValue> >+ <valueSet> >+ <element name="CompSystem.Equals" value="equals"/> >+ <element name="CompSystem.NotEquals" value="not equals"/> >+ <element name="CompSystem.MatchesRegExp" value="matches"/> >+ <element name="CompSystem.SimpleMatch" value="simple match"/> >+ </valueSet> >+ </param> > </action> > </toolkitComponent> > >diff --git a/org.eclipse.jubula.toolkit.provider.mobile.ios/src/org/eclipse/jubula/toolkit/provider/mobile/ios/I18nStrings.properties b/org.eclipse.jubula.toolkit.provider.mobile.ios/src/org/eclipse/jubula/toolkit/provider/mobile/ios/I18nStrings.properties >index 96fc355..68a4d73 100644 >--- a/org.eclipse.jubula.toolkit.provider.mobile.ios/src/org/eclipse/jubula/toolkit/provider/mobile/ios/I18nStrings.properties >+++ b/org.eclipse.jubula.toolkit.provider.mobile.ios/src/org/eclipse/jubula/toolkit/provider/mobile/ios/I18nStrings.properties >@@ -35,5 +35,5 @@ CompSystem.SelectValueInColumn=Select Entry by Value in Column > CompSystem.TapViewWithAccessibilityLabel=Tap View with Accessibility Label > CompSystem.Swipe=Swipe > CompSystem.Label=Label >-CompSystem.CheckBadgeValue=Check badge value >-CompSystem.TabIndex=Tab index >\ No newline at end of file >+CompSystem.CheckBadgeValue=Check Badge Value >+CompSystem.TabIndex=Tab Index >\ No newline at end of file
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 436045
:
243623
|
244733
|
244735
|
244854
|
244911