diff -r ac84ac3c0f05 -r f0cb7579c0b4 eric6_unittest.py --- a/eric6_unittest.py Sat Jul 05 11:41:14 2014 +0200 +++ b/eric6_unittest.py Sat Jul 05 12:13:23 2014 +0200 @@ -5,7 +5,7 @@ # """ -Eric5 Unittest. +Eric6 Unittest. This is the main Python script that performs the necessary initialization of the unittest module and starts the Qt event loop. This is a standalone @@ -57,7 +57,7 @@ "use the given directory as the one containing the config files"), ] appinfo = AppInfo.makeAppInfo(sys.argv, - "Eric5 Unittest", + "Eric6 Unittest", "file", "Graphical unit test application", options)