diff options
author | Kevin Smith <git@kismith.co.uk> | 2018-07-17 16:13:09 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2018-07-17 16:13:14 (GMT) |
commit | 709d35a0e3624046ba00429d50dfd33d8bbc9d9c (patch) | |
tree | 7362a929d80dda0725f25beeb3fc6f8fb6ec765b /Swiften | |
parent | cdd33515142958017563d83b756df0ca31b023a7 (diff) | |
download | swift-709d35a0e3624046ba00429d50dfd33d8bbc9d9c.zip swift-709d35a0e3624046ba00429d50dfd33d8bbc9d9c.tar.bz2 |
Add unit test for missing bookmark responses
Test-Information:
Without the recent fix for missing bookmark results, tests crash,
on master they pass
Change-Id: Iab2d55d6d60e5926485d31f4dd63a117a9d12aee
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/MUC/MUCBookmarkManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/MUC/MUCBookmarkManager.cpp b/Swiften/MUC/MUCBookmarkManager.cpp index da021ad..8a7854d 100644 --- a/Swiften/MUC/MUCBookmarkManager.cpp +++ b/Swiften/MUC/MUCBookmarkManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2016 Isode Limited. + * Copyright (c) 2010-2018 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ |