auth

Paddy 2015-01-19 Parent:b714af0578dc Child:d30a3a12d387

128:23c1a07c8a61 Go to Latest

auth/token_test.go

Add our BUG notices. Rather than keeping the list of things to implement or test on sticky notes attached to my monitor, let's give them BUG designations within the code. Now `godoc . bugs` will list them out for us. Isn't that nice?

History
     1.1 --- a/token_test.go	Mon Jan 19 06:01:51 2015 -0500
     1.2 +++ b/token_test.go	Mon Jan 19 06:42:42 2015 -0500
     1.3 @@ -136,3 +136,6 @@
     1.4  		}
     1.5  	}
     1.6  }
     1.7 +
     1.8 +// BUG(paddy): We need to test the refreshTokenValidate function.
     1.9 +// BUG(paddy): We need to test the refreshTokenInvalidate function.