aboutsummaryrefslogtreecommitdiff
path: root/iPhone
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-07-27 20:00:20 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-07-27 20:00:20 +0000
commit6ce0c8d55ab1314a13e178d2d5184ad17269f253 (patch)
tree286009122f9a81b46ed2b96192182105d8af09b3 /iPhone
parentc2c9021271efb4bac13da89bc9073bda7780f029 (diff)
[Author: thomasvl]
Fix up string to match. Probably a stray delete we missed. R=dmaclach DELTA=1 (0 added, 0 deleted, 1 changed)
Diffstat (limited to 'iPhone')
-rw-r--r--iPhone/GTMUIView+SubtreeDescriptionTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/iPhone/GTMUIView+SubtreeDescriptionTest.m b/iPhone/GTMUIView+SubtreeDescriptionTest.m
index 34911bd..b691cd5 100644
--- a/iPhone/GTMUIView+SubtreeDescriptionTest.m
+++ b/iPhone/GTMUIView+SubtreeDescriptionTest.m
@@ -140,7 +140,7 @@
NSString *actual2 = [view1 subtreeDescription];
NSString *expected2 = [NSString stringWithFormat:
@"UIView %p {x:0 y:0 w:100 h:200}\n"
- @" UIMyTestView %p {x:2 y:2 w:102 h:202} alpha:1.0\n",
+ @" UIMyTestView %p {x:2 y:2 w:102 h:202} alpha: 1.0\n",
view1, view2];
STAssertEqualObjects(actual2, expected2, @"a view with one subclassed child");
}