diff --git a/tests/ep/rbcii.mod b/tests/ep/rbcii.mod
index 168896705079d2ea7a5d035f3175e3f29eea6355..49a0cce53d2668be8adf9075af08530781211a1b 100644
--- a/tests/ep/rbcii.mod
+++ b/tests/ep/rbcii.mod
@@ -67,12 +67,11 @@ end;
 
     options_.maxit_ = 100;
     options_.ep.verbosity = 0;
-    options_.ep.stochastic.status = 0;
+    options_.ep.stochastic.order = 0;
     options_.console_mode = 0;
-
     ts = extended_path([],1000);
 
-    options_.ep.stochastic.status = 1;
+    options_.ep.stochastic.order = 1;
     sts = extended_path([],1000);
 
     figure(1)