Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
601edc64
Commit
601edc64
authored
Jul 01, 2014
by
Ghislain MARY
Browse files
Fix unit tests that contains "+" characters on Windows Phone 8.
parent
292c8692
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
build/wp8/belle-sip-tester-wp8/belle-sip-tester-wp8/TestCasePage.xaml.cs
...-sip-tester-wp8/belle-sip-tester-wp8/TestCasePage.xaml.cs
+1
-0
No files found.
build/wp8/belle-sip-tester-wp8/belle-sip-tester-wp8/TestCasePage.xaml.cs
View file @
601edc64
...
...
@@ -37,6 +37,7 @@ namespace belle_sip_tester_wp8
{
UnitTestCaseName
test
=
(
sender
as
LongListSelector
).
SelectedItem
as
UnitTestCaseName
;
if
(
test
==
null
)
return
;
test
.
Name
=
test
.
Name
.
Replace
(
"+"
,
"%2B"
).
Replace
(
" "
,
"%20"
);
if
(!(
Application
.
Current
as
App
).
suiteRunning
())
{
NavigationService
.
Navigate
(
new
Uri
(
"/TestResultPage.xaml?SuiteName="
+
suiteName
+
"&CaseName="
+
test
.
Name
+
"&Verbose="
+
verbose
,
UriKind
.
Relative
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment