You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixing machine lifecycle logic when machine
is restored which effectively should not touch
any lifecycle methods as start/stop is
user level action.
- Remove start/stop from restore and attempt to
do same when root machine is started. This also
needed some further changes as some functionality
for restore was essentially broken
- Fixes#386
Copy file name to clipboardExpand all lines: spring-statemachine-core/src/test/java/org/springframework/statemachine/persist/StateMachinePersistTests.java
+31-2Lines changed: 31 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ public void testRegions() throws Exception {
177
177
178
178
@SuppressWarnings("unchecked")
179
179
@Test
180
-
publicvoidtestSubsInRegions() throwsException {
180
+
publicvoidtestSubsInRegions1() throwsException {
181
181
context.register(Config51.class, Config52.class);
182
182
context.refresh();
183
183
@@ -208,6 +208,30 @@ public void testSubsInRegions() throws Exception {
0 commit comments