From 11aacacf62dcaf99c4d1cb42a8227b12879c6c8b Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 4 Aug 2008 20:48:01 +0000 Subject: Changed test suite to test even big files. I hope you have a fast machine. --- test/scanners/coderay_suite.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/scanners/coderay_suite.rb') diff --git a/test/scanners/coderay_suite.rb b/test/scanners/coderay_suite.rb index 10939d1..01d3393 100644 --- a/test/scanners/coderay_suite.rb +++ b/test/scanners/coderay_suite.rb @@ -95,12 +95,12 @@ module CodeRay class TestCase < Test::Unit::TestCase if ENV['deluxe'] - MAX_CODE_SIZE_TO_HIGHLIGHT = 5_000_000 - MAX_CODE_SIZE_TO_TEST = 5_000_000 + MAX_CODE_SIZE_TO_HIGHLIGHT = 500_000_000 + MAX_CODE_SIZE_TO_TEST = 500_000_000 DEFAULT_MAX = 1024 else - MAX_CODE_SIZE_TO_HIGHLIGHT = 20_000 - MAX_CODE_SIZE_TO_TEST = 100_000 + MAX_CODE_SIZE_TO_HIGHLIGHT = 5_000_000 + MAX_CODE_SIZE_TO_TEST = 5_000_000 DEFAULT_MAX = 128 end -- cgit v1.2.1