Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Christian Gerdes
/
WebServicePlugins
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
12
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a4865a0d
...
a4865a0d20f6e16b2ce2c697f51159c67b5a9d6d
authored
2018-02-08 20:12:39 +0100
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master'
2 parents
74d630ca
9b304850
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
WebTestWebServiceResultAddin/Connect.cs
WebTestWebServiceResultAddin/WebServiceResult.cs
WebTestWebServiceResultAddin/Connect.cs
View file @
a4865a0
No preview for this file type
WebTestWebServiceResultAddin/WebServiceResult.cs
View file @
a4865a0
...
...
@@ -348,6 +348,8 @@ namespace WebTest.WebService.Plugin.ResultTab
extractTextReference
.
Properties
.
Add
(
new
PluginOrRuleProperty
(
"XPathToSearch"
,
this
.
XPathTextBox
.
Text
));
extractTextReference
.
Properties
.
Add
(
new
PluginOrRuleProperty
(
"Index"
,
"0"
));
extractTextReference
.
Properties
.
Add
(
new
PluginOrRuleProperty
(
"ExtractRandomMatch"
,
"False"
));
// Added new passIfNotFound
extractTextReference
.
Properties
.
Add
(
new
PluginOrRuleProperty
(
"passIfNotFound"
,
"False"
));
requestInWebTest
.
ExtractionRuleReferences
.
Add
(
extractTextReference
);
...
...
Please
register
or
sign in
to post a comment