aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests/SPDatabaseCopyTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTests/SPDatabaseCopyTest.m')
-rw-r--r--UnitTests/SPDatabaseCopyTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTests/SPDatabaseCopyTest.m b/UnitTests/SPDatabaseCopyTest.m
index c9a37d3c..593989de 100644
--- a/UnitTests/SPDatabaseCopyTest.m
+++ b/UnitTests/SPDatabaseCopyTest.m
@@ -76,7 +76,7 @@
NSString *source = [[NSString alloc] initWithString:@"source_name"];
NSString *target = [[NSString alloc] initWithString:@"target_name"];
- [dbCopy copyDatabaseFrom:source to:target withContent:YES];
+ STAssertTrue([dbCopy copyDatabaseFrom:source to:target withContent:YES], @"method renameDatabaseFrom:to: is supposed to return YES");
[mockConnection verify];
[source release];