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

Commit

Permalink
Rename: :Conversations annotation needs :min_version_3_0
Browse files Browse the repository at this point in the history
See also #63
  • Loading branch information
elliefm committed Sep 3, 2018
1 parent 12aad34 commit 5f01c0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cassandane/Cyrus/Rename.pm
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ sub test_rename_user_deep_subfolder
# Test big conversation rename
#
sub test_rename_user_bigconversation
:AllowMoves :Conversations
:AllowMoves :Conversations :min_version_3_0
{
my ($self) = @_;

Expand Down Expand Up @@ -233,7 +233,7 @@ sub test_rename_user_bigconversation
# Test big conversation rename
#
sub test_rename_user_midsizeconversation
:AllowMoves :Conversations
:AllowMoves :Conversations :min_version_3_0
{
my ($self) = @_;

Expand Down Expand Up @@ -279,7 +279,7 @@ sub test_rename_user_midsizeconversation
# Test big conversation rename
#
sub test_rename_bigconversation
:Conversations
:Conversations :min_version_3_0
{
my ($self) = @_;

Expand Down Expand Up @@ -311,7 +311,7 @@ sub test_rename_bigconversation
# Test mid-sized conversation rename
#
sub test_rename_midsizeconversation
:Conversations
:Conversations :min_version_3_0
{
my ($self) = @_;

Expand Down Expand Up @@ -349,7 +349,7 @@ sub test_rename_midsizeconversation
# Test Bug #3634 - rename inbox -> inbox.sub
#
sub test_rename_inbox
:Conversations
:Conversations :min_version_3_0
{
my ($self) = @_;

Expand Down Expand Up @@ -448,7 +448,7 @@ sub test_rename_withsub
}

sub test_rename_conversations
:Conversations :VirtDomains
:Conversations :VirtDomains :min_version_3_0
{
my ($self) = @_;

Expand Down

0 comments on commit 5f01c0b

Please sign in to comment.