-
Bug
-
Resolution: Done
-
Minor
-
5.3.3.Final
-
None
There are three times:
parameters.add(new BasicNameValuePair("isTransaction", "ture"));
instead of
parameters.add(new BasicNameValuePair("isTransaction", "true"));
which affect test behavior.