Package: ruby-metriks / 0.9.9.6-1

Metadata

Package Version Patches format
ruby-metriks 0.9.9.6-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
require mocha setup.patch | (download)

test/test_helper.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 require mocha/setup instead of mocha in test helper
 API for mocha has changed slightly since these tests were 
 developed and this patch ensures the tests run correctly.
fix test generate title test.patch | (download)

test/proc_title_reporter_test.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix broken title reporter test
 Fix a typo in required test output for ProcTitleReporterTest
increase timeout on thread_error_handling_tests.patch | (download)

test/thread_error_handling_tests.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase timeout a thread error handling test
 Increase hardcoded timeout to ensure test runs on a slow test
 system, for example a virtual machine.