Skip to content

Commit

Permalink
test: failing test with GUID matcher
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Prooks <aprooks@live.ru>
  • Loading branch information
aprooks committed Jan 12, 2016
1 parent 52094c2 commit 4ebafb3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public void Matching_by_fixed_ids(string source, string target, string streamId,
[Test]
[TestCase("sms:/INV-(?<id>[0-9]+)/", "S-{id}", "INV-001", "S-001")]
[TestCase("sms:/(?<acc>[0-9]+)-(?<topic>[0-9]+)/", "{acc}-topics", "111-200", "111-topics")]
[TestCase("sms:/GUID-(<?id>\b[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}\b)","S-{id}", "GUID-7d8def6d-f3e4-4552-8fba-efe64057ae9c", "S-7d8def6d-f3e4-4552-8fba-efe64057ae9c")]
public void Regex_based_matching(string source, string target, string streamId, string actorId)
{
var system = new ActorSystemMock();
Expand Down

0 comments on commit 4ebafb3

Please sign in to comment.