私はPetrel 2011のデモプロジェクトを開いて、Ocean testフレームワークテストを実行しようとしています。私はPetrelSystem.ProjectService.OpenPrimaryProject()
でプロジェクトを開いたときしかし、私は、次のエラーメッセージを取得し、テストが中断された:Petrelデモプロジェクトで海洋テストを実行する方法
Error: File EclipseNamesToPropertyTypeCatalog.xml not found in the installation
File EclipseNamesToPropertyTypeCatalog.xml not found in the installation
Slb.Ocean.Petrel.ProjectOpenException : Could not open the project.
----> Petrel_Framework_NS.TestAssertionException : File EclipseNamesToPropertyTypeCatalog.xml not found in the installation
at Slb.Ocean.Petrel.Core.Impl.Core.ProjectService.OpenPrimaryProject(String projectPath)
at Slb.Ocean.Petrel.ProjectService.OpenPrimaryProject(String path)
この問題の回避策はありますか?
私はResharperを使用してテストを実行しています。 Resharperオプションダイアログでは、テストはC:\ Program Files \ Schlumberger \ Petrel 2011から実行するように指定しました。これは実際にはEnvironment.CurrentDirectoryであることをコードで確認しました。 xmlファイルはどのように配置されていますか? Ocean2011Homeは使用されていますか?その他の提案はありますか? – blue01