24Nov2013 - detailed test results for StoryText - version unix

(To start TextTest for these tests, run 'texttest -a storytext -v unix -c /usr/local/tt-env -d /carm/proj/texttest/Testing/Automatic')

unix: 516 tests: 502 succeeded 14 FAILED

Detailed information for the tests that FAILED:

TEST FAILED on barakoma : wxpython widgets dialog_no_mainloop ( Last six runs Nov2013 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
>   File "/usr/local/tt-env/python2.6.current/bin/storytext", line 17, in <module>
>     main(install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 142, in main
>     storytext.scriptEngine = create_script_engine(options, install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 90, in create_script_engine
>     exec(cmd, d)
>   File "<string>", line 1, in <module>
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/wxtoolkit/__init__.py", line 4, in <module>
>     import storytext.guishared, os, time, wx, logging, inspect
> ImportError: No module named wx
---------- Differences in output ----------
1,18d0
< 
< ---------- Frame 'wxPython GUI' ----------
< Button 'Hello'
< 
< Button 'Close'
< ------------------------------------------
< 
< 'click hello' event created with arguments ''
< hello
< Hello World!
< Changed title of frame to 'Hello World!'
< 
< 'click hello' event created with arguments ''
< hello
< Hello World!
< 
< 'click close' event created with arguments ''
< close
---------- New result in exitcode ----------
1
---------- Missing result in recorded_usecase ----------
click hello
click hello
click close

TEST FAILED on barakoma : wxpython widgets dirdialogs cancel ( Last six runs Nov2013 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
>   File "/usr/local/tt-env/python2.6.current/bin/storytext", line 17, in <module>
>     main(install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 142, in main
>     storytext.scriptEngine = create_script_engine(options, install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 90, in create_script_engine
>     exec(cmd, d)
>   File "<string>", line 1, in <module>
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/wxtoolkit/__init__.py", line 4, in <module>
>     import storytext.guishared, os, time, wx, logging, inspect
> ImportError: No module named wx
---------- Differences in output ----------
1,22d0
< 
< ---------- Frame 'DirDialog Exercise' ----------
< 
< Menubar:
<     >>>
<     File (+)
< 
<     File menu
<         Select
<     --------------------
<         Exit
< 
< ========== TextCtrl ==========
< 
< ==============================
< 
< ------------------------------------------------
< 
< 'MenuSelection' event created with arguments 'File~~~Select'
< Changed title of frame to 'Select Directory Canceled'
< 
< 'MenuSelection' event created with arguments 'File~~~Exit'
---------- New result in exitcode ----------
1
---------- Missing result in recorded_usecase ----------
MenuSelection File~~~Select
MenuSelection File~~~Exit

TEST FAILED on barakoma : wxpython other select_bad_list_item ( Last six runs Nov2013 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
>   File "/usr/local/tt-env/python2.6.current/bin/storytext", line 17, in <module>
>     main(install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 142, in main
>     storytext.scriptEngine = create_script_engine(options, install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 90, in create_script_engine
>     exec(cmd, d)
>   File "<string>", line 1, in <module>
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/wxtoolkit/__init__.py", line 4, in <module>
>     import storytext.guishared, os, time, wx, logging, inspect
> ImportError: No module named wx
---------- Differences in output ----------
1,24d0
< 
< ---------- Frame 'wx.ListCtrl' ----------
< List :
< -> four
< -> three
< -> two
< -> one
< -> zero
< -----------------------------------------
< 
< 'select' event created with arguments 'two'
< Selected two
< 
< Updated List :
< -> four
< -> three
< -> two   ***
< -> one
< -> zero
< 
< 'select' event created with arguments 'nosuchline'
< ERROR: Could not simulate command 'select nosuchline' - Could not find item 'nosuchline' in ListCtrl.
< 
< 'close frame' event created with arguments ''
---------- New result in exitcode ----------
1
---------- Missing result in recorded_usecase ----------
select two
close frame

TEST FAILED on barakoma : wxpython other add_button ( Last six runs Nov2013 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
>   File "/usr/local/tt-env/python2.6.current/bin/storytext", line 17, in <module>
>     main(install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 142, in main
>     storytext.scriptEngine = create_script_engine(options, install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 90, in create_script_engine
>     exec(cmd, d)
>   File "<string>", line 1, in <module>
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/wxtoolkit/__init__.py", line 4, in <module>
>     import storytext.guishared, os, time, wx, logging, inspect
> ImportError: No module named wx
---------- Differences in output ----------
1,14d0
< 
< ---------- Frame 'Dynamic Button' ----------
< 'Press the OK button'
< 
< Button 'OK'
< --------------------------------------------
< 
< 'press ok' event created with arguments ''
< Changed title of frame to 'OK clicked: Now click on Continue'
< 
< 'press continue' event created with arguments ''
< Changed title of frame to 'Continue Button Was Pressed'
< 
< 'close' event created with arguments ''
---------- New result in exitcode ----------
1
---------- Missing result in recorded_usecase ----------
press ok
press continue
close

TEST FAILED on afore : swt appevents appevent_at_start ( Last six runs Nov2013 )

---------- Differences in output ----------
13c13
< Expected application event 'row 3 to be added' occurred, proceeding.
---
> ERROR: Expected application event 'row 3 to be added' timed out after 60 seconds! Trying to proceed.
---------- Differences in recorded_usecase ----------
1d0
< wait for row 3 to be added

TEST FAILED on kikweto : swt appevents appevent_from_dialog ( Last six runs Nov2013 )

---------- Differences in output ----------
9c9
< Expected application event 'shell to be created' occurred, proceeding.
---
> ERROR: Expected application event 'shell to be created' timed out after 60 seconds! Trying to proceed.
---------- Differences in recorded_usecase ----------
1d0
< wait for shell to be created
4d2
< # Whither this comment?
6c4
< # And this one?
---
> # Whither this comment?
7a6
> # And this one?

2 TESTS FAILED on kisaumi :

---------- Differences in output ----------
13c13
< Expected application event 'rows to be added' occurred, proceeding.
---
> ERROR: Expected application event 'rows to be added' timed out after 60 seconds! Trying to proceed.
---------- Differences in recorded_usecase ----------
1,2d0
< wait for rows to be added
< # Make sure this comment gets placed correctly
3a2
> # Make sure this comment gets placed correctly
swt appevents event_data_is_category ( Last six runs Nov2013 )
swt appevents repeat_event ( Last six runs Nov2013 )

TEST FAILED on barakoma : wxpython widgets textcontrol ( Last six runs Nov2013 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
>   File "/usr/local/tt-env/python2.6.current/bin/storytext", line 17, in <module>
>     main(install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 142, in main
>     storytext.scriptEngine = create_script_engine(options, install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 90, in create_script_engine
>     exec(cmd, d)
>   File "<string>", line 1, in <module>
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/wxtoolkit/__init__.py", line 4, in <module>
>     import storytext.guishared, os, time, wx, logging, inspect
> ImportError: No module named wx
---------- Differences in output ----------
1,16d0
< 
< ---------- Frame 'wx.TextCtrl' ----------
< ========== TextCtrl ==========
< PyUseCase
< ==============================
< -----------------------------------------
< 
< 'Auto.TextCtrl.TextEnter.'Type=TextCtrl'' event created with arguments 'Hello World!'
< Text: Hello World!
< 
< Updated Text Field
< ========== TextCtrl ==========
< Hello World!
< ==============================
< 
< 'Auto.MainFrame.Close.'Title=wx.TextCtrl, Type=MainFrame'' event created with arguments ''
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:env --unset=USECASE_RECORD_SCRIPT --unset=USECASE_REPLAY_SCRIPT 'PATH=$PATH:<path_to_bin_dir>/bin' storytext_editor -m <texttest tmp dir>/usecases/ui_map.conf -i wx <texttest tmp dir>/usecase.storytext
---------- Missing result in recorded_usecase ----------
Auto.TextCtrl.TextEnter.'Type=TextCtrl' Hello World!
Auto.MainFrame.Close.'Title=wx.TextCtrl, Type=MainFrame'

TEST FAILED on barakoma : wxpython widgets frame ( Last six runs Nov2013 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
>   File "/usr/local/tt-env/python2.6.current/bin/storytext", line 17, in <module>
>     main(install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 142, in main
>     storytext.scriptEngine = create_script_engine(options, install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 90, in create_script_engine
>     exec(cmd, d)
>   File "<string>", line 1, in <module>
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/wxtoolkit/__init__.py", line 4, in <module>
>     import storytext.guishared, os, time, wx, logging, inspect
> ImportError: No module named wx
---------- Differences in output ----------
1,6d0
< 
< ---------- Frame 'wxPython Frame' ----------
< 
< --------------------------------------------
< 
< 'Auto.Frame.Close.'Title=wxPython Frame, Type=Frame'' event created with arguments ''
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:env --unset=USECASE_RECORD_SCRIPT --unset=USECASE_REPLAY_SCRIPT 'PATH=$PATH:<path_to_bin_dir>/bin' storytext_editor -m <texttest tmp dir>/usecases/ui_map.conf -i wx <texttest tmp dir>/usecase.storytext
---------- Missing result in recorded_usecase ----------
Auto.Frame.Close.'Title=wxPython Frame, Type=Frame'

TEST FAILED on barakoma : wxpython widgets dialog ( Last six runs Nov2013 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
>   File "/usr/local/tt-env/python2.6.current/bin/storytext", line 17, in <module>
>     main(install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 142, in main
>     storytext.scriptEngine = create_script_engine(options, install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 90, in create_script_engine
>     exec(cmd, d)
>   File "<string>", line 1, in <module>
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/wxtoolkit/__init__.py", line 4, in <module>
>     import storytext.guishared, os, time, wx, logging, inspect
> ImportError: No module named wx
---------- Differences in output ----------
1,27d0
< 
< ---------- Frame 'Test wx.Dialog' ----------
< Button 'Show Dialog'
< 
< Button 'Close Frame'
< --------------------------------------------
< 
< 'Auto.Button.Press.'Label=Show Dialog, Type=Button'' event created with arguments ''
< 
< ---------- Frame 'wx.Dialog' ----------
< ========== TextCtrl ==========
< wx.Dialog
< ==============================
< 
< Button 'Close Dialog'
< ---------------------------------------
< 
< 'Auto.TextCtrl.TextEnter.'Type=TextCtrl'' event created with arguments 'PyUseCase'
< 
< Updated Text Field
< ========== TextCtrl ==========
< PyUseCase
< ==============================
< 
< 'Auto.Button.Press.'Label=Close Dialog, Type=Button'' event created with arguments ''
< 
< 'Auto.Button.Press.'Label=Close Frame, Type=Button'' event created with arguments ''
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:env --unset=USECASE_RECORD_SCRIPT --unset=USECASE_REPLAY_SCRIPT 'PATH=$PATH:<path_to_bin_dir>/bin' storytext_editor -m <texttest tmp dir>/usecases/ui_map.conf -i wx <texttest tmp dir>/usecase.storytext
---------- Missing result in recorded_usecase ----------
Auto.Button.Press.'Label=Show Dialog, Type=Button'
Auto.TextCtrl.TextEnter.'Type=TextCtrl' PyUseCase
Auto.Button.Press.'Label=Close Dialog, Type=Button'
Auto.Button.Press.'Label=Close Frame, Type=Button'

TEST FAILED on barakoma : wxpython widgets fileselector ( Last six runs Nov2013 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
>   File "/usr/local/tt-env/python2.6.current/bin/storytext", line 17, in <module>
>     main(install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 142, in main
>     storytext.scriptEngine = create_script_engine(options, install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 90, in create_script_engine
>     exec(cmd, d)
>   File "<string>", line 1, in <module>
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/wxtoolkit/__init__.py", line 4, in <module>
>     import storytext.guishared, os, time, wx, logging, inspect
> ImportError: No module named wx
---------- Differences in output ----------
1,28d0
< 
< ---------- Frame 'Test' ----------
< Button 'Select File'
< 
< Button 'Close Me'
< ----------------------------------
< 
< 'Auto.Button.Press.'Label=Select File, Type=Button'' event created with arguments ''
< 
< ---------- File Selector 'Select a File' ----------
< DefaultFile: None
< Flags      : wx.FD_OPEN
< ---------------------------------------------------
< Changed title of frame to 'No file selected'
< 
< 'Auto.FileSelectorWidget.FileSelectorReply.'Title=Select a File, Type=FileSelectorWidget'' event created with arguments ''
< 
< 'Auto.Button.Press.'Label=Select File, Type=Button'' event created with arguments ''
< 
< ---------- File Selector 'Select a File' ----------
< DefaultFile: None
< Flags      : wx.FD_OPEN
< ---------------------------------------------------
< Changed title of frame to 'File=C:/cmpxml.c'
< 
< 'Auto.FileSelectorWidget.FileSelectorReply.'Title=Select a File, Type=FileSelectorWidget'' event created with arguments 'C:/cmpxml.c'
< 
< 'Auto.Button.Press.'Label=Close Me, Type=Button'' event created with arguments ''
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:env --unset=USECASE_RECORD_SCRIPT --unset=USECASE_REPLAY_SCRIPT 'PATH=$PATH:<path_to_bin_dir>/bin' storytext_editor -m <texttest tmp dir>/usecases/ui_map.conf -i wx <texttest tmp dir>/usecase.storytext
---------- Missing result in recorded_usecase ----------
Auto.Button.Press.'Label=Select File, Type=Button'
Auto.FileSelectorWidget.FileSelectorReply.'Title=Select a File, Type=FileSelectorWidget' 
Auto.Button.Press.'Label=Select File, Type=Button'
Auto.FileSelectorWidget.FileSelectorReply.'Title=Select a File, Type=FileSelectorWidget' C:\cmpxml.c
Auto.Button.Press.'Label=Close Me, Type=Button'

TEST FAILED on barakoma : wxpython widgets dirselector ( Last six runs Nov2013 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
>   File "/usr/local/tt-env/python2.6.current/bin/storytext", line 17, in <module>
>     main(install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 142, in main
>     storytext.scriptEngine = create_script_engine(options, install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 90, in create_script_engine
>     exec(cmd, d)
>   File "<string>", line 1, in <module>
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/wxtoolkit/__init__.py", line 4, in <module>
>     import storytext.guishared, os, time, wx, logging, inspect
> ImportError: No module named wx
---------- Differences in output ----------
1,28d0
< 
< ---------- Frame 'Test' ----------
< Button 'Select Dir'
< 
< Button 'Close Me'
< ----------------------------------
< 
< 'Auto.Button.Press.'Label=Select Dir, Type=Button'' event created with arguments ''
< 
< ---------- Dir Selector 'Select a Directory' ----------
< DefaultDir: C:/
< Style     : wx.DD_DEFAULT_STYLE
< -------------------------------------------------------
< Changed title of frame to 'No dir selected'
< 
< 'Auto.DirSelectorWidget.DirSelectorReply.'Title=Select a Directory, Type=DirSelectorWidget'' event created with arguments ''
< 
< 'Auto.Button.Press.'Label=Select Dir, Type=Button'' event created with arguments ''
< 
< ---------- Dir Selector 'Select a Directory' ----------
< DefaultDir: C:/
< Style     : wx.DD_DEFAULT_STYLE
< -------------------------------------------------------
< Changed title of frame to 'Dir=C:/Temp'
< 
< 'Auto.DirSelectorWidget.DirSelectorReply.'Title=Select a Directory, Type=DirSelectorWidget'' event created with arguments 'C:/Temp'
< 
< 'Auto.Button.Press.'Label=Close Me, Type=Button'' event created with arguments ''
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:env --unset=USECASE_RECORD_SCRIPT --unset=USECASE_REPLAY_SCRIPT 'PATH=$PATH:<path_to_bin_dir>/bin' storytext_editor -m <texttest tmp dir>/usecases/ui_map.conf -i wx <texttest tmp dir>/usecase.storytext
---------- Missing result in recorded_usecase ----------
Auto.Button.Press.'Label=Select Dir, Type=Button'
Auto.DirSelectorWidget.DirSelectorReply.'Title=Select a Directory, Type=DirSelectorWidget' 
Auto.Button.Press.'Label=Select Dir, Type=Button'
Auto.DirSelectorWidget.DirSelectorReply.'Title=Select a Directory, Type=DirSelectorWidget' C:\Temp
Auto.Button.Press.'Label=Close Me, Type=Button'

TEST FAILED on barakoma : wxpython widgets dirdialogs select ( Last six runs Nov2013 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
>   File "/usr/local/tt-env/python2.6.current/bin/storytext", line 17, in <module>
>     main(install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 142, in main
>     storytext.scriptEngine = create_script_engine(options, install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 90, in create_script_engine
>     exec(cmd, d)
>   File "<string>", line 1, in <module>
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/wxtoolkit/__init__.py", line 4, in <module>
>     import storytext.guishared, os, time, wx, logging, inspect
> ImportError: No module named wx
---------- Differences in output ----------
1,24d0
< 
< ---------- Frame 'DirDialog Exercise' ----------
< 
< Menubar:
<     >>>
<     File (+)
< 
<     File menu
<         Select
<     --------------------
<         Exit
< 
< ========== TextCtrl ==========
< 
< ==============================
< 
< ------------------------------------------------
< 
< 'Auto.MyFrame.Menu.'Title=DirDialog Exercise, Type=MyFrame'' event created with arguments 'File~~~Select'
< Changed title of frame to 'Open C:/DB2'
< 
< 'Auto.DirDialog.SelectDir.'Title=Open a File, Type=DirDialog'' event created with arguments 'C:/DB2'
< 
< 'Auto.MyFrame.Close.'Title=DirDialog Exercise, Type=MyFrame'' event created with arguments ''
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:env --unset=USECASE_RECORD_SCRIPT --unset=USECASE_REPLAY_SCRIPT 'PATH=$PATH:<path_to_bin_dir>/bin' storytext_editor -m <texttest tmp dir>/usecases/ui_map.conf -i wx <texttest tmp dir>/usecase.storytext
---------- Missing result in recorded_usecase ----------
Auto.MyFrame.Menu.'Title=DirDialog Exercise, Type=MyFrame' File~~~Select
Auto.DirDialog.SelectDir.'Title=Open a File, Type=DirDialog' C:\DB2
Auto.MyFrame.Close.'Title=DirDialog Exercise, Type=MyFrame'