Skip to content

Commit

Permalink
JMAPCalendars.pm: assert invalidProperties error for unknown calendars
Browse files Browse the repository at this point in the history
  • Loading branch information
rsto committed Aug 18, 2017
1 parent 81684b3 commit 2221787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cassandane/Cyrus/JMAPCalendars.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@ sub test_setcalendarevents_move
"calendarId" => "nope",
}
}}, "R1"]]);
$self->assert_str_equals('calendarNotFound', $res->[0][1]{notUpdated}{$id}{type});
$self->assert_str_equals('invalidProperties', $res->[0][1]{notUpdated}{$id}{type});
$self->assert_str_equals($state, $res->[0][1]{newState});

xlog "get calendar $id from untouched calendar $calidA";
Expand Down

0 comments on commit 2221787

Please sign in to comment.