for now...dont deal with the default image

This commit is contained in:
Tommy Parnell
2014-01-26 05:36:28 -05:00
parent 892e1e6b48
commit 070c8d4605
3 changed files with 8 additions and 4 deletions

View File

@@ -9,10 +9,10 @@ namespace GravatarWrapper.Test
[TestMethod]
public void TestMethod1()
{
var req = GravatarWrapper.Request("test@mctest.com", 400, false);
var req = GravatarWrapper.Request("tparnell@vistaprint.com", 400);
if (req != null)
{
req.Save(@"c:\users\test\Desktop\bmp.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
req.Save(@"c:\users\tommy\Desktop\bmp.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
}
else
{