2011-02-23 09:08:25 -05:00
|
|
|
require 'test/unit'
|
|
|
|
|
2011-07-10 08:19:16 -04:00
|
|
|
class TestD < Test::Unit::TestCase
|
|
|
|
def test_fail_at_worker
|
2011-06-16 07:24:23 -04:00
|
|
|
#if /test\/unit\/parallel\.rb/ =~ $0
|
|
|
|
if on_parallel_worker?
|
2011-02-23 09:08:25 -05:00
|
|
|
assert_equal(0,1)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|