From ae9a92464fa2fc80683ae4da6a8676deb6a5fbb9 Mon Sep 17 00:00:00 2001 From: Aaron Cois Date: Sat, 17 Aug 2013 07:39:18 -0400 Subject: [PATCH] Updating comment in email-validation-test.js #3546 --- tests/email-validation-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/email-validation-test.js b/tests/email-validation-test.js index a31caccbc..3319416c7 100644 --- a/tests/email-validation-test.js +++ b/tests/email-validation-test.js @@ -17,8 +17,8 @@ var suite = vows.describe('email-validation-test'); start_stop.addStartupBatches(suite); -// this test verifies that a user who has only authenticated with -// an assertion from their primary, may not call restricted apis +// this test verifies thatthe email validation system correctly +// follows the desired HTML5 email standards var validEmail1 = 'test@test.com'; var validEmail2 = 'test-email@test.com';