[Pkg-owncloud-commits] [php-sabre-vobject] 67/106: Don't like the 'unit' directory name.

David Prévot taffit at moszumanska.debian.org
Fri Aug 22 15:11:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit 20c94943037bc6c7f10c72c5cbed0607d616e87c
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Thu Aug 7 01:16:51 2014 -0400

    Don't like the 'unit' directory name.
---
 tests/{unit => VObject}/AttachIssueTest.php                              | 0
 tests/{unit => VObject}/CliTest.php                                      | 0
 tests/{unit => VObject}/Component/VAlarmTest.php                         | 0
 tests/{unit => VObject}/Component/VCalendarTest.php                      | 0
 tests/{unit => VObject}/Component/VCardTest.php                          | 0
 tests/{unit => VObject}/Component/VEventTest.php                         | 0
 tests/{unit => VObject}/Component/VFreeBusyTest.php                      | 0
 tests/{unit => VObject}/Component/VJournalTest.php                       | 0
 tests/{unit => VObject}/Component/VTimeZoneTest.php                      | 0
 tests/{unit => VObject}/Component/VTodoTest.php                          | 0
 tests/{unit => VObject}/ComponentTest.php                                | 0
 tests/{unit => VObject}/DateTimeParserTest.php                           | 0
 tests/{unit => VObject}/DocumentTest.php                                 | 0
 tests/{unit => VObject}/ElementListTest.php                              | 0
 tests/{unit => VObject}/EmClientTest.php                                 | 0
 tests/{unit => VObject}/EmptyValueIssueTest.php                          | 0
 tests/{unit => VObject}/FreeBusyGeneratorTest.php                        | 0
 tests/{unit => VObject}/GoogleColonEscapingTest.php                      | 0
 tests/{unit => VObject}/ITip/BrokerAttendeeReplyTest.php                 | 0
 tests/{unit => VObject}/ITip/BrokerDeleteEventTest.php                   | 0
 tests/{unit => VObject}/ITip/BrokerNewEventTest.php                      | 0
 tests/{unit => VObject}/ITip/BrokerProcessMessageTest.php                | 0
 tests/{unit => VObject}/ITip/BrokerUpdateEventTest.php                   | 0
 tests/{unit => VObject}/Issue153Test.php                                 | 0
 tests/{unit => VObject}/Issue154Test.php                                 | 0
 tests/{unit => VObject}/Issue26Test.php                                  | 0
 tests/{unit => VObject}/Issue36WorkAroundTest.php                        | 0
 tests/{unit => VObject}/Issue40Test.php                                  | 0
 tests/{unit => VObject}/Issue64Test.php                                  | 0
 tests/{unit => VObject}/Issue96Test.php                                  | 0
 tests/{unit => VObject}/JCalTest.php                                     | 0
 tests/{unit => VObject}/JCardTest.php                                    | 0
 tests/{unit => VObject}/LineFoldingIssueTest.php                         | 0
 tests/{unit => VObject}/ParameterTest.php                                | 0
 tests/{unit => VObject}/Parser/JsonTest.php                              | 0
 tests/{unit => VObject}/Parser/QuotedPrintableTest.php                   | 0
 tests/{unit => VObject}/Property/BinaryTest.php                          | 0
 tests/{unit => VObject}/Property/BooleanTest.php                         | 0
 tests/{unit => VObject}/Property/CompoundTest.php                        | 0
 tests/{unit => VObject}/Property/FloatTest.php                           | 0
 tests/{unit => VObject}/Property/ICalendar/DateTimeTest.php              | 0
 tests/{unit => VObject}/Property/ICalendar/DurationTest.php              | 0
 tests/{unit => VObject}/Property/ICalendar/RecurTest.php                 | 0
 tests/{unit => VObject}/Property/TextTest.php                            | 0
 tests/{unit => VObject}/Property/VCard/DateAndOrTimeTest.php             | 0
 tests/{unit => VObject}/Property/VCard/LanguageTagTest.php               | 0
 tests/{unit => VObject}/PropertyTest.php                                 | 0
 tests/{unit => VObject}/ReaderTest.php                                   | 0
 tests/{unit => VObject}/Recur/EventIterator/ByMonthInDailyTest.php       | 0
 tests/{unit => VObject}/Recur/EventIterator/FifthTuesdayProblemTest.php  | 0
 tests/{unit => VObject}/Recur/EventIterator/IncorrectExpandTest.php      | 0
 tests/{unit => VObject}/Recur/EventIterator/InfiniteLoopProblemTest.php  | 0
 tests/{unit => VObject}/Recur/EventIterator/Issue48Test.php              | 0
 tests/{unit => VObject}/Recur/EventIterator/Issue50Test.php              | 0
 tests/{unit => VObject}/Recur/EventIterator/MainTest.php                 | 0
 tests/{unit => VObject}/Recur/EventIterator/MissingOverriddenTest.php    | 0
 tests/{unit => VObject}/Recur/EventIterator/OverrideFirstEventTest.php   | 0
 tests/{unit => VObject}/Recur/RRuleIterator.php                          | 0
 tests/{unit => VObject}/RecurrenceIterator/UntilRespectsTimezoneTest.ics | 0
 tests/{unit => VObject}/SlashRTest.php                                   | 0
 tests/{unit => VObject}/Splitter/ICalendarTest.php                       | 0
 tests/{unit => VObject}/Splitter/VCardTest.php                           | 0
 tests/{unit => VObject}/StringUtilTest.php                               | 0
 tests/{unit => VObject}/TimeZoneUtilTest.php                             | 0
 tests/{unit => VObject}/UUIDUtilTest.php                                 | 0
 tests/{unit => VObject}/VCard21Test.php                                  | 0
 tests/{unit => VObject}/VCardConverterTest.php                           | 0
 tests/{unit => VObject}/VersionTest.php                                  | 0
 tests/{unit => VObject}/issue153.vcf                                     | 0
 tests/{unit => VObject}/issue64.vcf                                      | 0
 70 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/tests/unit/AttachIssueTest.php b/tests/VObject/AttachIssueTest.php
