Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to have slashes in Param strings #40

Closed
rymawby opened this issue Apr 15, 2019 · 1 comment
Closed

Unable to have slashes in Param strings #40

rymawby opened this issue Apr 15, 2019 · 1 comment

Comments

@rymawby
Copy link

rymawby commented Apr 15, 2019

If I am trying to implement testing url strings I may have something like this:

'@Test modifyIP should modify ip from 101 to alternative if 101 exists
'@Params["http://101.rooibos.com", "http://104.rooibos.com", "104"]
function cdnSwitcher__modifyIP_shouldModifyFirstThreeDigitsCorrectlyIf101Exists(startUrl as String, endUrl as String, streamSourcesPrefix as String) as Void
  m.cdnInfo.streamSourcesPrefix = streamSourcesPrefix

  SUT = modifyIP(startUrl, false, m.cdnInfo)

  m.assertEqual(SUT, endUrl)
end function

Currently this fails and we need to remove the :// from the url strings to test. There may also be other characters but this is the only one I've come across so far.

@georgejecook
Copy link
Collaborator

resolved in 3.0.0 beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants