Author: fmantek
Date: Tue Oct 16 00:11:33 2007
New Revision: 299
Modified:
trunk/clients/cs/src/unittests/photostest.cs
Log:
Updated phototests
Modified: trunk/clients/cs/src/unittests/photostest.cs
==============================================================================
--- trunk/clients/cs/src/unittests/photostest.cs (original)
+++ trunk/clients/cs/src/unittests/photostest.cs Tue Oct 16 00:11:33 2007
@@ -238,6 +238,11 @@
entry.Title.Text = "This is a new Title";
entry.Summary.Text = "A lovely shot in the shade";
PicasaEntry updatedEntry = entry.Update() as PicasaEntry;
+ Assert.IsTrue(updatedEntry.IsPhoto, "the new entry
should be a photo entry");
+ Assert.IsTrue(updatedEntry.Title.Text == "This is
a new Title", "The titles should be identical");
+ Assert.IsTrue(updatedEntry.Summary.Text == "A
lovely shot in the shade", "The summariesa should be identical");
+
+
}
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---