comparison Agendas/trunk/src/Agendas.Google.Test/GUrlShortenerTest.cs @ 190:e6abe8e1a794

Mejoras menores en shorten url
author nelopauselli
date Tue, 09 Aug 2011 09:45:07 -0300
parents fe47f11f5f20
children 03c237cd5cc4
comparison
equal deleted inserted replaced
189:fe47f11f5f20 190:e6abe8e1a794
3 using NUnit.Framework; 3 using NUnit.Framework;
4 4
5 namespace Agendas.Google.Test 5 namespace Agendas.Google.Test
6 { 6 {
7 [TestFixture] 7 [TestFixture]
8 [Explicit]
9 public class GUrlShortenerTest 8 public class GUrlShortenerTest
10 { 9 {
11 [Test] 10 [Test]
12 public void Obtener_Url_corta() 11 public void Obtener_url_corta()
13 { 12 {
14 var gUrlShortener = new GUrlShortenerAdapter(); 13 var gUrlShortener = new GUrlShortenerAdapter();
15 14
16 var shortUrl = gUrlShortener.GetShortUrl("http://www.twitter.com"); 15 var shortUrl = gUrlShortener.GetShortUrl("http://www.twitter.com");
17 16