Add cancel
This commit is contained in:
@@ -17,8 +17,8 @@ namespace LeafWeb.Core.Tests.Remote
|
||||
new PiscalLeafInput
|
||||
{
|
||||
LeafInputId = 1,
|
||||
PiscalDirectoryName = "TestDirectory3",
|
||||
PhotosyntheticType = "C4_photosynthesis_leafweb",
|
||||
PiscalDirectoryName = "TestDirectory",
|
||||
PhotosyntheticType = "C3_photosynthesis_leafweb",
|
||||
InputFiles = new[]
|
||||
{
|
||||
new PiscalLeafInputFile
|
||||
@@ -72,5 +72,12 @@ namespace LeafWeb.Core.Tests.Remote
|
||||
var client = GetTestClient();
|
||||
client.CleanupLeafProcess(_testInput);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void KillLeafProcess()
|
||||
{
|
||||
var client = GetTestClient();
|
||||
client.KillLeafProcess(_testInput);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user