# File test/test_wpm_loader.rb, line 71
    def test_add_path2
      @load_path << 'load_path3/test'
      @load_path << 'load_path2'
      assert_equal('load_path/MainPage', @load_path.look_up('MainPage'))
      assert_equal('load_path3/test/HelloWorld', @load_path.look_up('HelloWorld'))
    end