Author: siwuzzz
Date: Sat Jul 21 16:27:13 2007
New Revision: 208

Modified:
   trunk/clients/cs/src/unittests/gbase.cs

Log:
src/unittests/gbase.cs:
- Removed Ignore attribute since AtomFeedParser.ParseBatchStatus() has been 
fixed
- Moved GBatchTestSuite to Google.GData.Client.LiveTests namespace


Modified: trunk/clients/cs/src/unittests/gbase.cs
==============================================================================
--- trunk/clients/cs/src/unittests/gbase.cs     (original)
+++ trunk/clients/cs/src/unittests/gbase.cs     Sat Jul 21 16:27:13 2007
@@ -25,16 +25,13 @@
 using Google.GData.Client;
 using Google.GData.Extensions;
 using Google.GData.GoogleBase;
+using Google.GData.Client.UnitTests;
 
-
-
-
-namespace Google.GData.Client.UnitTests
+namespace Google.GData.Client.LiveTests
 {
     [TestFixture] 
     [Category("LiveTest")]
-    [Ignore("Needs fixing, hangs NUnit")]
-    public class GBatchTestSuite : BaseTestClass
+    public class GBatchTestSuite : BaseLiveTestClass
     {
 
         /// <summary>holds the username to use</summary>
@@ -120,7 +117,8 @@
 
         public override string ServiceName
         {
-            get {
+            get 
+            {
                 return "gbase"; 
             }
         }
@@ -313,6 +311,9 @@
 
                 query.Uri = new Uri(this.gBaseURI);
                 AtomFeed baseFeed = service.Query(query);
+
+                Tracing.TraceMsg("Queried");
+
                 // this should have a batch URI
                 Assert.IsTrue(baseFeed.Batch != null, "This is a base Feed, it 
should have batch URI"); 
 
@@ -322,6 +323,8 @@
                 // set the default operation. 
                 batchFeed.BatchData = new GDataBatchFeedData();
                 batchFeed.BatchData.Type = GDataBatchOperationType.delete; 
+
+                Tracing.TraceMsg("Pouet ?");
 
                 int i = 1; 
                 foreach (AtomEntry entry in baseFeed.Entries)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to