auth

Paddy 2015-01-19 Parent:34de07217709 Child:4f5d13d2f7c7

128:23c1a07c8a61 Go to Latest

auth/client_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/client_test.go	Mon Jan 19 06:01:51 2015 -0500
     1.2 +++ b/client_test.go	Mon Jan 19 06:42:42 2015 -0500
     1.3 @@ -1013,3 +1013,5 @@
     1.4  		}
     1.5  	}
     1.6  }
     1.7 +
     1.8 +// BUG(paddy): We need to test the clientCredentialsValidate function.