[#30] Client: Add object model for Rules
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
43e300c773
commit
195854a45b
27 changed files with 677 additions and 155 deletions
|
@ -35,7 +35,7 @@ public class PlacementVectorTests(ITestOutputHelper testOutputHelper)
|
|||
//if (!file.EndsWith("selector_invalid.json"))
|
||||
// continue;
|
||||
|
||||
var fileName = file[(file.LastIndexOf("..\\") + 3)..];
|
||||
var fileName = file[(file.LastIndexOf("..\\", StringComparison.OrdinalIgnoreCase) + 3)..];
|
||||
_testOutputHelper.WriteLine($"Open file {fileName}");
|
||||
|
||||
var str = File.ReadAllText(file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue