Fix a few spacing issues. Refs #614

This commit is contained in:
Jawwad Ahmad
2012-06-03 22:49:03 -04:00
parent 086dceee66
commit 2cf60ffb86
12 changed files with 25 additions and 25 deletions

View File

@@ -71,7 +71,7 @@
assertThatInt([[[result1 valueForKeyPath:@"number"] valueForKey:@"text"] intValue], is(equalToInt(1)));
assertThat([result1 valueForKeyPath:@"string"], is(equalTo(@"string")));
id result2 = [records objectAtIndex:1];
assertThatInt([[[result2 valueForKeyPath:@"another-number"] valueForKey:@"text"]intValue], is(equalToInt(1)));
assertThatInt([[[result2 valueForKeyPath:@"another-number"] valueForKey:@"text"] intValue], is(equalToInt(1)));
}
- (void)testShouldMapXML {