removed test

This commit is contained in:
Patrick Santana 2012-06-04 19:27:47 +02:00
parent b9304da866
commit b8a8b1e63b
3 changed files with 0 additions and 112 deletions

View file

@ -2,60 +2,6 @@
<Bucket
type = "1"
version = "1.0">
<FileBreakpoints>
<FileBreakpoint
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "OpenPhoto/UploadPhotos+OpenPhoto.m"
timestampString = "360081208.734056"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "152"
endingLineNumber = "152"
landmarkName = "-toDictionary"
landmarkType = "5">
</FileBreakpoint>
<FileBreakpoint
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "OpenPhoto/UploadPhotos+OpenPhoto.m"
timestampString = "360081210.282047"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "153"
endingLineNumber = "153"
landmarkName = "-toDictionary"
landmarkType = "5">
</FileBreakpoint>
<FileBreakpoint
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "OpenPhoto/UploadPhotos+OpenPhoto.m"
timestampString = "360081273.034248"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "155"
endingLineNumber = "155"
landmarkName = "-toDictionary"
landmarkType = "5">
</FileBreakpoint>
<FileBreakpoint
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "OpenPhoto/UploadPhotos+OpenPhoto.m"
timestampString = "360081316.442806"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "154"
endingLineNumber = "154"
landmarkName = "-toDictionary"
landmarkType = "5">
</FileBreakpoint>
</FileBreakpoints>
<ExceptionBreakpoints>
<ExceptionBreakpoint
shouldBeEnabled = "No"

View file

@ -1,25 +0,0 @@
//
// OpenPhotoSyncTests.h
// OpenPhoto
//
// Created by Patrick Santana on 24/05/12.
// Copyright 2012 OpenPhoto
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
#import <SenTestingKit/SenTestingKit.h>
#import "SyncService.h"
@interface OpenPhotoSyncTests : SenTestCase
@end

View file

@ -1,33 +0,0 @@
//
// OpenPhotoSyncTests.m
// OpenPhoto
//
// Created by Patrick Santana on 24/05/12.
// Copyright 2012 OpenPhoto
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
#import "OpenPhotoSyncTests.h"
@implementation OpenPhotoSyncTests
- (void) testLoadImagesToDatabase
{
SyncService *service = [[SyncService alloc]init];
[service loadLocalImagesOnDatabase];
[service release];
}
@end