r47777 - in /trunk/jifty/debian: changelog patches/fix-rest-test-format.patch patches/series

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Thu Nov 26 07:23:34 UTC 2009


Author: yvesago-guest
Date: Thu Nov 26 07:23:06 2009
New Revision: 47777

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47777
Log:
add patch to fix failing test on t/03-format.t (closes: #555854)

Added:
    trunk/jifty/debian/patches/fix-rest-test-format.patch
Modified:
    trunk/jifty/debian/changelog
    trunk/jifty/debian/patches/series

Modified: trunk/jifty/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/changelog?rev=47777&op=diff
==============================================================================
--- trunk/jifty/debian/changelog (original)
+++ trunk/jifty/debian/changelog Thu Nov 26 07:23:06 2009
@@ -1,6 +1,4 @@
 jifty (0.91117-1) UNRELEASED; urgency=low
-
-TODO failing test on t/TestApp-Plugin-REST/t/03-format.t
 
   [ AGOSTINI Yves ]
   * New upstream release
@@ -15,6 +13,7 @@
      - add dep in libyui-js (closes: #557748)
      - Standards-Version: bump to 3.8.3
   * rules / links: exclude yui js files and create links with libyui-js
+  * add patch to fix failing test on t/03-format.t (closes: #555854)
 
   [ gregor herrmann ]
   * debian/control: Changed: (build-)depend on perl instead of perl-

Added: trunk/jifty/debian/patches/fix-rest-test-format.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/fix-rest-test-format.patch?rev=47777&op=file
==============================================================================
--- trunk/jifty/debian/patches/fix-rest-test-format.patch (added)
+++ trunk/jifty/debian/patches/fix-rest-test-format.patch Thu Nov 26 07:23:06 2009
@@ -1,0 +1,14 @@
+Author: yvesago-guest (Yves Agostini)
+Description: missing mandatory name from model Group
+Upstream: comitted in Revision 7676
+--- a/t/TestApp-Plugin-REST/t/03-format.t
++++ b/t/TestApp-Plugin-REST/t/03-format.t
+@@ -152,7 +152,7 @@
+ $mech->post( $URL . '/=/model/User', { name => "moose", email => 'moose at example.com' } );
+ is($mech->status, 200, "create via POST to model worked");
+ 
+-$mech->post( $URL . '/=/model/Group', { } );
++$mech->post( $URL . '/=/model/Group', { name => "moose" } );
+ is($mech->status, 403, "create via POST to model with disallowed create action failed with 403");
+ 
+ # on GET    '/=/search/*/**' => \&search_items;

Modified: trunk/jifty/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/series?rev=47777&op=diff
==============================================================================
--- trunk/jifty/debian/patches/series (original)
+++ trunk/jifty/debian/patches/series Thu Nov 26 07:23:06 2009
@@ -1,2 +1,3 @@
+fix-rest-test-format.patch
 manpage-has-bad-whatis-entry.patch
 follow-symlink.patch




More information about the Pkg-perl-cvs-commits mailing list