Author: siwuzzz
Date: Fri Jul 27 12:14:22 2007
New Revision: 212
Modified:
trunk/clients/cs/src/unittests/unittests.cs
Log:
src/unittests/unittests.cs:
- Removed picasa references from unit tests as they break the continuous build,
since there is not VS solution file yet
Modified: trunk/clients/cs/src/unittests/unittests.cs
==============================================================================
--- trunk/clients/cs/src/unittests/unittests.cs (original)
+++ trunk/clients/cs/src/unittests/unittests.cs Fri Jul 27 12:14:22 2007
@@ -285,22 +285,6 @@
[Test] public void TestIt()
{
Tracing.TraceMsg("Entering TestIt");
-
- //CalendarTestSuite test = new CalendarTestSuite();
- // BloggerTestSuite test = new BloggerTestSuite();
- // CoreTestSuite test = new CoreTestSuite();
-
-// test.InitTest();
-// test.CalendarACLTest();
-// test.EndTest();
-
-
- PhotosTestSuite test = new PhotosTestSuite();
-
- test.InitTest();
- test.QueryPhotosTest();
- test.EndTest();
-
}
/////////////////////////////////////////////////////////////////////////////
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---