auth
128:23c1a07c8a61
Go to Latest
auth/profile_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?
1.1 --- a/profile_test.go Mon Jan 19 06:01:51 2015 -0500
1.2 +++ b/profile_test.go Mon Jan 19 06:42:42 2015 -0500
1.3 @@ -465,3 +465,6 @@
1.4 }
1.5 }
1.6 }
1.7 +
1.8 +// BUG(paddy): We need to test the validateNewProfileRequest helper.
1.9 +// BUG(paddy): We need to test the CreateProfileHandler.