# File test/test_wpm_multithread.rb, line 59
    def test_look_up
      assert_equal('./compo/MainPage', @running_context.look_up('MainPage'))
      assert_equal(1, @look_up_call)
      assert_equal('MainPage', @look_up_name)
    end