Commit 3cf29c59 3cf29c59c0dd9a9a892c989ce29f2faf5d28337b by Christian Gerdes

Merge branch 'master'

2 parents b32774c3 9b304850
......@@ -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);
......