similarity index 100%
rename from tests/unit/AttachIssueTest.php
rename to tests/VObject/AttachIssueTest.php
diff --git a/tests/unit/CliTest.php b/tests/VObject/CliTest.php
similarity index 100%
rename from tests/unit/CliTest.php
rename to tests/VObject/CliTest.php
diff --git a/tests/unit/Component/VAlarmTest.php b/tests/VObject/Component/VAlarmTest.php
similarity index 100%
rename from tests/unit/Component/VAlarmTest.php
rename to tests/VObject/Component/VAlarmTest.php
diff --git a/tests/unit/Component/VCalendarTest.php b/tests/VObject/Component/VCalendarTest.php
similarity index 100%
rename from tests/unit/Component/VCalendarTest.php
rename to tests/VObject/Component/VCalendarTest.php
diff --git a/tests/unit/Component/VCardTest.php b/tests/VObject/Component/VCardTest.php
similarity index 100%
rename from tests/unit/Component/VCardTest.php
rename to tests/VObject/Component/VCardTest.php
diff --git a/tests/unit/Component/VEventTest.php b/tests/VObject/Component/VEventTest.php
similarity index 100%
rename from tests/unit/Component/VEventTest.php
rename to tests/VObject/Component/VEventTest.php
diff --git a/tests/unit/Component/VFreeBusyTest.php b/tests/VObject/Component/VFreeBusyTest.php
similarity index 100%
rename from tests/unit/Component/VFreeBusyTest.php
rename to tests/VObject/Component/VFreeBusyTest.php
diff --git a/tests/unit/Component/VJournalTest.php b/tests/VObject/Component/VJournalTest.php
similarity index 100%
rename from tests/unit/Component/VJournalTest.php
rename to tests/VObject/Component/VJournalTest.php
diff --git a/tests/unit/Component/VTimeZoneTest.php b/tests/VObject/Component/VTimeZoneTest.php
similarity index 100%
rename from tests/unit/Component/VTimeZoneTest.php
rename to tests/VObject/Component/VTimeZoneTest.php
diff --git a/tests/unit/Component/VTodoTest.php b/tests/VObject/Component/VTodoTest.php
similarity index 100%
rename from tests/unit/Component/VTodoTest.php
rename to tests/VObject/Component/VTodoTest.php
diff --git a/tests/unit/ComponentTest.php b/tests/VObject/ComponentTest.php
similarity index 100%
rename from tests/unit/ComponentTest.php
rename to tests/VObject/ComponentTest.php
diff --git a/tests/unit/DateTimeParserTest.php b/tests/VObject/DateTimeParserTest.php
similarity index 100%
rename from tests/unit/DateTimeParserTest.php
rename to tests/VObject/DateTimeParserTest.php
diff --git a/tests/unit/DocumentTest.php b/tests/VObject/DocumentTest.php
similarity index 100%
rename from tests/unit/DocumentTest.php
rename to tests/VObject/DocumentTest.php
diff --git a/tests/unit/ElementListTest.php b/tests/VObject/ElementListTest.php
similarity index 100%
rename from tests/unit/ElementListTest.php
rename to tests/VObject/ElementListTest.php
diff --git a/tests/unit/EmClientTest.php b/tests/VObject/EmClientTest.php
similarity index 100%
rename from tests/unit/EmClientTest.php
rename to tests/VObject/EmClientTest.php
diff --git a/tests/unit/EmptyValueIssueTest.php b/tests/VObject/EmptyValueIssueTest.php
similarity index 100%
rename from tests/unit/EmptyValueIssueTest.php
rename to tests/VObject/EmptyValueIssueTest.php
diff --git a/tests/unit/FreeBusyGeneratorTest.php b/tests/VObject/FreeBusyGeneratorTest.php
similarity index 100%
rename from tests/unit/FreeBusyGeneratorTest.php
rename to tests/VObject/FreeBusyGeneratorTest.php
diff --git a/tests/unit/GoogleColonEscapingTest.php b/tests/VObject/GoogleColonEscapingTest.php
similarity index 100%
rename from tests/unit/GoogleColonEscapingTest.php
rename to tests/VObject/GoogleColonEscapingTest.php
diff --git a/tests/unit/ITip/BrokerAttendeeReplyTest.php b/tests/VObject/ITip/BrokerAttendeeReplyTest.php
similarity index 100%
rename from tests/unit/ITip/BrokerAttendeeReplyTest.php
rename to tests/VObject/ITip/BrokerAttendeeReplyTest.php
diff --git a/tests/unit/ITip/BrokerDeleteEventTest.php b/tests/VObject/ITip/BrokerDeleteEventTest.php
similarity index 100%
rename from tests/unit/ITip/BrokerDeleteEventTest.php
rename to tests/VObject/ITip/BrokerDeleteEventTest.php
diff --git a/tests/unit/ITip/BrokerNewEventTest.php b/tests/VObject/ITip/BrokerNewEventTest.php
similarity index 100%
rename from tests/unit/ITip/BrokerNewEventTest.php
rename to tests/VObject/ITip/BrokerNewEventTest.php
diff --git a/tests/unit/ITip/BrokerProcessMessageTest.php b/tests/VObject/ITip/BrokerProcessMessageTest.php
similarity index 100%
rename from tests/unit/ITip/BrokerProcessMessageTest.php
rename to tests/VObject/ITip/BrokerProcessMessageTest.php
diff --git a/tests/unit/ITip/BrokerUpdateEventTest.php b/tests/VObject/ITip/BrokerUpdateEventTest.php
similarity index 100%
rename from tests/unit/ITip/BrokerUpdateEventTest.php
rename to tests/VObject/ITip/BrokerUpdateEventTest.php
diff --git a/tests/unit/Issue153Test.php b/tests/VObject/Issue153Test.php
similarity index 100%
rename from tests/unit/Issue153Test.php
rename to tests/VObject/Issue153Test.php
diff --git a/tests/unit/Issue154Test.php b/tests/VObject/Issue154Test.php
similarity index 100%
rename from tests/unit/Issue154Test.php
rename to tests/VObject/Issue154Test.php
diff --git a/tests/unit/Issue26Test.php b/tests/VObject/Issue26Test.php
similarity index 100%
rename from tests/unit/Issue26Test.php
rename to tests/VObject/Issue26Test.php
diff --git a/tests/unit/Issue36WorkAroundTest.php b/tests/VObject/Issue36WorkAroundTest.php
similarity index 100%
rename from tests/unit/Issue36WorkAroundTest.php
rename to tests/VObject/Issue36WorkAroundTest.php
diff --git a/tests/unit/Issue40Test.php b/tests/VObject/Issue40Test.php
similarity index 100%
rename from tests/unit/Issue40Test.php
rename to tests/VObject/Issue40Test.php
diff --git a/tests/unit/Issue64Test.php b/tests/VObject/Issue64Test.php
similarity index 100%
rename from tests/unit/Issue64Test.php
rename to tests/VObject/Issue64Test.php
diff --git a/tests/unit/Issue96Test.php b/tests/VObject/Issue96Test.php
similarity index 100%
rename from tests/unit/Issue96Test.php
rename to tests/VObject/Issue96Test.php
diff --git a/tests/unit/JCalTest.php b/tests/VObject/JCalTest.php
similarity index 100%
rename from tests/unit/JCalTest.php
rename to tests/VObject/JCalTest.php
diff --git a/tests/unit/JCardTest.php b/tests/VObject/JCardTest.php
similarity index 100%
rename from tests/unit/JCardTest.php
rename to tests/VObject/JCardTest.php
diff --git a/tests/unit/LineFoldingIssueTest.php b/tests/VObject/LineFoldingIssueTest.php
similarity index 100%
rename from tests/unit/LineFoldingIssueTest.php
rename to tests/VObject/LineFoldingIssueTest.php
diff --git a/tests/unit/ParameterTest.php b/tests/VObject/ParameterTest.php
similarity index 100%
rename from tests/unit/ParameterTest.php
rename to tests/VObject/ParameterTest.php
diff --git a/tests/unit/Parser/JsonTest.php b/tests/VObject/Parser/JsonTest.php
similarity index 100%
rename from tests/unit/Parser/JsonTest.php
rename to tests/VObject/Parser/JsonTest.php
diff --git a/tests/unit/Parser/QuotedPrintableTest.php b/tests/VObject/Parser/QuotedPrintableTest.php
similarity index 100%
rename from tests/unit/Parser/QuotedPrintableTest.php
rename to tests/VObject/Parser/QuotedPrintableTest.php
diff --git a/tests/unit/Property/BinaryTest.php b/tests/VObject/Property/BinaryTest.php
similarity index 100%
rename from tests/unit/Property/BinaryTest.php
rename to tests/VObject/Property/BinaryTest.php
diff --git a/tests/unit/Property/BooleanTest.php b/tests/VObject/Property/BooleanTest.php
similarity index 100%
rename from tests/unit/Property/BooleanTest.php
rename to tests/VObject/Property/BooleanTest.php
diff --git a/tests/unit/Property/CompoundTest.php b/tests/VObject/Property/CompoundTest.php
similarity index 100%
rename from tests/unit/Property/CompoundTest.php
rename to tests/VObject/Property/CompoundTest.php
diff --git a/tests/unit/Property/FloatTest.php b/tests/VObject/Property/FloatTest.php
similarity index 100%
rename from tests/unit/Property/FloatTest.php
rename to tests/VObject/Property/FloatTest.php
diff --git a/tests/unit/Property/ICalendar/DateTimeTest.php b/tests/VObject/Property/ICalendar/DateTimeTest.php
similarity index 100%
rename from tests/unit/Property/ICalendar/DateTimeTest.php
rename to tests/VObject/Property/ICalendar/DateTimeTest.php
diff --git a/tests/unit/Property/ICalendar/DurationTest.php b/tests/VObject/Property/ICalendar/DurationTest.php
similarity index 100%
rename from tests/unit/Property/ICalendar/DurationTest.php
rename to tests/VObject/Property/ICalendar/DurationTest.php
diff --git a/tests/unit/Property/ICalendar/RecurTest.php b/tests/VObject/Property/ICalendar/RecurTest.php
similarity index 100%
rename from tests/unit/Property/ICalendar/RecurTest.php
rename to tests/VObject/Property/ICalendar/RecurTest.php
diff --git a/tests/unit/Property/TextTest.php b/tests/VObject/Property/TextTest.php
similarity index 100%
rename from tests/unit/Property/TextTest.php
rename to tests/VObject/Property/TextTest.php
diff --git a/tests/unit/Property/VCard/DateAndOrTimeTest.php b/tests/VObject/Property/VCard/DateAndOrTimeTest.php
similarity index 100%
rename from tests/unit/Property/VCard/DateAndOrTimeTest.php
rename to tests/VObject/Property/VCard/DateAndOrTimeTest.php
diff --git a/tests/unit/Property/VCard/LanguageTagTest.php b/tests/VObject/Property/VCard/LanguageTagTest.php
similarity index 100%
rename from tests/unit/Property/VCard/LanguageTagTest.php
rename to tests/VObject/Property/VCard/LanguageTagTest.php
diff --git a/tests/unit/PropertyTest.php b/tests/VObject/PropertyTest.php
similarity index 100%
rename from tests/unit/PropertyTest.php
rename to tests/VObject/PropertyTest.php
diff --git a/tests/unit/ReaderTest.php b/tests/VObject/ReaderTest.php
similarity index 100%
rename from tests/unit/ReaderTest.php
rename to tests/VObject/ReaderTest.php
diff --git a/tests/unit/Recur/EventIterator/ByMonthInDailyTest.php b/tests/VObject/Recur/EventIterator/ByMonthInDailyTest.php
similarity index 100%
rename from tests/unit/Recur/EventIterator/ByMonthInDailyTest.php
rename to tests/VObject/Recur/EventIterator/ByMonthInDailyTest.php
diff --git a/tests/unit/Recur/EventIterator/FifthTuesdayProblemTest.php b/tests/VObject/Recur/EventIterator/FifthTuesdayProblemTest.php
similarity index 100%
rename from tests/unit/Recur/EventIterator/FifthTuesdayProblemTest.php
rename to tests/VObject/Recur/EventIterator/FifthTuesdayProblemTest.php
diff --git a/tests/unit/Recur/EventIterator/IncorrectExpandTest.php b/tests/VObject/Recur/EventIterator/IncorrectExpandTest.php
similarity index 100%
rename from tests/unit/Recur/EventIterator/IncorrectExpandTest.php
rename to tests/VObject/Recur/EventIterator/IncorrectExpandTest.php
diff --git a/tests/unit/Recur/EventIterator/InfiniteLoopProblemTest.php b/tests/VObject/Recur/EventIterator/InfiniteLoopProblemTest.php
similarity index 100%
rename from tests/unit/Recur/EventIterator/InfiniteLoopProblemTest.php
rename to tests/VObject/Recur/EventIterator/InfiniteLoopProblemTest.php
diff --git a/tests/unit/Recur/EventIterator/Issue48Test.php b/tests/VObject/Recur/EventIterator/Issue48Test.php
similarity index 100%
rename from tests/unit/Recur/EventIterator/Issue48Test.php
rename to tests/VObject/Recur/EventIterator/Issue48Test.php
diff --git a/tests/unit/Recur/EventIterator/Issue50Test.php b/tests/VObject/Recur/EventIterator/Issue50Test.php
similarity index 100%
rename from tests/unit/Recur/EventIterator/Issue50Test.php
rename to tests/VObject/Recur/EventIterator/Issue50Test.php
diff --git a/tests/unit/Recur/EventIterator/MainTest.php b/tests/VObject/Recur/EventIterator/MainTest.php
similarity index 100%
rename from tests/unit/Recur/EventIterator/MainTest.php
rename to tests/VObject/Recur/EventIterator/MainTest.php
diff --git a/tests/unit/Recur/EventIterator/MissingOverriddenTest.php b/tests/VObject/Recur/EventIterator/MissingOverriddenTest.php
similarity index 100%
rename from tests/unit/Recur/EventIterator/MissingOverriddenTest.php
rename to tests/VObject/Recur/EventIterator/MissingOverriddenTest.php
diff --git a/tests/unit/Recur/EventIterator/OverrideFirstEventTest.php b/tests/VObject/Recur/EventIterator/OverrideFirstEventTest.php
similarity index 100%
rename from tests/unit/Recur/EventIterator/OverrideFirstEventTest.php
rename to tests/VObject/Recur/EventIterator/OverrideFirstEventTest.php
diff --git a/tests/unit/Recur/RRuleIterator.php b/tests/VObject/Recur/RRuleIterator.php
similarity index 100%
rename from tests/unit/Recur/RRuleIterator.php
rename to tests/VObject/Recur/RRuleIterator.php
diff --git a/tests/unit/RecurrenceIterator/UntilRespectsTimezoneTest.ics b/tests/VObject/RecurrenceIterator/UntilRespectsTimezoneTest.ics
similarity index 100%
rename from tests/unit/RecurrenceIterator/UntilRespectsTimezoneTest.ics
rename to tests/VObject/RecurrenceIterator/UntilRespectsTimezoneTest.ics
diff --git a/tests/unit/SlashRTest.php b/tests/VObject/SlashRTest.php
similarity index 100%
rename from tests/unit/SlashRTest.php
rename to tests/VObject/SlashRTest.php
diff --git a/tests/unit/Splitter/ICalendarTest.php b/tests/VObject/Splitter/ICalendarTest.php
similarity index 100%
rename from tests/unit/Splitter/ICalendarTest.php
rename to tests/VObject/Splitter/ICalendarTest.php
diff --git a/tests/unit/Splitter/VCardTest.php b/tests/VObject/Splitter/VCardTest.php
similarity index 100%
rename from tests/unit/Splitter/VCardTest.php
rename to tests/VObject/Splitter/VCardTest.php
diff --git a/tests/unit/StringUtilTest.php b/tests/VObject/StringUtilTest.php
similarity index 100%
rename from tests/unit/StringUtilTest.php
rename to tests/VObject/StringUtilTest.php
diff --git a/tests/unit/TimeZoneUtilTest.php b/tests/VObject/TimeZoneUtilTest.php
similarity index 100%
rename from tests/unit/TimeZoneUtilTest.php
rename to tests/VObject/TimeZoneUtilTest.php
diff --git a/tests/unit/UUIDUtilTest.php b/tests/VObject/UUIDUtilTest.php
similarity index 100%
rename from tests/unit/UUIDUtilTest.php
rename to tests/VObject/UUIDUtilTest.php
diff --git a/tests/unit/VCard21Test.php b/tests/VObject/VCard21Test.php
similarity index 100%
rename from tests/unit/VCard21Test.php
rename to tests/VObject/VCard21Test.php
diff --git a/tests/unit/VCardConverterTest.php b/tests/VObject/VCardConverterTest.php
similarity index 100%
rename from tests/unit/VCardConverterTest.php
rename to tests/VObject/VCardConverterTest.php
diff --git a/tests/unit/VersionTest.php b/tests/VObject/VersionTest.php
similarity index 100%
rename from tests/unit/VersionTest.php
rename to tests/VObject/VersionTest.php
diff --git a/tests/unit/issue153.vcf b/tests/VObject/issue153.vcf
similarity index 100%
rename from tests/unit/issue153.vcf
rename to tests/VObject/issue153.vcf
diff --git a/tests/unit/issue64.vcf b/tests/VObject/issue64.vcf
similarity index 100%
rename from tests/unit/issue64.vcf
rename to tests/VObject/issue64.vcf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list