Skip to content

Commit

Permalink
removed testing code
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Pich <Dominik@pich.info>
  • Loading branch information
Daij-Djan committed Jun 24, 2012
1 parent 60e0269 commit c84b34d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Binary file not shown.
14 changes: 7 additions & 7 deletions ios/App/QRMainViewController.m
Expand Up @@ -45,13 +45,13 @@ - (void)viewDidLoad
[reproducibleMenuItems addObject:str];
}

/*dummy msg for testing*/
[self.productMenu setTitle:@"Bug Reporter" forState:UIControlStateNormal];
[self.classificationMenu setTitle:@"Feature (New)" forState:UIControlStateNormal];
[self.reproducibleMenu setTitle:@"Not Applicable" forState:UIControlStateNormal];
self.versionField.text = @"latest";
self.titleField.text = @"It would be awesome if you added a REST-API";
self.bodyTextView.text = @"So that a user's radar can more easily be viewed/added/modified.";
// /*dummy msg for testing*/
// [self.productMenu setTitle:@"Bug Reporter" forState:UIControlStateNormal];
// [self.classificationMenu setTitle:@"Feature (New)" forState:UIControlStateNormal];
// [self.reproducibleMenu setTitle:@"Not Applicable" forState:UIControlStateNormal];
// self.versionField.text = @"latest";
// self.titleField.text = @"It would be awesome if you added a REST-API";
// self.bodyTextView.text = @"So that a user's radar can more easily be viewed/added/modified.";
}

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
Expand Down
14 changes: 7 additions & 7 deletions osx/App/RadarWindowController.m
Expand Up @@ -39,13 +39,13 @@ - (void)windowDidLoad

[self.titleField becomeFirstResponder];

/*dummy msg for testing*/
[self.productMenu selectItemWithTitle:@"Bug Reporter"];
[self.classificationMenu selectItemWithTitle:@"Feature (New)"];
[self.reproducibleMenu selectItemWithTitle:@"Not Applicable"];
self.versionField.stringValue = @"latest";
self.titleField.stringValue = @"It would be awesome if you added the ability to edit ones bugs.";
self.bodyTextView.string = @"So that I can remove my typos :D (I mean the problem description).";
// /*dummy msg for testing*/
// [self.productMenu selectItemWithTitle:@"Bug Reporter"];
// [self.classificationMenu selectItemWithTitle:@"Feature (New)"];
// [self.reproducibleMenu selectItemWithTitle:@"Not Applicable"];
// self.versionField.stringValue = @"latest";
// self.titleField.stringValue = @"It would be awesome if you added the ability to edit ones bugs.";
// self.bodyTextView.string = @"So that I can remove my typos :D (I mean the problem description).";
}


Expand Down

0 comments on commit c84b34d

Please sign in to comment.