Browse Source

CTest non-interactive mode re-enabled

Miklos Espak 14 years ago
parent
commit
335abd65cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libs/Widgets/Testing/Cpp/ctkCheckablePushButtonTest1.cpp

+ 1 - 1
Libs/Widgets/Testing/Cpp/ctkCheckablePushButtonTest1.cpp

@@ -122,7 +122,7 @@ int ctkCheckablePushButtonTest1(int argc, char * argv [] )
 
 
   if (argc < 2 || QString(argv[1]) != "-I" )
   if (argc < 2 || QString(argv[1]) != "-I" )
     {
     {
-//    QTimer::singleShot(200, &app, SLOT(quit()));
+    QTimer::singleShot(200, &app, SLOT(quit()));
     }
     }
 
 
   return app.exec();
   return app.exec();