Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Twitter.Tests/Send_twitt_tests.cs @ 158:734d3f0853bf
Manejando configuración de los publicadores con una sección propia en los .config
Agregando la opción de habilitar / deshabilitar un publicador
author | nelopauselli |
---|---|
date | Fri, 05 Aug 2011 16:55:18 -0300 |
parents | a456eb519e23 |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Twitter.Tests/Send_twitt_tests.cs Thu Aug 04 18:45:18 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Twitter.Tests/Send_twitt_tests.cs Fri Aug 05 16:55:18 2011 -0300 @@ -10,10 +10,10 @@ [Test] public void Send_twitt() { - var p = new TwitterPublicador(); + var p = new TwitterAdapter(); string message; - var r = p.Publicar("Ejecutando los tests. Hora: " + DateTime.Now, out message); + var r = p.Update("Ejecutando los tests. Hora: " + DateTime.Now, out message); Console.WriteLine(message); Assert.IsTrue(r);