[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. upstream/1.4.0.2-15-g93f0627

Chow Loong Jin hyperair at gmail.com
Wed Mar 18 21:24:12 UTC 2009


The following commit has been merged in the master branch:
commit 6191316b96518aa89d52b759383e5459b1ebe385
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Thu Mar 19 05:04:58 2009 +0800

    unittests patch
    
    * debian/patches/04_cli-2.0-port.patch:
      + Don't specify GZipStream's namespace

diff --git a/debian/patches/04_cli-2.0-port.patch b/debian/patches/04_cli-2.0-port.patch
index dc29501..279a2b3 100644
--- a/debian/patches/04_cli-2.0-port.patch
+++ b/debian/patches/04_cli-2.0-port.patch
@@ -1,7 +1,7 @@
 Index: gdata-sharp/src/core/gzipstream.cs
 ===================================================================
---- gdata-sharp.orig/src/core/gzipstream.cs	2009-03-19 04:49:18.000000000 +0800
-+++ gdata-sharp/src/core/gzipstream.cs	2009-03-19 04:51:59.000000000 +0800
+--- gdata-sharp.orig/src/core/gzipstream.cs	2009-03-19 04:52:09.000000000 +0800
++++ gdata-sharp/src/core/gzipstream.cs	2009-03-19 04:59:06.000000000 +0800
 @@ -4,308 +4,4 @@
  
  namespace Google.GData.Client
@@ -313,8 +313,8 @@ Index: gdata-sharp/src/core/gzipstream.cs
  }
 Index: gdata-sharp/src/core/request.cs
 ===================================================================
---- gdata-sharp.orig/src/core/request.cs	2009-03-19 04:49:18.000000000 +0800
-+++ gdata-sharp/src/core/request.cs	2009-03-19 04:51:29.000000000 +0800
+--- gdata-sharp.orig/src/core/request.cs	2009-03-19 04:52:09.000000000 +0800
++++ gdata-sharp/src/core/request.cs	2009-03-19 04:59:06.000000000 +0800
 @@ -22,6 +22,7 @@
  using System.Collections.Generic;
  using System.Globalization;
@@ -323,3 +323,24 @@ Index: gdata-sharp/src/core/request.cs
  
  #endregion
  
+Index: gdata-sharp/src/unittests/gziplivetest.cs
+===================================================================
+--- gdata-sharp.orig/src/unittests/gziplivetest.cs	2009-03-19 05:04:01.000000000 +0800
++++ gdata-sharp/src/unittests/gziplivetest.cs	2009-03-19 05:04:42.000000000 +0800
+@@ -10,6 +10,7 @@
+ using Google.GData.Extensions;
+ using Google.GData.Calendar;
+ using Google.GData.AccessControl;
++using System.IO.Compression;
+ 
+ namespace Google.GData.Client.LiveTests
+ {
+@@ -54,7 +55,7 @@
+ 
+             Stream responseStream = request.GetResponseStream();
+             Assert.IsTrue(responseStream != null, "Response stream should not be null.");
+-            Assert.IsTrue(responseStream is Google.GData.Client.GZipStream, "Response stream is not Google.GData.Client.GZipStream.");
++            Assert.IsTrue(responseStream is GZipStream, "Response stream is not Google.GData.Client.GZipStream.");
+ 
+             AtomFeed feed = new AtomFeed(new Uri(calendarUri), this.calendarService);
+             feed.Parse(request.GetResponseStream(), AlternativeFormat.Atom);

-- 
gdata-sharp



More information about the Pkg-cli-libs-commits mailing list