Index: test/DeltaShell/DeltaShell.Tests/TestObjects/TestProjectService.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -reac97eab4acc4d2698cdc33a310e4fe843d54607 --- test/DeltaShell/DeltaShell.Tests/TestObjects/TestProjectService.cs (.../TestProjectService.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ test/DeltaShell/DeltaShell.Tests/TestObjects/TestProjectService.cs (.../TestProjectService.cs) (revision eac97eab4acc4d2698cdc33a310e4fe843d54607) @@ -37,16 +37,6 @@ } } - public void Export(IProjectItem projectItem, string targetProjectRepositoryPath, bool includeLinkedFiles, bool ClearModelOutputsOnExport = false) - { - throw new NotImplementedException(); - } - - public IProjectService Clone() - { - throw new NotImplementedException(); - } - public string CreateAndGetExternalDataDirectory(string basePath) { throw new NotImplementedException();