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

sharing-invites: Extra cleanup and incorrect test for bad users #22

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

Comments

@macosforgebot
Copy link

douglm@… originally submitted this as ticket:539


In sharing-invites.xml we have

   <test-suite name='Attempt broken invite'>
        <test name='1' ignore='no'>
            <description>POST invitation</description>
...
                <verify>
                    <callback>multistatusItems</callback>
                    <arg>
                        <name>424</name>
                        <value>$cuaddr2:</value>
                    </arg>
                    <arg>
                        <name>403</name>
                        <value>mailto:[email protected]</value>
                    </arg>
...

The first test should be for 200 as the server should accept all the good ones.

The next test also needs changing to check for a single notification rather than no notification

Also - same file it would be useful to add some extra cleanup to help after errors:

Added

    <request>
      <method>DELETE</method>
      <ruri>$calendarhome1:/shared2/</ruri>
    </request>
@macosforgebot
Copy link
Author

@wsanchez originally submitted this as comment:6:⁠ticket:539

  • 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