mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 13:37:03 +00:00
Test: removed test for capp_lint
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
* Copyright 2013, Cappuccino Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
@import <Foundation/CPObject.j>
|
||||
@import <AppKit/CPAlert.j>
|
||||
@import <Foundation/Foundation.j>
|
||||
@import <AppKit/AppKit.j>
|
||||
|
||||
@import "Transformers.j"
|
||||
|
||||
@@ -28,12 +28,13 @@
|
||||
|
||||
- (id)init
|
||||
{
|
||||
if (self = [super init])
|
||||
if (self = super init])
|
||||
{
|
||||
foo = nil;
|
||||
[self setNow];
|
||||
[self setAllowColorChange:NO];
|
||||
[self setCanEditPeople:YES];
|
||||
|
||||
people = [
|
||||
[CPDictionary dictionaryWithObjectsAndKeys:@"tom", @"firstname", @"jones", @"lastname", 27, @"age", 0, @"numberOfChildren"],
|
||||
[CPDictionary dictionaryWithObjectsAndKeys:@"dick", @"firstname", @"clark", @"lastname", 31, @"age", 4, @"numberOfChildren"],
|
||||
|
||||
Reference in New Issue
Block a user