[chronojump] Minor fixes on guiTest: Multitest change



commit d00add05054fc06e10637f8996600fb3bc29fe1a
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Oct 21 00:27:21 2016 +0200

    Minor fixes on guiTest: Multitest change

 src/gui/guiTests.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/guiTests.cs b/src/gui/guiTests.cs
index fa75120..07003ea 100644
--- a/src/gui/guiTests.cs
+++ b/src/gui/guiTests.cs
@@ -242,10 +242,8 @@ public partial class ChronoJumpWindow
        
        public void chronojumpWindowTestsNext() 
        {
-               if(! testsActive) {
-                       testsReport();
+               if(! testsActive)
                        return;
-               }
 
                //needed for SequenceContactsExecute50_10 (but doesn't work properly). Find other solution:
                //http://www.mono-project.com/docs/gui/gtksharp/responsive-applications/
@@ -368,6 +366,7 @@ public partial class ChronoJumpWindow
        {
                LogB.TestStart("chronojumpWindowTestsChronopicContactReal");
 
+               chronopicRegisterUpdate(false);
                if(chronopicRegister.NumConnectedOfType(ChronopicRegisterPort.Types.CONTACTS) != 1)
                {
                        testsActive = false;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]