auth

Paddy 2014-09-27 Parent:2a6d722a2b4b Child:0f80a3e391b8

45:3a6a65ed380c Go to Latest

auth/client_test.go

Update uuid import path, test for multiple profile updates. Test updating multiple profiles in one request (e.g., when profiles become compromised.) Update the uuid import path to use the new code.secondbit.org/uuid import path.

History
     1.1 --- a/client_test.go	Fri Sep 19 00:05:35 2014 -0400
     1.2 +++ b/client_test.go	Sat Sep 27 20:51:19 2014 -0400
     1.3 @@ -6,8 +6,8 @@
     1.4  	"testing"
     1.5  	"time"
     1.6  
     1.7 +	"code.secondbit.org/uuid"
     1.8  	"sort"
     1.9 -	"secondbit.org/uuid"
    1.10  )
    1.11  
    1.12  const (