File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 6262 __block NSURL *originURL;
6363 __block NSURL *workdirURL;
6464
65+ // TODO: Make real remote tests using a repo somewhere
66+
6567 beforeEach (^{
6668 error = nil ;
6769 transferProgressCalled = NO ;
6870 checkoutProgressCalled = NO ;
6971 transferProgressBlock = ^(const git_transfer_progress *progress) { transferProgressCalled = YES ; };
7072 checkoutProgressBlock = ^(NSString *path, NSUInteger completedSteps, NSUInteger totalSteps) { checkoutProgressCalled = YES ; };
7173
72- originURL = self.bareFixtureRepository .gitDirectoryURL ; // [NSURL URLWithString: @"https://github.com/libgit2/TestGitRepository"];
74+ originURL = self.bareFixtureRepository .gitDirectoryURL ;
7375 workdirURL = [NSURL fileURLWithPath: [NSTemporaryDirectory () stringByAppendingPathComponent: @" unit_test" ]];
7476 });
7577
You can’t perform that action at this time.
0 commit comments