Author: api.rpropper
Date: Thu Sep 27 09:58:33 2007
New Revision: 272
Modified:
trunk/clients/cs/src/unittests/gapps/logintest.cs
Log:
Fix for unit test that was failing.
Modified: trunk/clients/cs/src/unittests/gapps/logintest.cs
==============================================================================
--- trunk/clients/cs/src/unittests/gapps/logintest.cs (original)
+++ trunk/clients/cs/src/unittests/gapps/logintest.cs Thu Sep 27 09:58:33 2007
@@ -82,7 +82,7 @@
[Test]
public void GetHashFunctionNameTest()
{
- Assert.IsTrue(login.HashFunctionName == null, "Hash function name
should initially be null");
+ Assert.AreEqual("", login.HashFunctionName, "Hash function name
should initially be empty");
}
[Test]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---