[Pkg-javascript-commits] [node-expat] 368/371: Update patch 1001.

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit 331a762a1f23ee566cf3a55726e0eea19637a541
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Feb 28 10:45:47 2016 +0100

    Update patch 1001.
---
 .../patches/1001_relax_test_timing_tolerance.patch   | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/patches/1001_relax_test_timing_tolerance.patch b/debian/patches/1001_relax_test_timing_tolerance.patch
index 81fda29..5f6b1f1 100644
--- a/debian/patches/1001_relax_test_timing_tolerance.patch
+++ b/debian/patches/1001_relax_test_timing_tolerance.patch
@@ -1,16 +1,16 @@
 Description: Relax timing tolerance of test to avoid failure on slow architectures
 Author: Jonas Smedegaard <dr at jones.dk>
 Bug-Debian: http://bugs.debian.org/670678
-Last-Update: 2012-05-10
+Last-Update: 2016-02-28
 
---- a/test.js
-+++ b/test.js
-@@ -275,7 +275,7 @@
- 	    var expected = ['wrap', 'short', 'short', 'long', 'short', 'long'];
- 	    var received = [];
+--- a/test/index.js
++++ b/test/index.js
+@@ -282,7 +282,7 @@
+       var expected = ['wrap', 'short', 'short', 'long', 'short', 'long']
+       var received = []
  
--	    var tolerance = 10/100;
-+	    var tolerance = 1;
- 	    var expectedRuntime = 1000;
- 	    var start = new Date();
+-      var tolerance = 10 / 100
++      var tolerance = 1
+       var expectedRuntime = 1000
+       var start = new Date()
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list