auth

Paddy 2014-09-27 Parent:bd274615ce72 Child:116342ffc65f

45:3a6a65ed380c Go to Latest

auth/grant_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/grant_test.go	Fri Sep 19 00:05:35 2014 -0400
     1.2 +++ b/grant_test.go	Sat Sep 27 20:51:19 2014 -0400
     1.3 @@ -4,7 +4,7 @@
     1.4  	"testing"
     1.5  	"time"
     1.6  
     1.7 -	"secondbit.org/uuid"
     1.8 +	"code.secondbit.org/uuid"
     1.9  )
    1.10  
    1.11  var grantStores = []GrantStore{NewMemstore()}