From 6ce0c8d55ab1314a13e178d2d5184ad17269f253 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Fri, 27 Jul 2012 20:00:20 +0000 Subject: [Author: thomasvl] Fix up string to match. Probably a stray delete we missed. R=dmaclach DELTA=1 (0 added, 0 deleted, 1 changed) --- iPhone/GTMUIView+SubtreeDescriptionTest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iPhone') 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"); } -- cgit v1.2.3