Fix 276 registry
This commit is contained in:
@ -14,7 +14,7 @@ namespace Hcs.Client.Api.Registry
|
|||||||
public static nsiRef Element4 => new()
|
public static nsiRef Element4 => new()
|
||||||
{
|
{
|
||||||
Code = "4",
|
Code = "4",
|
||||||
GUID = "f5624700-3c3f-460f-8313-8fcae00d261c"
|
GUID = "51dd6edc-83fe-4810-8b62-4dc85a75e9a3"
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -23,7 +23,7 @@ namespace Hcs.Client.Api.Registry
|
|||||||
public static nsiRef Element10 => new()
|
public static nsiRef Element10 => new()
|
||||||
{
|
{
|
||||||
Code = "10",
|
Code = "10",
|
||||||
GUID = "88443e22-867c-4420-9945-f8c8bc6e7f08"
|
GUID = "a5a17c90-cc4b-4f32-a22b-6e06cd42a68c"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -59,6 +59,7 @@ namespace Hcs.TestApp
|
|||||||
//nsiScenario.ExportDataProviderNsiItem337();
|
//nsiScenario.ExportDataProviderNsiItem337();
|
||||||
|
|
||||||
//nsiCommonScenario.ExportNsiItem2();
|
//nsiCommonScenario.ExportNsiItem2();
|
||||||
|
//nsiCommonScenario.ExportNsiItem276();
|
||||||
|
|
||||||
//orgRegistryCommonScenario.ExportOrgRegistry();
|
//orgRegistryCommonScenario.ExportOrgRegistry();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -13,5 +13,11 @@ namespace Hcs.TestApp.Scenario
|
|||||||
var result = client.NsiCommon.ExportNsiItemAsync(2, ListGroup.NSI).Result;
|
var result = client.NsiCommon.ExportNsiItemAsync(2, ListGroup.NSI).Result;
|
||||||
Console.WriteLine("Scenario execution " + (result != null ? "succeeded" : "failed"));
|
Console.WriteLine("Scenario execution " + (result != null ? "succeeded" : "failed"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal void ExportNsiItem276()
|
||||||
|
{
|
||||||
|
var result = client.NsiCommon.ExportNsiItemAsync(276, ListGroup.NSI).Result;
|
||||||
|
Console.WriteLine("Scenario execution " + (result != null ? "succeeded" : "failed"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user