diff Agendas/trunk/src/Agendas.Tests/PersonaServiceTests.cs @ 142:62dc9fb3a03e

Quitando cuentas BuiltIn
author Nelo@Guinea.neluz.int
date Mon, 01 Aug 2011 00:28:04 -0300
parents 7a2eeb9e9bf9
children 2dbb15f4510f
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Tests/PersonaServiceTests.cs	Mon Aug 01 00:10:20 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Tests/PersonaServiceTests.cs	Mon Aug 01 00:28:04 2011 -0300
@@ -37,10 +37,10 @@
 		}
 
 		[Test]
-		public void IdentificacionBuiltIn()
+		public void IdentificacionGoogle()
 		{
-			var builtIn = new Identification(Identification.Map[(int) IdentityProviderEnum.BuiltIn] + "nelo");
-			Assert.AreEqual(IdentityProviderEnum.BuiltIn, builtIn.IdentityProvider);
+            var builtIn = new Identification(Identification.Map[(int)IdentityProviderEnum.Google] + "nelo");
+            Assert.AreEqual(IdentityProviderEnum.Google, builtIn.IdentityProvider);
 			Assert.AreEqual("nelo", builtIn.LogonName);
 		}