Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
adding debugging to the todo test
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 22, 2008
1 parent 9d019b6 commit bd4991d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/johnson/context_test.rb
@@ -1,6 +1,5 @@
require File.expand_path(File.join(File.dirname(__FILE__), "/../helper"))

require 'logger'
module Johnson
class ContextTest < Johnson::TestCase
def setup
Expand Down
6 changes: 6 additions & 0 deletions todo/threading_test.rb
@@ -1,10 +1,16 @@
require File.expand_path(File.join(File.dirname(__FILE__), "/../test/helper"))

require 'logger'
module Johnson
module Conversions
class ThreadTest < Johnson::TestCase
def setup
@context = Johnson::Context.new
## Uncomment this, and each test will pass individually.
## Change STDOUT to nil, and it fails. Are our tests failing because
## of IO issues?
#db = Johnson::SpiderMonkey::Debugger.new(Logger.new(STDOUT))
#@context.delegate.debugger = db
end

def test_new_js_thread
Expand Down

0 comments on commit bd4991d

Please sign in to comment.