Skip to content

Commit

Permalink
Update matrix tests from Python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Sep 7, 2023
1 parent f14ed6b commit 06f87ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ConfigCat.Client.Tests/ConfigV6EvaluationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class FlagDependencyMatrixTestsDescriptor : IMatrixTestDescriptor
{
// https://test-app.configcat.com/v2/08d89dea-13b2-406b-8ecf-ee94414208a2/08db465d-5756-49ff-8e53-fb90fd760632/08db4c12-1ff9-47dc-86ca-1186fe1dd43e/08db465d-a64e-4881-8ed0-62b6c9e68e33
public ConfigLocation ConfigLocation => new ConfigLocation.Cdn("configcat-sdk-1/XUbbCFZX_0mOU_uQ_XYGMg/LGO_8DM9OUGpJixrqqqQcA", "https://test-cdn-eu.configcat.com");
public string MatrixResultFileName => "testmatrix_dependent_flag.csv";
public string MatrixResultFileName => "testmatrix_prerequisite_flag.csv";
public static IEnumerable<object?[]> GetTests() => MatrixTestRunner<FlagDependencyMatrixTestsDescriptor>.GetTests();
}

Expand Down
2 changes: 1 addition & 1 deletion src/ConfigCat.Client.Tests/data/testmatrix_semantic_2.csv
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ dontcare;;;50.60.71-patch2+metadata;>= 50.60.71-patch2
dontcare;;;50.60.71-patch1;>= 50.60.71-patch1+metadata
dontcare;;;50.60.71-patch1+anothermetadata;>= 50.60.71-patch1+metadata
dontcare;;;40.0.0-patch;>= 40.0.0-patch
dontcare;;;30.0.0-beta;>= 30.0.0-alpha
dontcare;;;30.0.0-beta;>= 30.0.0-alpha
4 changes: 2 additions & 2 deletions src/ConfigCat.Client.Tests/data/testmatrix_variationid.csv
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Identifier;Email;Country;Custom1;boolean;decimal;text;whole
Identifier;Email;Country;Custom1;boolean;decimal;text;whole
##null##;;;;a0e56eda;63612d39;3f05be89;cf2e9162;
[email protected];[email protected];Hungary;admin;67787ae4;8f9559cf;9bdc6a1f;ab30533b;
[email protected];[email protected];Hungary;admin;67787ae4;8f9559cf;9bdc6a1f;ab30533b;
[email protected];[email protected];Hungary;admin;67787ae4;d66c5781;65310deb;ec14f6a9;
[email protected];[email protected];Hungary;admin;a0e56eda;d66c5781;65310deb;ec14f6a9;
[email protected];[email protected];Hungary;admin;67787ae4;8155ad7b;cf19e913;ec14f6a9;
[email protected];[email protected];Hungary;;a0e56eda;d0dbc27f;30ba32b9;61a5a033;
[email protected];[email protected];Hungary;;a0e56eda;d0dbc27f;30ba32b9;61a5a033;

0 comments on commit 06f87ca

Please sign in to comment.