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

Issue 62330043: When running on windows use current credentials for SPUserProfile Adaptor (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by Tanmay Vartak
Modified:
10 years, 2 months ago
Reviewers:
ejona
CC:
connector-cr_google.com
Visibility:
Public.

Description

When running on windows use current credentials for SPUserProfile Adaptor

Patch Set 1 #

Total comments: 4

Patch Set 2 : with assumeTrue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -2 lines) Patch
M src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java View 1 chunk +4 lines, -2 lines 0 comments Download
M test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 7
Tanmay Vartak
10 years, 2 months ago (2014-02-12 19:24:14 UTC) #1
Tanmay Vartak
On 2014/02/12 19:24:14, Tanmay Vartak wrote: Fix for b/12725168 [User Profile Adaptor] Running adaptor from ...
10 years, 2 months ago (2014-02-12 19:27:15 UTC) #2
ejona
TDD FTW! https://codereview.appspot.com/62330043/diff/1/test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java File test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java (right): https://codereview.appspot.com/62330043/diff/1/test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java#newcode98 test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java:98: boolean onWindows = System.getProperty("os.name").contains("Windows"); Use assumeTrue(System.getProperty("os.name").contains("Windows")). Assume ...
10 years, 2 months ago (2014-02-12 22:30:34 UTC) #3
ejona
https://codereview.appspot.com/62330043/diff/1/test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java File test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java (right): https://codereview.appspot.com/62330043/diff/1/test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java#newcode106 test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java:106: MockUserProfileServiceFactoryImpl serviceFactory = On 2014/02/12 22:30:35, ejona wrote: > ...
10 years, 2 months ago (2014-02-12 22:31:09 UTC) #4
Tanmay Vartak
10 years, 2 months ago (2014-02-14 22:40:36 UTC) #5
ejona
LGTM
10 years, 2 months ago (2014-02-14 23:23:26 UTC) #6
Tanmay Vartak
10 years, 2 months ago (2014-02-15 00:25:19 UTC) #7
On 2014/02/14 23:23:26, ejona wrote:
> LGTM

Code Commit :
https://code.google.com/p/plexi/source/detail?r=579e76cbdd5019faeb4f55f0df8fa...
Sign in to reply to this message.

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