Reorganize test suite.
authorGunnar Wrobel <p@rdus.de>
Wed, 2 Dec 2009 21:14:34 +0000 (22:14 +0100)
committerGunnar Wrobel <wrobel@temple.(none)>
Wed, 23 Jun 2010 17:29:52 +0000 (19:29 +0200)
commit02e4235cef0e31c14950b154d808db83e8140fb3
tree2c43b6e84a0eed93d6703bf01205688bb7cc17e8
parent973be1e0ef3da4b535c6ae798e23474f13cf6c4d
Reorganize test suite.
33 files changed:
framework/Kolab_Format/test/Horde/Kolab/Format/AllTests.php
framework/Kolab_Format/test/Horde/Kolab/Format/Autoload.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/ContactTest.php [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/EventTest.php [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/ContactTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/EventTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/MimeAttrTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/PreferencesTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/RecurrenceTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/XmlTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/contact_category.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/contact_mail.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/contact_pgp.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/event_umlaut.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/event_umlaut_broken.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/preferences_read_old.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/preferences_write_old.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/recur.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/recur_fail.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/MimeAttrTest.php [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/PreferencesTest.php [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/XmlTest.php [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_category.xml [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_mail.xml [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_pgp.xml [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/event_umlaut.xml [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/event_umlaut_broken.xml [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/preferences_read_old.xml [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/preferences_write_old.xml [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/recur.xml [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/recur_fail.xml [deleted file]
framework/Kolab_Format/test/Horde/Kolab/Format/phpunit.xml [new file with mode: 0644]