]
Tom Jenkinson updated JBTM-2687:
--------------------------------
Fix Version/s: 5.3.4.Final
There are typos in DisabledContextPropagationTests and
EnabledContextPropagationTests
-------------------------------------------------------------------------------------
Key: JBTM-2687
URL:
https://issues.jboss.org/browse/JBTM-2687
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Testing, TxBridge
Affects Versions: 5.3.3.Final
Reporter: Daniel Simko
Assignee: Gytis Trikleris
Priority: Minor
Fix For: 5.3.4.Final
There are three times:
{code}parameters.add(new BasicNameValuePair("isTransaction",
"ture"));{code}
instead of
{code}parameters.add(new BasicNameValuePair("isTransaction",
"true"));{code}
which affect test behavior.