Browse code

VTC3: HTTP expectations: adjust operators.

Xavier G authored on19/02/2015 22:05:45
Showing1 changed files

... ...
@@ -137,12 +137,6 @@
137 137
         <IncludeRules context="comments" />
138 138
         <Detect2Chars attribute="Comparison Operator" context="common_expectation_second_arg" char="=" char1="=" />
139 139
         <Detect2Chars attribute="Comparison Operator" context="common_expectation_second_arg" char="!" char1="=" />
140
-        <Detect2Chars attribute="Comparison Operator" context="common_expectation_second_arg" char="&gt;" char1="=" />
141
-        <Detect2Chars attribute="Comparison Operator" context="common_expectation_second_arg" char="&lt;" char1="=" />
142
-        <DetectChar   attribute="Comparison Operator" context="common_expectation_second_arg" char="&gt;" />
143
-        <DetectChar   attribute="Comparison Operator" context="common_expectation_second_arg" char="&lt;" />
144
-        <DetectChar   attribute="Comparison Operator" context="common_expectation_second_arg" char="~" />s
145
-        <Detect2Chars attribute="Comparison Operator" context="common_expectation_second_arg" char="!" char1="~" />
146 140
       </context>
147 141
       <context name="common_expectation_second_arg" attribute="Normal Text" lineEndContext="#pop#pop#pop">
148 142
         <IncludeRules context="comments" />