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