Skip to content

Commit 3db0d21

Browse files
committed
Fix features for ChorusContext
1 parent f3a2413 commit 3db0d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtest/src/test/java/org/chorusbdd/chorus/selftest/remoting/jmx/remotechoruscontext/remotechoruscontext.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Feature: JMX Remote Chorus Context
1515
And I set the context variable theUsualSuspects to Nick in Casablanca
1616
Then I can access the context variable theUsualSuspects in Casablanca
1717
And_if I set the context variable theUsualSuspects to Steve in Casablanca
18-
Then I show variable theUsualSuspects
18+
Then I show the context variable theUsualSuspects
1919

2020
Scenario: Set a Variable Locally and Read it Remotely
2121
Given I start a config1 process named Casablanca

integrationtest/src/test/java/org/chorusbdd/chorus/selftest/remoting/jmx/remotechoruscontext/stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Chorus --> INFO - About to run process: <system specific process details rep
88
And I set the context variable theUsualSuspects to Nick in Casablanca PASSED
99
Then I can access the context variable theUsualSuspects in Casablanca PASSED Nick:String
1010
And_if I set the context variable theUsualSuspects to Steve in Casablanca PASSED
11-
Then I show variable theUsualSuspects PASSED theUsualSuspects='Steve'
11+
Then I show the context variable theUsualSuspects PASSED theUsualSuspects='Steve'
1212
Scenario: Set a Variable Locally and Read it Remotely
1313
Chorus --> INFO - Processing scenario: Set a Variable Locally and Read it Remotely
1414
Chorus --> INFO - About to run process: <system specific process details replaced>

0 commit comments

Comments
 (0)