diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-31 08:04:57 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-31 08:04:57 +0200 |
commit | 41a0a163c32c209fd6f5583a1e675602fb4ad964 (patch) | |
tree | 4af232a5b91c29c92afc113d292a7d6beb07d9f6 /155.patch | |
parent | ae15b96865400cb4864325572dac7c44189ba84d (diff) |
php-Raven: 0.9.1 (backport)
Diffstat (limited to '155.patch')
-rw-r--r-- | 155.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/155.patch b/155.patch deleted file mode 100644 index 31d1ca4..0000000 --- a/155.patch +++ /dev/null @@ -1,26 +0,0 @@ -From bffc917a976f4d2d945c6e631b38dc7e15557b63 Mon Sep 17 00:00:00 2001 -From: Shawn Iwinski <shawn.iwinski@gmail.com> -Date: Sat, 7 Jun 2014 11:48:37 -0400 -Subject: [PATCH] Fix Raven_Tests_ClientTest::testGetAuthHeader - ---- - test/Raven/Tests/ClientTest.php | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/test/Raven/Tests/ClientTest.php b/test/Raven/Tests/ClientTest.php -index dbbc8dd..0a300a4 100644 ---- a/test/Raven/Tests/ClientTest.php -+++ b/test/Raven/Tests/ClientTest.php -@@ -509,7 +509,8 @@ public function testGetAuthHeader() { - $timestamp = '1234341324.340000'; - - $expected = "Sentry sentry_timestamp={$timestamp}, sentry_client={$clientstring}, " . -- "sentry_version=4, sentry_key=publickey, sentry_secret=secretkey"; -+ "sentry_version=" . Dummy_Raven_Client::PROTOCOL . ", " . -+ "sentry_key=publickey, sentry_secret=secretkey"; - - $this->assertEquals($expected, $client->get_auth_header($timestamp, 'raven-php/test', 'publickey', 'secretkey')); - } --- -1.9.3 - |