From: vsr Date: Thu, 9 Jan 2014 13:29:05 +0000 (+0000) Subject: Fix test case hang-up X-Git-Tag: B4NewMEDReader X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b73b735666d41806948b279925caa791a6d9706b;p=modules%2Fparavis.git Fix test case hang-up --- diff --git a/test/VisuPrs/Animation/A0.py b/test/VisuPrs/Animation/A0.py index 3e8aab60..67e28248 100755 --- a/test/VisuPrs/Animation/A0.py +++ b/test/VisuPrs/Animation/A0.py @@ -84,6 +84,6 @@ scene.PlayMode = 1 # set RealTime mode for animation performance # set period scene.Duration = 40 # correspond to set the speed of animation in VISU scene.GoToFirst() -scene.Loop = 1 +scene.Loop = 0 print "Animation.................................", scene.Play()