Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Exclusion/inclusion of test values #24

Open
macosforgebot opened this issue Oct 26, 2012 · 1 comment
Open

Exclusion/inclusion of test values #24

macosforgebot opened this issue Oct 26, 2012 · 1 comment

Comments

@macosforgebot
Copy link

douglm@… originally submitted this as ticket:562


In sharing-notification-sync.xml for example we have

   <test-suite name='initial tokens - depth infinity' ignore='no'>
        <test name='1' ignore='no'>
...
                <verify>
                    <exclude-feature>
                        <feature>split-calendars</feature>
                    </exclude-feature>
                    <callback>multistatusItems</callback>
                    <arg>
                        <name>okhrefs</name>
                        <value>$calendar:/</value>
                        <value>$inbox:/</value>
                        <value>$outbox:/</value>
                        <value>$freebusy:</value>
                        <value>$notification:/</value>
                        <value>shared/</value>
                    </arg>
                    <arg>
                        <name>badhrefs</name>
                        <value>$dropbox:/</value>
                    </arg>
                </verify>
                <verify>
                    <require-feature>
                        <feature>split-calendars</feature>
                    </require-feature>
                    <callback>multistatusItems</callback>
                    <arg>
                        <name>okhrefs</name>
                        <value>$calendar:/</value>
                        <value>$tasks:/</value>
                        <value>$inbox:/</value>
                        <value>$outbox:/</value>
                        <value>$freebusy:</value>
                        <value>$notification:/</value>
                        <value>shared/</value>
                    </arg>
                    <arg>
                        <name>badhrefs</name>
                        <value>$dropbox:/</value>
                    </arg>
                </verify>

Currently I don't have split calendars, not dropbox nor a freebusy calendar so I get 2 failures for freebusy and dropbox.

I don't think I could reasonably express all that with the exclude-feature and require-feature sub-elements

It might simplify things if we could apply an exclude-feature and require-feature attribute to the value and arg elements

@macosforgebot
Copy link
Author

@wsanchez originally submitted this as comment:7:⁠ticket:562

  • Milestone set to Later
  • Description modified

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants