File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
integrationtest/src/test/java/org/chorusbdd/chorus/selftest/remoting/jmx/remotechoruscontext Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Feature: JMX Remote Chorus Context
15
15
And I set the context variable theUsualSuspects to Nick in Casablanca
16
16
Then I can access the context variable theUsualSuspects in Casablanca
17
17
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
19
19
20
20
Scenario : Set a Variable Locally and Read it Remotely
21
21
Given I start a config1 process named Casablanca
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Chorus --> INFO - About to run process: <system specific process details rep
8
8
And I set the context variable theUsualSuspects to Nick in Casablanca PASSED
9
9
Then I can access the context variable theUsualSuspects in Casablanca PASSED Nick:String
10
10
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'
12
12
Scenario: Set a Variable Locally and Read it Remotely
13
13
Chorus --> INFO - Processing scenario: Set a Variable Locally and Read it Remotely
14
14
Chorus --> INFO - About to run process: <system specific process details replaced>
You can’t perform that action at this time.
0 commit comments