Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(587)

Side by Side Diff: Src/GoogleApis.Tests/[Mock]/MockClientService.cs

Issue 12772043: Issues 373 (Execute Bug), 374 (Remove Tests.Utility) and 375 (Clean warnings) (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Error in uploading the first time Created 10 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 Copyright 2013 Google Inc 2 Copyright 2013 Google Inc
3 3
4 Licensed under the Apache License, Version 2.0 (the "License"); 4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License. 5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at 6 You may obtain a copy of the License at
7 7
8 http://www.apache.org/licenses/LICENSE-2.0 8 http://www.apache.org/licenses/LICENSE-2.0
9 9
10 Unless required by applicable law or agreed to in writing, software 10 Unless required by applicable law or agreed to in writing, software
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 } 51 }
52 52
53 protected override BackOffHandler CreateBackOffHandler() 53 protected override BackOffHandler CreateBackOffHandler()
54 { 54 {
55 // we create a mock back-off handler here which doesn't make calls t o thread sleep. It just add the waited 55 // we create a mock back-off handler here which doesn't make calls t o thread sleep. It just add the waited
56 // time span into a list. 56 // time span into a list.
57 return new MockBackOffHandler(new ExponentialBackOff()); 57 return new MockBackOffHandler(new ExponentialBackOff());
58 } 58 }
59 } 59 }
60 } 60 }
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b