texttest -a storytext -v windows -c /usr/local/tt-env -d /carm/proj/texttest/Testing/Automatic -reconnect /carm/proj/texttest-tmp/texttest-nightjob/nightjob_tmp/storytext.windows.13Jan034549.3516 -g
texttest -a storytext -v windows -c /usr/local/tt-env -d /carm/proj/texttest/Testing/Automatic
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,112d0 < Usage: storytext [options] <program> <program_args> ... < < StoryText is a record/replay tool for Python GUIs, currently consisting of a generic < interface and an implementation for PyGTK. Unlike traditional record/replay tools, < it does not record UI events directly but relies on its user maintaining a mapping < between the current UI controls and "domain language" names that express the < intent of the actions, allowing tests to be recorded in a very high level customer-readable format. < < For PyGTK, it also generates a logfile describing in a textual format the visible GUI and the changes < that occur in it. This makes it easy to test PyGTK GUIs using a text-based test tool such as TextTest. < It does not currently have any other means of "asserting" what is happening in the GUI. < < For fuller documentation refer to the online docs at http://www.texttest.org < < Options: < --version show program's version number and exit < -h, --help show this help message and exit < -d SECONDS, --delay=SECONDS < amount of time to wait between each action when < replaying. Also enabled via the environment variable < USECASE_REPLAY_DELAY. < -i INTERFACE, --interface=INTERFACE < type of interface used by application, should be < 'console', 'gtk', 'tkinter', 'wx', 'javaswing', < 'javaswt', 'javarcp' or 'javagef' ('gtk' is default) < -f FILENAME, --pollfile=FILENAME < file to poll for updates, generating an application < event when it appears or disappears < -F EVENTNAME, --pollfile-event-name=EVENTNAME <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,55d0 < The following lists the PyGTK widget types and the associated signals on them which < StoryText trunk is currently capable of recording and replaying. Any type derived from the listed < types is also supported. < < gtk.Button : clicked < gtk.CellRendererText : edited < gtk.CellRendererToggle : toggled < gtk.CheckMenuItem : toggled < gtk.ComboBox : changed < gtk.Dialog : delete-event , response < gtk.Entry : activate , changed < gtk.FileChooser : current-folder-changed , current-name-changed , selection-changed < gtk.MenuItem : activate < gtk.Notebook : switch-page < gtk.TextView : changed < gtk.ToggleButton : toggled < gtk.ToggleToolButton : toggled < gtk.ToolButton : clicked < gtk.TreeSelection : changed < gtk.TreeView : button-press-event , row-activated , row-collapsed , row-expanded < gtk.TreeViewColumn : clicked < gtk.Window : delete-event < < The following lists the PyGTK widget types whose status and changes StoryText trunk is < currently capable of monitoring and logging. Any type derived from the listed types < is also supported but will only have features of the listed type described. < < gtk.Button < gtk.CellView <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,61d0 < <div class="Text_Header">PyGTK Widgets and signals supported for record/replay</div> < <div class="Text_Normal">The following lists the PyGTK widget types and the associated signals on them which < StoryText trunk is currently capable of recording and replaying. Any type derived from the listed < types is also supported. < </div> < <div class="Text_Normal"><table border=1 cellpadding=1 cellspacing=1> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtkbutton.html>gtk.Button</a></td><td><div class="Table_Text_Normal">clicked</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtkcellrenderertext.html>gtk.CellRendererText</a></td><td><div class="Table_Text_Normal">edited</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtkcellrenderertoggle.html>gtk.CellRendererToggle</a></td><td><div class="Table_Text_Normal">toggled</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtkcheckmenuitem.html>gtk.CheckMenuItem</a></td><td><div class="Table_Text_Normal">toggled</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtkcombobox.html>gtk.ComboBox</a></td><td><div class="Table_Text_Normal">changed</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtkdialog.html>gtk.Dialog</a></td><td><div class="Table_Text_Normal">delete-event , response</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtkentry.html>gtk.Entry</a></td><td><div class="Table_Text_Normal">activate , changed</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtkfilechooser.html>gtk.FileChooser</a></td><td><div class="Table_Text_Normal">current-folder-changed , current-name-changed , selection-changed</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtkmenuitem.html>gtk.MenuItem</a></td><td><div class="Table_Text_Normal">activate</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtknotebook.html>gtk.Notebook</a></td><td><div class="Table_Text_Normal">switch-page</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtktextview.html>gtk.TextView</a></td><td><div class="Table_Text_Normal">changed</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtktogglebutton.html>gtk.ToggleButton</a></td><td><div class="Table_Text_Normal">toggled</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtktoggletoolbutton.html>gtk.ToggleToolButton</a></td><td><div class="Table_Text_Normal">toggled</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtktoolbutton.html>gtk.ToolButton</a></td><td><div class="Table_Text_Normal">clicked</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtktreeselection.html>gtk.TreeSelection</a></td><td><div class="Table_Text_Normal">changed</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtktreeview.html>gtk.TreeView</a></td><td><div class="Table_Text_Normal">button-press-event , row-activated , row-collapsed , row-expanded</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtktreeviewcolumn.html>gtk.TreeViewColumn</a></td><td><div class="Table_Text_Normal">clicked</div></td></tr> < <tr><td><a class="Text_Link" href=http://library.gnome.org/devel/pygtk/stable/class-gtkwindow.html>gtk.Window</a></td><td><div class="Table_Text_Normal">delete-event</div></td></tr> < </table></div> < <div class="Text_Header">PyGTK Widgets supported for automatic logging</div> < <div class="Text_Normal"> < The following lists the PyGTK widget types whose status and changes StoryText trunk is < currently capable of monitoring and logging. Any type derived from the listed types <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,37d0 < <div class="Text_Header">Tkinter Widgets and actions supported for record/replay</div> < <div class="Text_Normal">The following lists the Tkinter widget types and the associated actions on them which < StoryText trunk is currently capable of recording and replaying. Any type derived from the listed < types is also supported. < </div> < <div class="Text_Normal"><table border=1 cellpadding=1 cellspacing=1> < <tr><td><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/button.html>Tkinter.Button</a></td><td><div class="Table_Text_Normal">clicked</div></td></tr> < <tr><td><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/canvas.html>Tkinter.Canvas</a></td><td><div class="Table_Text_Normal">left-clicked , middle-clicked , right-clicked</div></td></tr> < <tr><td><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/checkbutton.html>Tkinter.Checkbutton</a></td><td><div class="Table_Text_Normal">checked , unchecked</div></td></tr> < <tr><td><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/entry.html>Tkinter.Entry</a></td><td><div class="Table_Text_Normal">edited text</div></td></tr> < <tr><td><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/label.html>Tkinter.Label</a></td><td><div class="Table_Text_Normal">left-clicked , middle-clicked , right-clicked</div></td></tr> < <tr><td><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/listbox.html>Tkinter.Listbox</a></td><td><div class="Table_Text_Normal">select item</div></td></tr> < <tr><td><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/menu.html>Tkinter.Menu</a></td><td><div class="Table_Text_Normal">select item</div></td></tr> < <tr><td><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/tk.html>Tkinter.Tk</a></td><td><div class="Table_Text_Normal">closed</div></td></tr> < <tr><td><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/toplevel.html>Tkinter.Toplevel</a></td><td><div class="Table_Text_Normal">closed</div></td></tr> < </table></div> < <div class="Text_Header">Tkinter Widgets supported for automatic logging</div> < <div class="Text_Normal"> < The following lists the Tkinter widget types whose status and changes StoryText trunk is < currently capable of monitoring and logging. Any type derived from the listed types < is also supported but will only have features of the listed type described. < </div> < <div class="Text_Normal"> < <li><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/button.html>Tkinter.Button</a> < <li><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/canvas.html>Tkinter.Canvas</a> < <li><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/checkbutton.html>Tkinter.Checkbutton</a> < <li><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/entry.html>Tkinter.Entry</a> < <li><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/frame.html>Tkinter.Frame</a> < <li><a class="Text_Link" href=http://infohost.nmt.edu/tcc/help/pubs/tkinter/label.html>Tkinter.Label</a> <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,40d0 < <div class="Text_Header">wxPython Widgets and actions supported for record/replay</div> < <div class="Text_Normal">The following lists the wxPython widget types and the associated actions on them which < StoryText trunk is currently capable of recording and replaying. Any type derived from the listed < types is also supported. < </div> < <div class="Text_Normal"><table border=1 cellpadding=1 cellspacing=1> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.Button-class.html>wx.Button</a></td><td><div class="Table_Text_Normal">Press</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.CheckBox-class.html>wx.CheckBox</a></td><td><div class="Table_Text_Normal">Check , CheckThirdState , Uncheck</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.Choice-class.html>wx.Choice</a></td><td><div class="Table_Text_Normal">Choose</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.DirDialog-class.html>wx.DirDialog</a></td><td><div class="Table_Text_Normal">SelectDir</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.DirSelectorWidget-class.html>wx.DirSelectorWidget</a></td><td><div class="Table_Text_Normal">DirSelectorReply</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.FileDialog-class.html>wx.FileDialog</a></td><td><div class="Table_Text_Normal">SelectFile</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.FileSelectorWidget-class.html>wx.FileSelectorWidget</a></td><td><div class="Table_Text_Normal">FileSelectorReply</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.Frame-class.html>wx.Frame</a></td><td><div class="Table_Text_Normal">Close , Menu</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.GetColourFromUserWidget-class.html>wx.GetColourFromUserWidget</a></td><td><div class="Table_Text_Normal">GetColourFromUserReply</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.GetFontFromUserWidget-class.html>wx.GetFontFromUserWidget</a></td><td><div class="Table_Text_Normal">GetFontFromUserReply</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.ListCtrl-class.html>wx.ListCtrl</a></td><td><div class="Table_Text_Normal">ListCtrlSelect</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.MessageBoxWidget-class.html>wx.MessageBoxWidget</a></td><td><div class="Table_Text_Normal">MessageBoxReply</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.TextCtrl-class.html>wx.TextCtrl</a></td><td><div class="Table_Text_Normal">TextEnter</div></td></tr> < <tr><td><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.Window-class.html>wx.Window</a></td><td><div class="Table_Text_Normal">ContextMenu</div></td></tr> < </table></div> < <div class="Text_Header">wxPython Widgets supported for automatic logging</div> < <div class="Text_Normal"> < The following lists the wxPython widget types whose status and changes StoryText trunk is < currently capable of monitoring and logging. Any type derived from the listed types < is also supported but will only have features of the listed type described. < </div> < <div class="Text_Normal"> < <li><a class="Text_Link" href=http://www.wxpython.org/docs/api/wx.Button-class.html>wx.Button</a> <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,31d0 < The following lists the Tkinter widget types and the associated actions on them which < StoryText trunk is currently capable of recording and replaying. Any type derived from the listed < types is also supported. < < Tkinter.Button : clicked < Tkinter.Canvas : left-clicked , middle-clicked , right-clicked < Tkinter.Checkbutton : checked , unchecked < Tkinter.Entry : edited text < Tkinter.Label : left-clicked , middle-clicked , right-clicked < Tkinter.Listbox : select item < Tkinter.Menu : select item < Tkinter.Tk : closed < Tkinter.Toplevel : closed < < The following lists the Tkinter widget types whose status and changes StoryText trunk is < currently capable of monitoring and logging. Any type derived from the listed types < is also supported but will only have features of the listed type described. < < Tkinter.Button < Tkinter.Canvas < Tkinter.Checkbutton < Tkinter.Entry < Tkinter.Frame < Tkinter.Label < Tkinter.LabelFrame < Tkinter.Listbox < Tkinter.Menu < Tkinter.Menubutton < Tkinter.Text <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,34d0 < The following lists the wxPython widget types and the associated actions on them which < StoryText trunk is currently capable of recording and replaying. Any type derived from the listed < types is also supported. < < wx.Button : Press < wx.CheckBox : Check , CheckThirdState , Uncheck < wx.Choice : Choose < wx.DirDialog : SelectDir < wx.DirSelectorWidget : DirSelectorReply < wx.FileDialog : SelectFile < wx.FileSelectorWidget : FileSelectorReply < wx.Frame : Close , Menu < wx.GetColourFromUserWidget: GetColourFromUserReply < wx.GetFontFromUserWidget : GetFontFromUserReply < wx.ListCtrl : ListCtrlSelect < wx.MessageBoxWidget : MessageBoxReply < wx.TextCtrl : TextEnter < wx.Window : ContextMenu < < The following lists the wxPython widget types whose status and changes StoryText trunk is < currently capable of monitoring and logging. Any type derived from the listed types < is also supported but will only have features of the listed type described. < < wx.Button < wx.CheckBox < wx.Choice < wx.Dialog < wx.Frame < wx.ListCtrl <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'The Muppet Show' < Edited 'Movie Name' Text entry (set to 'The Muppet Show') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> The Muppet Show < ERROR: Could not simulate command 'unknown command' - could not find matching entry in UI map file. < ERROR: Could not simulate command 'click non-existent widget' - no widget found with descriptor 'Label=No Such Widget' to perform action 'clicked' on. < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- # A comment set new movie name to The Muppet Show add movie close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,17d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'show' event created with arguments 'non-existent tab' < ERROR: Could not simulate command 'show non-existent tab' - 'show' failed : Could not find page 'non-existent tab' in the Notebook. < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close
---------- Differences in errors ---------- 1c1,14 < ERROR: could not parse UI map file(s) at <texttest sandbox>/usecases/ui_map.conf --- > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,7d0 < < ---------- Window 'None' ---------- < Focus widget is 'Quit' < Combo Box (drop-down list containing []) , Button 'Quit' < ----------------------------------- < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- quitpygtk error_handling combobox_empty ( Last six runs Jan2015 Dec2014 )
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,20d0 < < Waiting for application event 'file chooser to read file system' to occur. < < ---------- Filechooserdialog 'Open..' ---------- < Default widget is 'gtk-open' < < Showing FileChooserWidget (selected <texttest sandbox>/sampledir/file.txt') < Stock Button 'gtk-open' , Stock Button 'gtk-cancel' < ------------------------------------------------ < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'look in folder' event created with arguments 'no-such-folder' < ERROR: Could not simulate command 'look in folder no-such-folder' - Cannot find folder 'no-such-folder' to change to! < < 'select file' event created with arguments 'no-such-file' < ERROR: Could not simulate command 'select file no-such-file' - Cannot select file 'no-such-file', no such file in current folder < < 'cancel file selection' event created with arguments '' < Closed, no files selected ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- wait for file chooser to read file system cancel file selection
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,29d0 < < Waiting for application event 'file chooser to read file system' to occur. < < ---------- Filechooserdialog 'Save Dialog' ---------- < Default widget is 'gtk-save' < < Showing FileChooserWidget < Stock Button 'gtk-save' , Stock Button 'gtk-cancel' < ----------------------------------------------------- < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'cancel original save' event created with arguments '' < Closed, nothing will be saved < < Waiting for application event 'file chooser to read file system' to occur. < < ---------- Dialog 'Save Dialog with Widget' ---------- < Default widget is 'gtk-save' < < Showing FileChooserWidget < Check button 'Make the file readonly' < Stock Button 'gtk-save' , Stock Button 'gtk-cancel' < ------------------------------------------------------ < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'perform widget save' event created with arguments '' < Saving to None <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- wait for file chooser to read file system cancel original save wait for file chooser to read file system perform widget save
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1d0 < Hello ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 1,3c1,14 < ERROR: Unable to record u'set new movie name to Star Wars' to file '/no/such/file' < ERROR: Unable to record u'add movie' to file '/no/such/file' < ERROR: Unable to record u'close' to file '/no/such/file' --- > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,22d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 1c1,14 < Cannot replay script 'no_such_file', no such file or directory. --- > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,23d0 < < ---------- Window 'TreeModelFilter Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 121339 | RESO | dsextras.py installation directory is incorrect < -> 122569 | NEW | gtk.Window derived class segfaults < -> 123014 | NEW | PyGtk build problem on Win32 using the 'distutils' approach. < -> 123037 | NEW | gtk.ListStore.set_column_types is missing < -> 123456 | RESO | ItemFactory.create_items and <ImageItem> bug < -> 123458 | NEED | pygtk does not wrap all of gdk-pixbuf < -> 124181 | NEED | Python Shell inside a gtk GUI < -> 138163 | VERI | NOTA gtk.main_iteration(TRUE) unblocks every .1 seconds < -> 138619 | UNCO | codegen/definitions.py could use some refactoring < -> 138804 | UNCO | In gtk2.4, gdk_font_get_display and gdk_pixmap_lookup is ... < Toggle button 'NEW' (depressed) , Toggle button 'RESO' (depressed) , Toggle button 'NEED' (depressed) , Toggle button 'VERI' (depressed) , Toggle button 'UNCO' (depressed) < ------------------------------------------------------ < < 'change title for description' event created with arguments '' < ERROR: Could not simulate command 'change title for description' - Cannot generate signal u'notify' for widget of type 'TreeView' < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,7d0 < < ---------- Window 'None' ---------- < Focus widget is 'GtkTreeView' < Showing GtkTreeView with columns: Column 1 , Button 'Quit' < ----------------------------------- < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,26d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Column 0 < -> parent 0 (bold) < -> parent 1 (bold) < -> parent 2 (bold) < -> parent 3 (bold) < ----------------------------------------------------- < < 'show children for' event created with arguments 'parent 0' < < Expanded row in GtkTreeView with columns: Column 0 < -> parent 0 (bold) < -> <span foreground='red'>child 0</span> < -> <span foreground='red'>child 1</span> < -> <span foreground='red'>child 2</span> < -> parent 1 (bold) < -> parent 2 (bold) < -> parent 3 (bold) < < 'select row' event created with arguments 'child 1' < ERROR: Could not simulate command 'select row child 1' - 'child 1' in Tree View is ambiguous, could refer to 4 different paths < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- show children for parent 0 close application
---------- Differences in errors ---------- 1c1,14 < ERROR in UI map file: Could not find column with name 'no such column' --- > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,21d0 < < ---------- Window 'TreeModelFilter Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 121339 | RESO | dsextras.py installation directory is incorrect < -> 122569 | NEW | gtk.Window derived class segfaults < -> 123014 | NEW | PyGtk build problem on Win32 using the 'distutils' approach. < -> 123037 | NEW | gtk.ListStore.set_column_types is missing < -> 123456 | RESO | ItemFactory.create_items and <ImageItem> bug < -> 123458 | NEED | pygtk does not wrap all of gdk-pixbuf < -> 124181 | NEED | Python Shell inside a gtk GUI < -> 138163 | VERI | NOTA gtk.main_iteration(TRUE) unblocks every .1 seconds < -> 138619 | UNCO | codegen/definitions.py could use some refactoring < -> 138804 | UNCO | In gtk2.4, gdk_font_get_display and gdk_pixmap_lookup is ... < Toggle button 'NEW' (depressed) , Toggle button 'RESO' (depressed) , Toggle button 'NEED' (depressed) , Toggle button 'VERI' (depressed) , Toggle button 'UNCO' (depressed) < ------------------------------------------------------ < ERROR: Could not simulate command 'sort bugs by no such column' - no widget found with descriptor 'Type=TreeView' to perform action 'clicked.no such column' on. < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < ---------- Window 'TreeModelFilter Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 121339 | RESO | dsextras.py installation directory is incorrect < -> 122569 | NEW | gtk.Window derived class segfaults < -> 123014 | NEW | PyGtk build problem on Win32 using the 'distutils' approach. < -> 123037 | NEW | gtk.ListStore.set_column_types is missing < -> 123456 | RESO | ItemFactory.create_items and <ImageItem> bug < -> 123458 | NEED | pygtk does not wrap all of gdk-pixbuf < -> 124181 | NEED | Python Shell inside a gtk GUI < -> 138163 | VERI | NOTA gtk.main_iteration(TRUE) unblocks every .1 seconds < -> 138619 | UNCO | codegen/definitions.py could use some refactoring < -> 138804 | UNCO | In gtk2.4, gdk_font_get_display and gdk_pixmap_lookup is ... < Toggle button 'NEW' (depressed) , Toggle button 'RESO' (depressed) , Toggle button 'NEED' (depressed) , Toggle button 'VERI' (depressed) , Toggle button 'UNCO' (depressed) < ------------------------------------------------------ < < 'select bug' event created with arguments 'no_such_bug' < ERROR: Could not simulate command 'select bug no_such_bug' - Could not find row 'no_such_bug' in Tree View < Known names are ['123014', '138163', '124181', '120595', '123037', '121339', '138804', '122569', '123458', '123456', '138619'] < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,37d0 < < ---------- Window 'TreeModelFilter Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 121339 | RESO | dsextras.py installation directory is incorrect < -> 122569 | NEW | gtk.Window derived class segfaults < -> 123014 | NEW | PyGtk build problem on Win32 using the 'distutils' approach. < -> 123037 | NEW | gtk.ListStore.set_column_types is missing < -> 123456 | RESO | ItemFactory.create_items and <ImageItem> bug < -> 123458 | NEED | pygtk does not wrap all of gdk-pixbuf < -> 124181 | NEED | Python Shell inside a gtk GUI < -> 138163 | VERI | NOTA gtk.main_iteration(TRUE) unblocks every .1 seconds < -> 138619 | UNCO | codegen/definitions.py could use some refactoring < -> 138804 | UNCO | In gtk2.4, gdk_font_get_display and gdk_pixmap_lookup is ... < Toggle button 'NEW' (depressed) , Toggle button 'RESO' (depressed) , Toggle button 'NEED' (depressed) , Toggle button 'VERI' (depressed) , Toggle button 'UNCO' (depressed) < ------------------------------------------------------ < < 'hide bugs with state reso' event created with arguments '' < < Updated : GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 122569 | NEW | gtk.Window derived class segfaults < -> 123014 | NEW | PyGtk build problem on Win32 using the 'distutils' approach. < -> 123037 | NEW | gtk.ListStore.set_column_types is missing < -> 123458 | NEED | pygtk does not wrap all of gdk-pixbuf < -> 124181 | NEED | Python Shell inside a gtk GUI < -> 138163 | VERI | NOTA gtk.main_iteration(TRUE) unblocks every .1 seconds <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- hide bugs with state reso close application
---------- Differences in errors ---------- 1c1,14 < WARNING: UI map file(s) at <texttest sandbox>/usecases/ui_map.conf has duplicated sections for widgets identified by 'Label=Add', the earlier ones will be ignored. --- > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,18d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < ERROR: Could not simulate command 'add movie' - could not find matching entry in UI map file. < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,7d0 < < ---------- Window 'None' ---------- < Focus widget is 'Quit' < Button , Button 'Quit' < ----------------------------------- < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,40d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'The Muppet Show' < Edited 'Movie Name' Text entry (set to 'The Muppet Show') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> The Muppet Show < < 'select menu 'file'' event created with arguments '' < < ---------- Popup Window ---------- < 'Actions' (+) < 'Show buttons' (checked) < 'Enable buttons' (checked) < 'Quit' < ---------------------------------- <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to The Muppet Show add movie select menu 'file' select menu item 'actions' hide buttons close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,26d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'The Muppet Show' < Edited 'Movie Name' Text entry (set to 'The Muppet Show') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> The Muppet Show < < 'select menu item 'delete'' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to The Muppet Show add movie select menu item 'delete' close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,42d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'The Muppet Show' < Edited 'Movie Name' Text entry (set to 'The Muppet Show') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> The Muppet Show < < 'select menu 'file'' event created with arguments '' < < ---------- Popup Window ---------- < 'Actions' (+) < 'Show buttons' (checked) < 'Enable buttons' (checked) < 'Quit' < ---------------------------------- <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to The Muppet Show add movie select menu 'file' select menu item 'actions' disable buttons enable buttons close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,43d0 < < ---------- Window 'None' ---------- < Focus widget is 'GtkButton' < < Menu Bar : '_File' (+) , '_Sound' (+) , '_Radio Band' (+) < < Tool Bar : < _Quit (Stock image 'gtk-quit', accelerator 'Ctrl+Q', tooltip 'Quit the Program') < ---- < _Mute (accelerator 'Ctrl+M', tooltip 'Mute the volume') < ---- < _AM (depressed) (accelerator 'Ctrl+A', tooltip 'AM Radio') < _FM (accelerator 'Ctrl+F', tooltip 'FM Radio') < SS_B (accelerator 'Ctrl+S', tooltip 'Single Sideband Radio') < 'Sound is not muted' < 'Radio band is AM' < Button '_Quit' (accelerator 'Ctrl+Q', tooltip 'Quit the Program') < ----------------------------------- < < 'set mute from toolbar' event created with arguments '' < < Toggled Toolbar Item _Mute (depressed) (accelerator 'Ctrl+M', tooltip 'Mute the volume') < < Changing Sound Label to: 'Sound is muted' < < 'show radio band menu' event created with arguments '' < < ---------- Popup Window ---------- < '_AM' (checked) (accelerator 'Ctrl+A') <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set mute from toolbar show radio band menu enable FM from menu quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,6d0 < < ---------- Window 'Example' ---------- < 'Cell View Text ' < -------------------------------------- < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,14d0 < < ---------- Window 'None' ---------- < Focus widget is 'Add More Pies!' < Button 'Add More Pies!' , Combo Box (selected 'Select a pie:') (drop-down list containing ['Select a pie:', 'Apple', 'Cherry']) < ----------------------------------- < < 'add more pies' event created with arguments '' < Updated drop-down list in 'Pie List' Combo Box (selected 'Select a pie:') (drop-down list containing ['Select a pie:', 'Apple', 'Cherry', 'Blueberry', 'Grape', 'Peach', 'Raisin']) < < 'choose pie' event created with arguments 'Blueberry' < I like Blueberry pie < Changed selection in 'Pie List' Combo Box (selected 'Blueberry') < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add more pies choose pie Blueberry close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,23d0 < < ---------- Window 'Entry Completion' ---------- < Focus widget is 'GtkEntry' < 'Type a, b, c or d < for completion' < Text entry < Button 'Hello' < ----------------------------------------------- < < 'set text to' event created with arguments 'o' < Edited 'GtkEntry' Text entry (set to 'o') (completions ['comb', 'color', 'dog', 'doghouse']) < < 'press button' event created with arguments '' < < 'set text to' event created with arguments 'z' < Edited 'GtkEntry' Text entry (set to 'z') < < 'press button' event created with arguments '' < < 'set text to' event created with arguments '' < Edited 'GtkEntry' Text entry < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set text to o press button set text to z press button set text to close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,8d0 < < ---------- Window 'Example' ---------- < Focus widget is 'GtkExpander' < Expander: Stock image 'gtk-open' , ' Folder Time' < -> 'The Current Time' < -------------------------------------- < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,9d0 < < ---------- Window 'Example' ---------- < .....'GTK Frame Widget'...... < 'A label' < ........... < 'Another Label' < -------------------------------------- < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,6d0 < < ---------- Window 'Example' ---------- < Button (Animation 'soccerball.gif') , Button (Image 'chaos.jpg') , Button (Image 'important.tif') < -------------------------------------- < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,12d0 < < ---------- Window 'Entry Completion' ---------- < Focus widget is 'GtkEntry' < 'Type a, b, c or d < for completion' < Text entry < ----------------------------------------------- < < 'set text to' event created with arguments 'd' < Edited 'GtkEntry' Text entry (set to 'dog') (inline completions ['dog', 'doghouse']) < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set text to dog close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,36d0 < < Waiting for application event 'progress to reach 6%' to occur. < < ---------- Window 'ProgressBar' ---------- < Default widget is 'close' < Progress bar set to fraction 0.0 < --------------- < Viewing table with 3 rows and 2 columns. < Check button 'Show text' < Check button 'Activity mode' < Check button 'Right to Left' < Button 'close' < ------------------------------------------ < < Progress bar set to fraction 0.02 < < Progress bar set to fraction 0.04 < < Progress bar set to fraction 0.06 < < Expected application event 'progress to reach 6%' occurred, proceeding. < < 'show text' event created with arguments '' < < Waiting for application event 'progress to reach 10%' to occur. < < Progress bar set to fraction 0.06, text 'some text' < Toggled Check button 'Show text' (checked) < <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- wait for progress to reach 6% show text wait for progress to reach 10% close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,67d0 < < Waiting for application event 'progress bar to be updated' to occur. < Waiting for application event 'progress to reach 2%' to occur. < Waiting for application event 'unreliable progress to reach 2%' to occur. < < ---------- Window 'ProgressBar' ---------- < Default widget is 'close' < Progress bar set to fraction 0.0 < --------------- < Text entry < Text entry < Button 'close' < ------------------------------------------ < < Progress bar set to fraction 0.02 < < Expected application event 'progress bar to be updated' occurred, proceeding. < Expected application event 'progress to reach 2%' occurred, proceeding. < Expected application event 'unreliable progress to reach 2%' occurred, proceeding. < < 'set text1 to' event created with arguments 'a' < < Waiting for application event 'progress bar to be updated' to occur. < Waiting for application event 'progress to reach 4%' to occur. < Edited 'Entry1' Text entry (set to 'a') < < Progress bar set to fraction 0.04 < < Expected application event 'progress bar to be updated' occurred, proceeding. <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- wait for progress bar to be updated, progress to reach 2%, unreliable progress to reach 2% set text1 to abc wait for progress bar to be updated * 2, progress to reach 6% set text2 to abc wait for progress bar to be updated * 2, progress to reach 10%, unreliable progress to reach 8% close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,11d0 < < ---------- Window 'Example' ---------- < Focus widget is 'Grey and Ungrey' < Button 'Grey and Ungrey' , Button 'Ungrey and Grey' , Button 'I'm just Grey' (greyed out) < -------------------------------------- < < 'grey and ungrey' event created with arguments '' < < 'ungrey and grey' event created with arguments '' < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- grey and ungrey ungrey and grey close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,22d0 < < ---------- Window 'Example' ---------- < Focus widget is 'GtkNotebook' < < Showing Notebook with tabs: Tab 1 , Tab 2 < Viewing page 'Tab 1' < 'Original text' < -------------------------------------- < < 'view' event created with arguments 'Tab 2' < < Current page changed in Notebook with tabs: Tab 1 , Tab 2 < Viewing page 'Tab 2' < Button 'Change the text!' < < 'change text' event created with arguments '' < < Current page changed in Notebook with tabs: Tab 1 , Tab 2 < Viewing page 'Tab 1' < 'New text' < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- view Tab 2 change text close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,33d0 < < ---------- Window 'Spin Button' ---------- < Focus widget is 'Day' < .....'Not accelerated'...... < 'Day :' < Spin button entry (set to '1') (min=1.0, max=31.0, step=1.0) , 'Month :' < Spin button entry (set to '1') (min=1.0, max=12.0, step=1.0) , 'Year :' < Spin button entry (set to '1998') (min=0.0, max=2100.0, step=1.0) < .....'Accelerated'...... < 'Value :' < Spin button entry (set to '0.00') (min=-10000.0, max=10000.0, step=0.5) , 'Digits :' < Spin button entry (set to '2') (min=1.0, max=5.0, step=1.0) < < Check button 'Snap to 0.5-ticks' (checked) < Check button 'Numeric only input mode' (checked) < Button 'Value as Int' , Button 'Value as Float' < '0' < Button 'Close' < ------------------------------------------ < < 'set day =' event created with arguments '24' < Edited 'Day' Spin button entry (set to '24') < < 'set month =' event created with arguments '5' < Edited 'Month' Spin button entry (set to '5') < < 'set year =' event created with arguments '2010' < Edited 'Year' Spin button entry (set to '2010') < <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set day = 24 set month = 5 set year = 2010 set value = 14.00 close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,11d0 < < ---------- Pyapp 'Example' ---------- < Focus widget is 'My Home Page' < < Tool Bar : < Link button 'My Home Page' < ---- < Tool button (Stock image 'gtk-quit') < ------------------------------------- < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,9d0 < < ---------- Window 'Example' ---------- < 'A label' , --------------- (vertical) , 'Left Window' < < ------------------------------ (vertical pane separator) < 'Right Window' < -------------------------------------- < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,12d0 < < ---------- Window 'Main Window' ---------- < < ------------------------------------------ < < 'show app menu' event created with arguments '' < < ---------- Appmenu 'App Menu' ---------- < < ---------------------------------------- < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- show app menu close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,19d0 < < ---------- Window 'Check Button' ---------- < Focus widget is 'check button 1' < Check button 'check button 1' < Check button 'check button 2 < (This button has an extra line...)' (checked) < Button 'Quit' < ------------------------------------------- < < 'check first button' event created with arguments '' < check button 1 was toggled ON < Toggled Check button 'check button 1' (checked) < < 'uncheck second button' event created with arguments '' < check button 2 was toggled OFF < Toggled Check button 'check button 2 < (This button has an extra line...)' < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- check first button uncheck second button quitpygtk other_ui_features hildon check_button ( Last six runs Jan2015 Dec2014 )
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,6d0 < < ---------- Stackablewindow 'Main Window' ---------- < Button 'Hello' < --------------------------------------------------- < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,16d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Result , Symbol < -> Right | Stock image 'gtk-yes' < -> Wrong | Stock image 'gtk-no' < ----------------------------------------------------- < < 'activate row' event created with arguments 'Wrong' < < Updated : GtkTreeView with columns: Result , Symbol < -> Right | Stock image 'gtk-yes' < -> Wrong | Stock image 'gtk-yes' < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- activate row Wrong close applicationpygtk other_ui_features hildon hildon_tree_view ( Last six runs Jan2015 Dec2014 )
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,11d0 < < ---------- Dialog 'None' ---------- < Focus widget is 'Say Hello' < 'Hello' < Button 'Say Hello' , Button 'OK' < ----------------------------------- < < 'say hello' event created with arguments '' < Hello! < < 'press ok' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- say hello press ok
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,18d0 < < ---------- Dialog 'None' ---------- < Focus widget is 'treeview' < < Showing treeview with columns: Name , Value < -> Foo | 20 *** < -> Bar | 22 < Button 'Cancel' , Button 'OK' < ----------------------------------- < < 'double click' event created with arguments 'Bar' < Bar 22 < < Changed selection in treeview with columns: Name , Value < -> Foo | 20 < -> Bar | 22 < < 'press ok' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- double click Bar press ok
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < We faked a button click! < Refusing to record the button click! < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars Auto.TreeView.row-inserted.'Name=Movie Tree' close
---------- Differences in errors ---------- 2c2,14 < ImportError: No module named nosuchmodule --- > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,28d0 < < ---------- Window 'None' ---------- < Focus widget is 'Count up' < .....'Current count: 0 '...... < Button 'Count up' < ----------------------------------- < < 'count up' event created with arguments '' < ..... < Changing GtkFrame label to: 'Current count: 1'...... < Button 'Count up' < < 'count up' event created with arguments '' < ..... < Changing GtkFrame label to: 'Current count: 2'...... < Button 'Count up' < < 'count up' event created with arguments '' < ..... < Changing GtkFrame label to: 'Current count: 3'...... < Button 'Count up' < < 'count up' event created with arguments '' < ..... < Changing GtkFrame label to: 'Current count: 4'...... < Button 'Count up' < < 'close window' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- count up count up count up count up close window
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,22d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie closepygtk other_ui_features miscellaneous regexps_in_ui_map ( Last six runs Jan2015 Dec2014 )
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,21d0 < < ---------- Window 'None' ---------- < Focus widget is 'hi - this button opens the about dialog' < Button 'hi - this button opens the about dialog' < ----------------------------------- < < 'open the about dialog' event created with arguments '' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'File a bug' < 'Some text' < Button 'Close' , Button 'Donate' , Button 'File a bug' < ----------------------------------------------- < < 'file a bug' event created with arguments '' < < Changing GtkLabel to: 'Latest result was 42' < < 'close the about dialog' event created with arguments '' < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- open the about dialog file a bug close the about dialog quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,6d0 < < ---------- Pyapp 'App event' ---------- < < --------------------------------------- < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- wait for application to start quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,6d0 < < ---------- Pyapp 'The title [with nasty brackets]' ---------- < < ------------------------------------------------------------- < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,27d0 < < Waiting for application event 'application to start' to occur. < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Column 0 < -> leaf < ----------------------------------------------------- < < Expected application event 'application to start' occurred, proceeding. < < 'select row' event created with arguments 'leaf' < < Waiting for application event 'selection to be changed' to occur. < < Changed selection in GtkTreeView with columns: Column 0 < -> leaf *** < < Expected application event 'selection to be changed' occurred, proceeding. < < 'activate row' event created with arguments 'leaf' < < Changed selection in GtkTreeView with columns: Column 0 < -> leaf < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- wait for selection to be changed activate row leaf wait for selection to be changed close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,23d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Column 0 < -> leaf < ----------------------------------------------------- < < 'select row' event created with arguments 'leaf' < < Waiting for application event 'selection to be changed' to occur. < < Changed selection in GtkTreeView with columns: Column 0 < -> leaf *** < < Expected application event 'selection to be changed' occurred, proceeding. < < 'activate row' event created with arguments 'leaf' < < Changed selection in GtkTreeView with columns: Column 0 < -> leaf < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- activate row leaf wait for selection to be changed close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,14d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Name < Button 'Add File' < ----------------------------------------------------- < < 'add a file' event created with arguments '' < < Updated : GtkTreeView with columns: Name < -> The File (bold) < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add a file close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,32d0 < < ---------- Window 'TreeViewColumn Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Text < -> The Row < ----------------------------------------------------- < < 'select row' event created with arguments 'The Row' < < Changed selection in GtkTreeView with columns: Text < -> The Row *** < < 'show popup for' event created with arguments 'The Row' < < ---------- Popup Window ---------- < 'Add New Row' < ---------------------------------- < < 'add new row' event created with arguments '' < < Updated : GtkTreeView with columns: Text < -> The Row < -> *** < < 'set new text for' event created with arguments '<unnamed> = New Row' < < Updated : GtkTreeView with columns: Text < -> The Row <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select row The Row show popup for The Row add new row set new text for <unnamed> = New Row close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,14d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Name < Button 'Add File' < ----------------------------------------------------- < < 'add a file' event created with arguments '' < < Updated : GtkTreeView with columns: Name < -> The File < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add a file close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,29d0 < < ---------- Window 'TreeModelFilter Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 120595 | NEW | Duplicated bug number < Toggle button 'NEW' (depressed) < ------------------------------------------------------ < < 'select bug' event created with arguments 'Custom GtkTreeModelFilter wrappers need' < < Changed selection in GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need *** < -> 120595 | NEW | Duplicated bug number < < 'select bug' event created with arguments 'Duplicated bug number' < < Changed selection in GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 120595 | NEW | Duplicated bug number *** < < 'select bug' event created with arguments '' < < Changed selection in GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 120595 | NEW | Duplicated bug number < < 'close application' event created with arguments '' <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select bug Custom GtkTreeModelFilter wrappers need select bug Duplicated bug number select bug close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,11d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Pixbuf and Text , Text Only < -> Stock image 'gtk-open' (yellow) | Open (cyan,800) | Open a File (pink/blue) < -> (yellow) | New (cyan,800) | New File (pink/blue) < -> Stock image 'gtk-print' (yellow) | Print (cyan,800) | Print File (blue) < ----------------------------------------------------- < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,29d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: < Button 'Add Rows' < ----------------------------------------------------- < < 'add rows' event created with arguments '' < < Updated : GtkTreeView with columns: < -> parent 0 (bold) < -> <span foreground='red'>child 0</span> < -> <span foreground='red'>child 1</span> < -> <span foreground='red'>child 2</span> < -> parent 1 (bold) < -> <span foreground='red'>child 0</span> < -> <span foreground='red'>child 1</span> < -> <span foreground='red'>child 2</span> < -> parent 2 (bold) < -> <span foreground='red'>child 0</span> < -> <span foreground='red'>child 1</span> < -> <span foreground='red'>child 2</span> < -> parent 3 (bold) < -> <span foreground='red'>child 0</span> < -> <span foreground='red'>child 1</span> < -> <span foreground='red'>child 2</span> < < 'close application' event created with arguments '' <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add rows close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,10d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Column 0 , Column 1 < -> <b>Bold Text</b> | <i>Italic Text</i> < -> <u>Underline Text</u> < ----------------------------------------------------- < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,29d0 < < ---------- Window 'TreeModelFilter Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 120595 | NEW | Duplicated bug number < Toggle button 'NEW' (depressed) < ------------------------------------------------------ < < 'select bug' event created with arguments '120595 (1)' < < Changed selection in GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need *** < -> 120595 | NEW | Duplicated bug number < < 'select bug' event created with arguments '120595 (2)' < < Changed selection in GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 120595 | NEW | Duplicated bug number *** < < 'select bug' event created with arguments '' < < Changed selection in GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 120595 | NEW | Duplicated bug number < < 'close application' event created with arguments '' <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select bug 120595 (1) select bug 120595 (2) select bug close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,16d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Column 0 < -> leaf < -> leaf < ----------------------------------------------------- < < 'select row' event created with arguments 'leaf (2),leaf (1)' < < Changed selection in GtkTreeView with columns: Column 0 < -> leaf *** < -> leaf *** < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select row leaf (2),leaf (1) close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,176d0 < < ---------- Window 'Paned Windows' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Messages < -> Message #0 < -> Message #1 < -> Message #2 < -> Message #3 < -> Message #4 < -> Message #5 < -> Message #6 < -> Message #7 < -> Message #8 < -> Message #9 < < ------------------------------ (horizontal pane separator) < < ========== GtkTextView ========== < No message selected. < ================================= < -------------------------------------------- < < 'select message' event created with arguments 'Message #1' < < Changed selection in GtkTreeView with columns: Messages < -> Message #0 < -> Message #1 *** < -> Message #2 <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select message Message #1 change text to Now Showing: Message #1 alone select message Message #1,Message #0,Message #4 change text to Now Showing: Message #4 and some others? select message Message #0 change text to Now Showing: Message #0 alone select message change text to Now Showing: nothing! select message Message #4 change text to Now Showing: Message #4 alone select message Message #4 close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,20d0 < < ---------- Window 'TreeModelSort Example' ---------- < Focus widget is 'GtkButton' < < Showing GtkTreeView with columns: Rem 0 , Rem 1 , Rem 2 < Button 'Add a Row' < ---------------------------------------------------- < < 'add row' event created with arguments '' < < Updated : GtkTreeView with columns: Rem 0 , Rem 1 , Rem 2 < -> 0 | 1 | 2 *** < < 'add row' event created with arguments '' < < Updated : GtkTreeView with columns: Rem 0 , Rem 1 , Rem 2 < -> 3 | 4 | 5 *** < -> 0 | 1 | 2 < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add row add row close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,48d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Column 0 < -> sub_branch1 < -> leaf < -> branch1 < -> sub_branch1 < -> leaf < -> sub_branch2 < -> leaf < ----------------------------------------------------- < < 'select row' event created with arguments 'leaf under sub_branch1 under branch1' < < Changed selection in GtkTreeView with columns: Column 0 < -> sub_branch1 < -> leaf < -> branch1 < -> sub_branch1 < -> leaf *** < -> sub_branch2 < -> leaf < < 'select row' event created with arguments 'leaf under sub_branch2' < < Changed selection in GtkTreeView with columns: Column 0 < -> sub_branch1 <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select row leaf under sub_branch1 under branch1 select row leaf under sub_branch2 select row leaf under sub_branch1 at top level close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,7d0 < < ---------- Dialog 'None' ---------- < Focus widget is 'Log in' < Button 'Log in' < ----------------------------------- < < 'log in' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- log in
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,7d0 < < ---------- Dialog 'None' ---------- < Focus widget is 'Quit' < Button 'Quit' < ----------------------------------- < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,21d0 < < ---------- Window 'None' ---------- < Focus widget is 'hi - this button opens the dialog' < Button 'hi - this button opens the dialog' < ----------------------------------- < < 'open dialog' event created with arguments '' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'Button' < Button 'Close' , Button 'Button' < ----------------------------------------------- < < 'press button' event created with arguments '' < Disconnecting! < < 'press button' event created with arguments '' < < 'close the dialog' event created with arguments '' < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- open dialog press button press button close the dialog quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,26d0 < < ---------- Window 'None' ---------- < Focus widget is 'Main Text' < 'Enter some text in the main window' < Text entry < Button 'hi - this button opens the dialog' < ----------------------------------- < < 'enter main text' event created with arguments 'Hello Main' < Edited 'Main Text' Text entry (set to 'Hello Main') < < 'open dialog' event created with arguments '' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'Dialog Text' < 'Enter some text in the dialog' < Text entry < Button 'Close' < ----------------------------------------------- < < 'enter dialog text' event created with arguments 'Hello Dialog' < Edited 'Dialog Text' Text entry (set to 'Hello Dialog') < < 'close the dialog' event created with arguments '' < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- enter main text Hello Main open dialog enter dialog text Hello Dialog close the dialog quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,21d0 < < ---------- Window 'None' ---------- < Focus widget is 'hi - this button opens the dialog' < Button 'hi - this button opens the dialog' < ----------------------------------- < < 'open dialog' event created with arguments '' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'check button 1' < Check button 'check button 1' < Button 'Close' < ----------------------------------------------- < < 'check the button' event created with arguments '' < Toggled Check button 'check button 1' (checked) < < 'close the dialog' event created with arguments '' < The dialog was actually destroyed! < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- open dialog check the button close the dialog quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,29d0 < < ---------- Window 'None' ---------- < Focus widget is 'hi - this button opens the dialog' < Button 'hi - this button opens the dialog' < ----------------------------------- < < 'open dialog' event created with arguments '' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'First' < 'Enter some text' < Text entry < 'Enter some other text' < Text entry < Button 'Close' < ----------------------------------------------- < < 'enter first text' event created with arguments 'Hello' < Edited 'First' Text entry (set to 'Hello') < < 'enter second text' event created with arguments 'Hello' < Edited 'Second' Text entry (set to 'Hello') < < 'enter second text' event created with arguments 'Hello World' < Edited 'Second' Text entry (set to 'Hello World') < < 'close the dialog' event created with arguments '' < < 'quit' event created with arguments '' <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- open dialog enter first text Hello enter second text Hello World close the dialog quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,22d0 < < ---------- Window 'None' ---------- < Focus widget is 'The List' < < Showing The List with columns: Name < -> A Row < ----------------------------------- < < 'select' event created with arguments 'A Row' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'Close' < 'Some message' < Button 'Close' < ----------------------------------------------- < < 'close the dialog' event created with arguments '' < < Changed selection in The List with columns: Name < -> A Row *** < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select A Row close the dialog quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,19d0 < < ---------- Window 'None' ---------- < Focus widget is 'The List' < < Showing The List with columns: Name < -> A Row < ----------------------------------- < < 'select' event created with arguments 'A Row' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'Close' < 'Some message' < Button 'Close' < ----------------------------------------------- < < 'close the dialog' event created with arguments '' < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select A Row close the dialog quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,30d0 < < ---------- Window 'None' ---------- < Focus widget is 'The List' < < Showing The List with columns: Name < -> Row 1 < -> Row 2 < ----------------------------------- < < 'select' event created with arguments 'Row 1' < < Changed selection in The List with columns: Name < -> Row 1 *** < -> Row 2 < < 'select' event created with arguments 'Row 2' < < Changed selection in The List with columns: Name < -> Row 1 < -> Row 2 < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'Close' < 'Some message' < Button 'Close' < ----------------------------------------------- < < 'close the dialog' event created with arguments '' < <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select Row 1 select Row 2 close the dialog quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,22d0 < < ---------- Window 'None' ---------- < Focus widget is 'hi - this button opens the dialog' < Button 'hi - this button opens the dialog' < ----------------------------------- < < 'open dialog' event created with arguments '' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'check button 1' < Check button 'check button 1' < Button 'Close' < ----------------------------------------------- < < 'check the button' event created with arguments '' < Toggled Check button 'check button 1' (checked) < < 'close the dialog' event created with arguments '' < The dialog was actually destroyed! < Idle handler removed successfully! < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- open dialog check the button close the dialog quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,9d0 < < ---------- Window 'Example' ---------- < Focus widget is 'Click me!' < Button 'Click me!' , Button 'Click me!' (greyed out) < -------------------------------------- < < 'click the RIGHT button' event created with arguments '' < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- click the RIGHT button close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < ---------- Window 'None' ---------- < < ----------------------------------- < < 'close window' event created with arguments '' < < ---------- Dialog 'Confirm' ---------- < Focus widget is 'Yes' < 'Are you sure you want to close the window?' < Button 'No' , Button 'Yes' < -------------------------------------- < < 'say no' event created with arguments '' < < 'close window' event created with arguments '' < < ---------- Dialog 'Confirm' ---------- < Focus widget is 'Yes' < 'Are you sure you want to close the window?' < Button 'No' , Button 'Yes' < -------------------------------------- < < 'say yes' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close window say no close window say yes
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,7d0 < < ---------- Window 'None' ---------- < Focus widget is 'Quit' < Button 'Quit' < ----------------------------------- < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,8d0 < < ---------- Window 'None' ---------- < Window is maximized initially < Focus widget is 'Hellooo' < Button 'Hellooo' < ----------------------------------- < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,22d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set and add Star Wars movie close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,41d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'set new movie name to' event created with arguments 'Titanic' < Edited 'Movie Name' Text entry (set to 'Titanic') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < -> Titanic <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add star wars set new movie name to Titanic add and set die hard add movie close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,43d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < -> Die Hard <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie set new movie name to Die Hard add and select Star Wars select Die Hard and close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,77d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments '$Dollar' < Edited 'Movie Name' Text entry (set to '$Dollar') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> $Dollar < < 'set new movie name to' event created with arguments 'One $1' < Edited 'Movie Name' Text entry (set to 'One $1') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> $Dollar < -> One $1 <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add movies $Dollar and One $1 add movies Two $2 and $ add movies $New Dollar and $$DOUBLE close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,31d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < -> Die Hard <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add several closepygtk shortcuts insert_when_running ( Last six runs Jan2015 Dec2014 )
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add several closepygtk shortcuts inserting handle_brackets ( Last six runs Jan2015 Dec2014 )
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie set new movie name to Gone with the Wind add movie add several close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Gone With The Wind add movie add several set new movie name to Back To The Future add movie add several close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie set new movie name to Gone With The Wind add movie set new movie name to Die Hard add movie close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie add die hard and wait wait for movie to load set new movie name to Chariots of Fire add movie set new movie name to Star Wars add movie add die hard and wait wait for movie to load * 2 closepygtk shortcuts inserting part_of_composite_multiple_wait ( Last six runs Jan2015 Dec2014 )
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie add die hard and wait wait for star wars to load close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add die hard and wait wait for even more stuff, some extra stuff to happen close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,41d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < -> Die Hard <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add three movies close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,31d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < -> Die Hard <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add movies Star Wars and Die Hard closepygtk shortcuts nested_shortcuts_arguments ( Last six runs Jan2015 Dec2014 )
---------- Differences in errors ---------- 1,2c1,14 < ERROR: Cannot execute shortcut command 'add movies Star Wars and Die Hard' - shortcut is trying to call itself! < ERROR: Cannot execute shortcut command 'add movies Star Wars and Die Hard' - shortcut is trying to call itself! --- > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,31d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < -> Die Hard <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie set new movie name to Die Hard add movie close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,41d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Die Hard < < 'set new movie name to' event created with arguments 'Titanic' < Edited 'Movie Name' Text entry (set to 'Titanic') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Die Hard < -> Titanic <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Die Hard add movie add movies Titanic and star wars close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,27d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < 'Shortcuts:' , Button '_New' < ---------------------------------------------- < < 'create new shortcut' event created with arguments '' < Hiding the '_New' widget < 'Recording shortcut named:' < Text entry < Button 'S_top' < < 'stop recording' event created with arguments '' < Button '_New' < Hiding the 'Recording shortcut named:' widget < Hiding the 'Shortcut Name' widget < Hiding the 'S_top' widget < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- create new shortcut stop recording close
---------- Differences in catalogue ---------- 1,4c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------Add_Several.shortcut --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,48d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < 'Shortcuts:' , Button '_New' < ---------------------------------------------- < < 'create new shortcut' event created with arguments '' < Hiding the '_New' widget < 'Recording shortcut named:' < Text entry < Button 'S_top' < < 'set shortcut name to' event created with arguments 'Add Several' < Edited 'Shortcut Name' Text entry (set to 'Add Several') < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- create new shortcut set shortcut name to Add Several set new movie name to Star Wars add movie set new movie name to Die Hard add movie stop recording close ---------- Missing result in shortcut_Add_Several ---------- set new movie name to Star Wars add movie set new movie name to Die Hard add movie
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,36d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < 'Shortcuts:' , Button '_New' < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < We faked a button click! < Refusing to record the button click! < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < We faked a button click! <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars Auto.TreeView.row-inserted.'Name=Movie Tree' set new movie name to Die Hard Auto.TreeView.row-inserted.'Name=Movie Tree' close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,32d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < 'Shortcuts:' , Button '_New' < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie set new movie name to Die Hard add movie close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie set new movie name to Die Hard add movie close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,32d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < 'Shortcuts:' , Button 'add several' , Button '_New' < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add several close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,22d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set and add star wars close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,31d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < -> Die Hard <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add star wars # What happens to this comment? add die hard # And this one? close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,33d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'sort' event created with arguments '' < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- sort and add and set Star Wars add and set Die Hard close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,44d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'sort' event created with arguments '' < < 'set new movie name to' event created with arguments 'Titanic' < Edited 'Movie Name' Text entry (set to 'Titanic') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Titanic < < 'set new movie name to' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- sort and add and set titanic add and set die hard add and set titanic close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,11d0 < < ---------- Window 'None' ---------- < Focus widget is 'GtkToggleButton' < Combo Box (selected 'Select a pie:') (drop-down list containing ['Select a pie:', 'Apple', 'Cherry', 'Blueberry', 'Grape', 'Peach', 'Raisin']) < ----------------------------------- < < 'set pie choice to' event created with arguments 'Grape' < I like Grape pie < Changed selection in Combo Box (selected 'Grape') < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set pie choice to Grape close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,12d0 < I like Apple pie < < ---------- Window 'None' ---------- < Focus widget is 'GtkEntry' < Text entry (set to 'Apple') (drop-down list containing ['Apple', 'Cherry', 'Blueberry', 'Grape', 'Peach', 'Raisin']) < ----------------------------------- < < 'set pie choice to' event created with arguments 'Grape' < I like Grape pie < Edited 'GtkEntry' Text entry (set to 'Grape') < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set pie choice to Grape close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,32d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'add movie' event created with arguments '' < < ---------- Dialog 'VideoStore Error!' ---------- < Focus widget is 'gtk-ok' < 'Movie 'Star Wars' has already been added' < Stock Button 'gtk-ok' < ------------------------------------------------ < <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie add movie accept videostore error close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < ---------- Window 'None' ---------- < Focus widget is 'hi - this button opens the about dialog' < Button 'hi - this button opens the about dialog' < ----------------------------------- < < 'open the about dialog' event created with arguments '' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'File a bug' < 'Some text' < Button 'Close' , Button 'Donate' , Button 'File a bug' < ----------------------------------------------- < < 'file a bug' event created with arguments '' < Result was 42 < < 'donate some money' event created with arguments '' < Result was -1 < < 'close the about dialog' event created with arguments '' < Result was -7 < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- open the about dialog file a bug donate some money close the about dialog quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,25d0 < < ---------- Window 'None' ---------- < Focus widget is 'hi - this button opens the about dialog' < Button 'hi - this button opens the about dialog' < ----------------------------------- < < 'open the about dialog' event created with arguments '' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'File a bug' < 'Some text' < Button 'Close' , Button 'Donate' , Button 'File a bug' < ----------------------------------------------- < < 'file a bug' event created with arguments '' < < Changing GtkLabel to: 'Latest result was 42' < < 'donate some money' event created with arguments '' < < Changing GtkLabel to: 'Latest result was -1' < < 'close the about dialog' event created with arguments '' < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- open the about dialog file a bug donate some money close the about dialog quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,28d0 < < Waiting for application event 'file chooser to read file system' to occur. < < ---------- Filechooserdialog 'Open..' ---------- < Default widget is 'gtk-open' < < Showing FileChooserWidget (selected <texttest sandbox>/sampledir/subdir/subsubdir') < Shortcut folders (1) : < - <texttest sandbox>/sampledir/subdir2 < Stock Button 'gtk-open' , Stock Button 'gtk-cancel' < ------------------------------------------------ < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'look in folder' event created with arguments 'subdir2' < < Waiting for application event 'file chooser to read file system' to occur. < < Updated : FileChooserWidget (selected <texttest sandbox>/sampledir/subdir2/file2.txt') < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'select file' event created with arguments 'file1.txt' < < Updated : FileChooserWidget (selected <texttest sandbox>/sampledir/subdir2/file1.txt') < < 'open selected file' event created with arguments '' < <texttest sandbox>/sampledir/subdir2/file1.txt selected ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- wait for file chooser to read file system look in folder subdir2 wait for file chooser to read file system select file file1.txt open selected file
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < Waiting for application event 'file chooser to read file system' to occur. < < ---------- Filechooserdialog 'Open..' ---------- < Default widget is 'gtk-open' < < Showing FileChooserWidget (selected <texttest sandbox>/sampledir/subdir/subsubdir') < Shortcut folders (1) : < - <texttest sandbox>/sampledir/subdir2 < Stock Button 'gtk-open' , Stock Button 'gtk-cancel' < ------------------------------------------------ < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'look in folder' event created with arguments 'subsubdir' < < Waiting for application event 'file chooser to read file system' to occur. < < Updated : FileChooserWidget (selected <texttest sandbox>/sampledir/subdir/subsubdir/file3.txt') < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'open selected file' event created with arguments '' < <texttest sandbox>/sampledir/subdir/subsubdir/file3.txt selected ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- wait for file chooser to read file system look in folder subsubdir wait for file chooser to read file system open selected file
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < Waiting for application event 'file chooser to read file system' to occur. < < ---------- Filechooserdialog 'Save..' ---------- < Default widget is 'gtk-save' < < Showing FileChooserWidget < Shortcut folders (1) : < - <texttest sandbox>/sampledir/subdir2 < Stock Button 'gtk-save' , Stock Button 'gtk-cancel' < ------------------------------------------------ < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'change to folder' event created with arguments 'subdir2' < < Waiting for application event 'file chooser to read file system' to occur. < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'enter file name for save =' event created with arguments 'file3.txt' < < 'save selected file' event created with arguments '' < Saving to <texttest sandbox>/sampledir/subdir2/file3.txt ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- wait for file chooser to read file system change to folder subdir2 wait for file chooser to read file system enter file name for save = file3.txt save selected file
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,25d0 < < Waiting for application event 'file chooser to read file system' to occur. < < ---------- Dialog 'Save..' ---------- < Default widget is 'gtk-save' < < Showing FileChooserWidget (tooltip 'The FileChooser') < Shortcut folders (1) : < - <texttest sandbox>/sampledir/subdir2 < Check button 'Make the file readonly' < Stock Button 'gtk-save' , Stock Button 'gtk-cancel' < ------------------------------------- < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'change to folder' event created with arguments 'subdir2' < < Waiting for application event 'file chooser to read file system' to occur. < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'enter file name for save =' event created with arguments 'file3.txt' < < 'save selected file' event created with arguments '' < Saving writeable file to <texttest sandbox>/sampledir/subdir2/file3.txt ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- wait for file chooser to read file system change to folder subdir2 wait for file chooser to read file system enter file name for save = file3.txt save selected file
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,200d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Nisse' < Edited 'Movie Name' Text entry (set to 'Nisse') < < 'select menu 'file'' event created with arguments '' < < ---------- Popup Window ---------- < 'Actions' (+) < 'Show buttons' (checked) < 'Enable buttons' (checked) < 'Quit' < ---------------------------------- < < 'select menu item 'actions'' event created with arguments '' < < ---------- Popup Window ---------- < 'Add' <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Nisse select menu 'file' select menu item 'actions' select menu item 'add' set new movie name to Basse add movie set new movie name to Muppe add movie by pressing <enter> select menu 'file' select menu item 'actions' select menu item 'sort' select menu 'file' select menu item 'actions' hide buttons set new movie name to Nils add movie by pressing <enter> select menu 'file' select menu item 'actions' show buttons set new movie name to Nils igen add movie select menu 'file' select menu item 'actions' select menu item 'sort' select menu 'file' select menu item 'actions' close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,20d0 < < ---------- Window 'GTK Menu Test' ---------- < Focus widget is 'press me' < < Menu Bar : 'Root Menu' (+) < Button 'press me' < -------------------------------------------- < < 'bring up the button's popup menu' event created with arguments '' < < ---------- Popup Window ---------- < 'Test-undermenu - 0' < 'Test-undermenu - 1' < 'Test-undermenu - 2' < ---------------------------------- < < 'choose test-undermenu - 2' event created with arguments '' < Test-undermenu - 2 < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- bring up the button's popup menu choose test-undermenu - 2 close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,19d0 < radio button 1 was toggled OFF < radio button 2 was toggled ON < < ---------- Window 'radio buttons' ---------- < Default widget is 'close' < Radio button 'radio button1' < Radio button 'radio button2' (checked) < Radio button 'radio button3' < --------------- < Button 'close' < -------------------------------------------- < < 'check third button' event created with arguments '' < radio button 2 was toggled OFF < radio button 3 was toggled ON < Toggled Radio button 'radio button2' < Toggled Radio button 'radio button3' (checked) < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- check third button close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,22d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie by pressing <enter>' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie by pressing <enter> close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,31d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'show' event created with arguments 'text info' < < Current page changed in Notebook with tabs: text info , video view < Viewing page 'text info' < < ========== GtkTextView ========== < This is the Video Store, an example program for PyUseCase < ================================= < < 'change help text to' event created with arguments 'This is the Video Store, an example program for PyUseCase/nIt's very ugly/nBut we don't mind' < < ========== GtkTextView ========== < This is the Video Store, an example program for PyUseCase < It's very ugly < But we don't mind < ================================= <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- show text info change help text to This is the Video Store, an example program for PyUseCase\nIt's very ugly\nBut we don't mind close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,13d0 < < ---------- Pyapp 'Toolbar' ---------- < Focus widget is 'GtkButton' < < Tool Bar : < Tool button (Stock image 'gtk-new') < Tool button (Stock image 'gtk-open') < Tool button (Stock image 'gtk-save') < ---- < Tool button (Image 'important.tif') < ------------------------------------- < < 'quit via toolbar' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- quit via toolbar
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,20d0 < < ---------- Window <texttest sandbox>/sampledir' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Name , Size , Mode , Last Changed < -> Image 'Folder' | .. | <file size> | <permissions> | <date/time> *** < -> Image 'File' | file1.txt | <file size> | <permissions> | <date/time> < -> Image 'File' | file2.txt | <file size> | <permissions> | <date/time> < -> Image 'Folder' | subdir | <file size> | <permissions> | <date/time> < ---------------------------------------------------------------------------------------------------- < < 'select file' event created with arguments 'subdir' < < Changing title for Window <texttest sandbox>/sampledir/subdir' < < Recreated GtkTreeView with columns: Name , Size , Mode , Last Changed < -> Image 'Folder' | .. | <file size> | <permissions> | <date/time> < -> Image 'File' | file.txt | <file size> | <permissions> | <date/time> < < 'close application' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select file subdir close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,66d0 < < ---------- Window 'CellRenderer Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Name , Complete < -> Buy groceries | Check box *** < -> Do some programming | Check box < -> Power up systems < (Linux) | Check box < -> Watch some tv | Check box < --------------------------------------------------- < < 'complete task' event created with arguments 'Buy groceries' < Toggle 'Buy groceries' to: True < < Updated : GtkTreeView with columns: Name , Complete < -> Buy groceries | Check box (checked) *** < -> Do some programming | Check box < -> Power up systems < (Linux) | Check box < -> Watch some tv | Check box < < 'show reminders for' event created with arguments 'Power up systems / (Linux)' < < Expanded row in GtkTreeView with columns: Name , Complete < -> Buy groceries | Check box (checked) *** < -> Do some programming | Check box < -> Power up systems < (Linux) | Check box <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- complete task Buy groceries show reminders for Power up systems / (Linux) change name for Turn on the client but leave the server = Turn on the client and restart the server complete task Turn on the client and restart the server reopen task Buy groceries close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,107d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: < -> parent 0 (bold) < -> parent 1 (bold) < -> parent 2 (bold) < -> parent 3 (bold) < ----------------------------------------------------- < < 'show children for' event created with arguments 'parent 0' < < Expanded row in GtkTreeView with columns: < -> parent 0 (bold) < -> <span foreground='red'>child 0</span> < -> <span foreground='red'>child 1</span> < -> <span foreground='red'>child 2</span> < -> parent 1 (bold) < -> parent 2 (bold) < -> parent 3 (bold) < < 'show children for' event created with arguments 'parent 2' < < Expanded row in GtkTreeView with columns: < -> parent 0 (bold) < -> <span foreground='red'>child 0</span> < -> <span foreground='red'>child 1</span> < -> <span foreground='red'>child 2</span> <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- show children for parent 0 show children for parent 2 select row child 0 under parent 2,child 2 under parent 0 show children for parent 1 hide children for parent 0 # The next two lines are to check that deselections # aren't always removed prior to row collapses select row hide children for parent 1 close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,116d0 < < ---------- Window 'TreeModelFilter Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 121339 | RESO | dsextras.py installation directory is incorrect < -> 122569 | NEW | gtk.Window derived class segfaults < -> 123014 | NEW | PyGtk build problem on Win32 using the 'distutils' approach. < -> 123037 | NEW | gtk.ListStore.set_column_types is missing < -> 123456 | RESO | ItemFactory.create_items and <ImageItem> bug < -> 123458 | NEED | pygtk does not wrap all of gdk-pixbuf < -> 124181 | NEED | Python Shell inside a gtk GUI < -> 138163 | VERI | NOTA gtk.main_iteration(TRUE) unblocks every .1 seconds < -> 138619 | UNCO | codegen/definitions.py could use some refactoring < -> 138804 | UNCO < Toggle button 'NEW' (depressed) , Toggle button 'RESO' (depressed) , Toggle button 'NEED' (depressed) , Toggle button 'VERI' (depressed) , Toggle button 'UNCO' (depressed) < ------------------------------------------------------ < < 'hide bugs with state new' event created with arguments '' < < Updated : GtkTreeView with columns: Bug No. , Status , Description < -> 121339 | RESO | dsextras.py installation directory is incorrect < -> 123456 | RESO | ItemFactory.create_items and <ImageItem> bug < -> 123458 | NEED | pygtk does not wrap all of gdk-pixbuf < -> 124181 | NEED | Python Shell inside a gtk GUI < -> 138163 | VERI | NOTA gtk.main_iteration(TRUE) unblocks every .1 seconds < -> 138619 | UNCO | codegen/definitions.py could use some refactoring < -> 138804 | UNCO <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- hide bugs with state new sort bugs by description sort bugs by status select bug 123458 hide bugs with state reso hide bugs with state unco show bugs with state new sort bugs by bug no. hide bugs with state need close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,39d0 < < ---------- Window 'TreeViewColumn Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Pixbuf and Text , Text Only < -> Stock image 'gtk-open' (yellow) | Open (cyan) | Open a File (pink) < -> (yellow) | New (cyan) | New File (pink) < -> Stock image 'gtk-print' (yellow) | Print (cyan) | Print File < ----------------------------------------------------- < < 'view actions for row' event created with arguments 'Open' < < ---------- Popup Window ---------- < 'Colour Last Column' < 'Clear Last Column Colour' < ---------------------------------- < < 'disable colouring' event created with arguments '' < < Updated : GtkTreeView with columns: Pixbuf and Text , Text Only < -> Stock image 'gtk-open' (yellow) | Open (cyan) | Open a File < -> (yellow) | New (cyan) | New File (pink) < -> Stock image 'gtk-print' (yellow) | Print (cyan) | Print File < < 'view actions for row' event created with arguments 'Print' < < ---------- Popup Window ---------- < 'Colour Last Column' < 'Clear Last Column Colour' <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- view actions for row Open disable colouring view actions for row Print enable colouring close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,62d0 < < ---------- Window 'Paned Windows' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Messages < -> Message #0 < -> Message #1 < -> Message #2 < -> Message #3 < -> Message #4 < -> Message #5 < -> Message #6 < -> Message #7 < -> Message #8 < -> Message #9 < < ------------------------------ (horizontal pane separator) < < ========== GtkTextView ========== < No message selected. < ================================= < -------------------------------------------- < < 'select message' event created with arguments 'Message #1' < < Changed selection in GtkTreeView with columns: Messages < -> Message #0 < -> Message #1 *** < -> Message #2 <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select message Message #1 select message Message #5 close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,26d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Hello' < Edited 'Movie Name' Text entry (set to 'Hello') < < 'show' event created with arguments 'text info' < < Current page changed in Notebook with tabs: text info , video view < Viewing page 'text info' < < ========== GtkTextView ========== < This is the Video Store, an example program for PyUseCase < ================================= < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Hello show text info close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,11d0 < < ---------- Window 'tk' ---------- < Button 'QUIT' , Button 'Hello' < < 'A blue label' (blue) < --------------------------------- < < 'say hello' event created with arguments '' < hi there, everyone! < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- say hello quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,8d0 < < ---------- Window 'tk' ---------- < 'Top Left' 'Top Right' < 'Bottom Left' < Button 'QUIT' < --------------------------------- < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,17d0 < < ---------- Window 'Login screen' ---------- < 'User Name' Text entry < 'Password' Text entry < Button 'Login' Button 'Quit' < ------------------------------------------- < < 'set user name to' event created with arguments 'geoff' < Updated Text entry (set to 'geoff') < < 'set password to' event created with arguments 'password' < Updated Text entry (set to '********') < < 'log in' event created with arguments '' < Logging in with username geoff and password password < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set user name to geoff set password to password log in quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,14d0 < < ---------- Window 'tk' ---------- < Check Button 'Quit Allowed' < Button 'QUIT' (greyed out) , Button 'Disable Check' < --------------------------------- < < 'allow quitting' event created with arguments '' < Toggled Check Button 'Quit Allowed' (checked) < Changed state of Button 'QUIT' < < 'disable check button' event created with arguments '' < Changed state of Check Button 'Quit Allowed' (checked) (greyed out) < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- allow quitting disable check button quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,16d0 < < ---------- Window 'tk' ---------- < Button 'QUIT' , Button 'Hello' < --------------------------------- < < 'show hello window' event created with arguments '' < < ---------- Window 'Hi!' ---------- < ========== Text ========== < Hello there! < ========================== < ---------------------------------- < < 'close hello window' event created with arguments '' < < 'quit' event created with arguments '' ---------- Differences in widgetstructure ---------- 1,8d0 < New <id> < storytext.tkintertoolkit.Tk <id> < --Tkinter.Frame <id> < ----storytext.tkintertoolkit.Button <id> < ----storytext.tkintertoolkit.Button <id> < New <id> < storytext.tkintertoolkit.Toplevel <id> < --Tkinter.Text <id> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- show hello window close hello window quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,10d0 < < ---------- Window 'tk' ---------- < 'A blue label' (blue) < Button 'QUIT' , Button 'Hello' < --------------------------------- < < 'say hello' event created with arguments '' < hi there, everyone! < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- say hello quittkinter other slow_motion ( Last six runs Jan2015 Dec2014 )
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,7d0 < < ---------- Window 'tk' ---------- < 'A blue label' (blue) < Button 'QUIT' , Button 'Hello' < --------------------------------- < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in pythonmocks ---------- <-PYT:locale.getdefaultlocale() ->RET:raise exceptions.ValueError('unknown locale: xx_XX') ---------- Missing result in recorded_usecase ---------- quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,10d0 < < ---------- Window 'Svensk översättning' ---------- < 'Lite blå text' (blue) < Button 'STÄNG' , Button 'Hälsa' < -------------------------------------------------- < < 'say hello' event created with arguments '' < hejsan, allihopa! < < 'close window' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in pythonmocks ---------- <-PYT:locale.getdefaultlocale() ->RET:('en_US', 'UTF8') ---------- Missing result in recorded_usecase ---------- say hello close window
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,38d0 < < ---------- Window 'tk' ---------- < Root menu: < >>> < Fil (+) < Ändra (+) < Hjälp (+) < < Fil menu: < Öppna < Spara < --- < Avsluta < < Ändra menu: < Klippa < Kopiera < Klistra < < Hjälp menu: < Om < < 'En textfält:' ========== Text ========== < < ========================== < --------------------------------- < < 'Välj filoption' event created with arguments 'Öppna' < hejsan <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in pythonmocks ---------- <-PYT:locale.getdefaultlocale() ->RET:('en_US', 'UTF8') ---------- Missing result in recorded_usecase ---------- Välj filoption Öppna Välj filoption Avsluta
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,36d0 < < ---------- Window 'tk' ---------- < ========== Canvas ========== < Rectangle (green) , Polygon (red) < 'Green rectangle' < Oval (blue) < 'Tkinter canvas' < Check Button 'A Checkbutton' < ============================ < --------------------------------- < < 'select shape' event created with arguments 'rectangle' < Clicked item (5,) < Toggled Check Button 'A Checkbutton' (checked) < < 'select shape' event created with arguments '10000' < Clicked item (3,) < < ========== Canvas ========== < Rectangle (green) , Polygon (yellow) < 'Green rectangle' < Oval (blue) < 'Tkinter canvas' < Check Button 'A Checkbutton' (checked) < ============================ < < 'select shape' event created with arguments 'stupid' < ERROR: Could not simulate command 'select shape stupid' - Could not find canvas item 'stupid' < <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select shape rectangle select shape 10000 select shape 4 select shape rectangle close window
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,20d0 < < ---------- Window 'tk' ---------- < .....Settings...... < < Check Button 'Music' < Check Button 'Video' (checked) < Check Button 'Subtitles' < --------------------------------- < < 'turn the music on' event created with arguments '' < Let the music play... < Toggled Check Button 'Music' (checked) < < 'turn the video off' event created with arguments '' < Toggled Check Button 'Video' < < 'turn the subtitles on' event created with arguments '' < Toggled Check Button 'Subtitles' (checked) < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- turn the music on turn the video off turn the subtitles on close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,14d0 < < ---------- Window 'Tkwidgets application' ---------- < Text entry (set to 'your choice') < Button 'exit' < Button 'application's print' < ---------------------------------------------------- < < 'set choice to' event created with arguments 'hello world!' < Updated Text entry (set to 'hello world!') < < 'print choice' event created with arguments '' < this is to be printed hello world! < < 'exit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set choice to hello world! print choice exit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,21d0 < < ---------- Window 'tk' ---------- < ................. < -> a list entry < -> one < -> two < -> three < -> four < ................. < --------------------------------- < < 'choose item' event created with arguments 'one' < Selected ('1',) < < 'choose item' event created with arguments 'four' < Selected ('4',) < < 'choose item' event created with arguments 'nonsense' < ERROR: Could not simulate command 'choose item nonsense' - Could not find item 'nonsense' in Listbox. < < 'close window' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- choose item one choose item four close window
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,38d0 < < ---------- Window 'tk' ---------- < Root menu: < >>> < File (+) < Edit (+) < Help (+) < < File menu: < Open < Save < --- < Exit < < Edit menu: < Cut < Copy < Paste < < Help menu: < About < < 'Some text:' ========== Text ========== < < ========================== < --------------------------------- < < 'choose help option' event created with arguments 'About' < hello <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- choose help option About choose file option Exit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,21d0 < < ---------- Window 'menu bar' ---------- < .................. < < file menu: < >>> < open < close < < edit menu: < >>> < copy < paste < < help menu (empty) < --------------------------------------- < < 'select file /' event created with arguments 'open' < Open! < < 'close window' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select file / open close window
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,14d0 < < ---------- Window 'tk' ---------- < Button 'QUIT' , Button 'Hello' < --------------------------------- < < 'say hello' event created with arguments '' < < ---------- Window 'Hi!' ---------- < 'hi there, everyone!' (white) < ---------------------------------- < < 'close hello window via window manager' event created with arguments '' < < 'close main window' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in pythonmocks ---------- <-PYT:import tkMessageBox <-PYT:tkMessageBox.askyesno('Quit', 'Are you sure you want to terminate this fantastic program?') ->RET:True ---------- Missing result in recorded_usecase ---------- say hello close hello window via window manager close main window
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,12d0 < < ---------- Window 'tk' ---------- < Button 'QUIT' < --------------------------------- < < ---------- Window 'Hi!' ---------- < 'hi there, everyone!' (white) < ---------------------------------- < < 'close hello window' event created with arguments '' < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close hello window quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,15d0 < < ---------- Window 'tk' ---------- < Button 'QUIT' , Button 'Hello' < --------------------------------- < < 'say hello' event created with arguments '' < Changed title of window to 'There's a modal dialog!' < < ---------- Window 'Hi!' ---------- < 'hi there, everyone!' (white) < ---------------------------------- < < 'close hello window' event created with arguments '' < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- say hello close hello window quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,14d0 < < ---------- Window 'tk' ---------- < Button 'QUIT' , Button 'Hello' < --------------------------------- < < 'say hello' event created with arguments '' < < ---------- Window 'Hi!' ---------- < 'hi there, everyone!' (white) < ---------------------------------- < < 'close hello window' event created with arguments '' < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- say hello close hello window quit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- 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
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,26d0 < < ---------- Frame 'Choice Exercise' ---------- < Choice 'My Choice': item A, item B, item C, item D (NO SELECTION) < --------------------------------------------- < < 'Choose' event created with arguments 'item D' < Changed title of frame to 'Selected Item: 'item D' at index 3' < < Updated Choice 'My Choice': item A, item B, item C, item D (item D) < < 'Choose' event created with arguments 'item C' < Changed title of frame to 'Selected Item: 'item C' at index 2' < < Updated Choice 'My Choice': item A, item B, item C, item D (item C) < < 'Choose' event created with arguments 'item B' < Changed title of frame to 'Selected Item: 'item B' at index 1' < < Updated Choice 'My Choice': item A, item B, item C, item D (item B) < < 'Choose' event created with arguments 'item A' < Changed title of frame to 'Selected Item: 'item A' at index 0' < < Updated Choice 'My Choice': item A, item B, item C, item D (item A) < < 'Exit app' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- Choose item D Choose item C Choose item B Choose item A Exit app
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,20d0 < < ---------- Frame 'wx.Frame' ---------- < ========== TextCtrl ========== < wx.Frame < ============================== < < Button 'Change Title' < -------------------------------------- < < 'enter text' event created with arguments 'PyUseCase' < < Updated Text Field < ========== TextCtrl ========== < PyUseCase < ============================== < < 'press button' event created with arguments '' < Changed title of frame to 'PyUseCase' < < 'close frame' event created with arguments '' ---------- Differences in widgetstructure ---------- 1,4d0 < New <id> < __main__.MainFrame <id> < --wx._controls.TextCtrl <id> < --wx._controls.Button <id> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- enter text PyUseCase press button close frame
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,84d0 < < ---------- Frame 'wxPython Menus' ---------- < < Menubar: < >>> < Menu A (+) < Menu B (+) < Complex (+) < Change (+) < Real Stuff (+) < < Menu A menu < Item 1 < Item 2 < < Menu B menu < Item 3 < Item 4 < < Complex menu < Item 6.5 < . Item 7 < o Item 8 < o Item 9 < -------------------- < Submenu menu < Item 5 < Item 6 < -------------------- <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- Click on Menu A~~~Item 1 Click on Menu B~~~Item 4 Click on Complex~~~Item 9 Click on Complex~~~Submenu~~~Item 5 Click on Complex~~~Submenu~~~Item 6 Click on Complex~~~Item 11 Click on Change~~~Check radio item 7 Click on Change~~~Toggle check item 13 Click on Change~~~Toggle enable item 10 Click on X to exit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,21d0 < < ---------- Frame 'Popup Menu Example' ---------- < < Menubar: < >>> < Menu (+) < < Menu menu < Exit < < 'Right-click on the panel to show a popup menu' < < ------------------------------------------------ < < 'choose context menu item' event created with arguments 'Three' < Changed title of frame to 'Popup three' < < 'choose context menu item' event created with arguments 'Submenu~~~Subsubmenu~~~subsubmenu - Eight' < Changed title of frame to 'Popup eight' < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- choose context menu item Three choose context menu item Submenu~~~Subsubmenu~~~subsubmenu - Eight close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,14d0 < < ---------- Frame 'My Frame' ---------- < Button 'Button 1' < < Button 'Button 2' < -------------------------------------- < < 'press rufus' event created with arguments '' < Rufus < < 'press sallyanne' event created with arguments '' < Sally-Anne < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- press rufus press sallyanne close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- 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
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,31d0 < < ---------- Frame 'wx.ListCtrl' ---------- < List : < -> four < -> three < -> two < -> one < -> zero < ----------------------------------------- < < 'select' event created with arguments 'zero' < Selected zero < < Updated List : < -> four < -> three < -> two < -> one < -> zero *** < < 'select' event created with arguments 'two' < Selected two < < Updated List : < -> four < -> three < -> two *** < -> one < -> zero <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select zero select two close frame
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,35d0 < < ---------- Frame 'TextCtrls' ---------- < '' < --------------------------------------- < < ---------- Frame 'Login' ---------- < 'Username:' ========== TextCtrl ========== < < ============================== < 'Password:' ========== TextCtrl ========== < < ============================== < < Button 'OK' < ----------------------------------- < < 'set name to' event created with arguments 'Foo' < < Updated Username: Field < ========== TextCtrl ========== < Foo < ============================== < < 'set password to' event created with arguments 'Bar' < < Updated Password: Field < ========== TextCtrl ========== < *** < ============================== <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set name to Foo set password to Bar press ok close frame
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,17d0 < < ---------- Frame 'Test' ---------- < < Menubar: < >>> < File (+) < < File menu < ahaÖ < < Button 'Close Me' < < ---------------------------------- < < 'SelectMenuWithFunnyText' event created with arguments 'File~~~ahaÖ' < < 'ExitApplication' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in pythonmocks ---------- <-PYT:locale.getdefaultlocale() ->RET:('en_US', 'ISO8859-1') ---------- Missing result in recorded_usecase ---------- SelectMenuWithFunnyText File~~~ahaÖ ExitApplication
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,11d0 < < ---------- Frame 'wxPython GUI' ---------- < Button 'Hello' < < Button 'Close' < ------------------------------------------ < < 'say hello' event created with arguments '' < Hello World! < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- say hello close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,27d0 < < ---------- Frame 'Test wx.Dialog' ---------- < Button 'Show Dialog' < < Button 'Close Frame' < -------------------------------------------- < < 'Click Show Dialog Button' event created with arguments '' < < ---------- Frame 'wx.Dialog' ---------- < ========== TextCtrl ========== < wx.Dialog < ============================== < < Button 'Close Dialog' < --------------------------------------- < < 'Enter Text' event created with arguments 'PyUseCase' < < Updated Text Field < ========== TextCtrl ========== < PyUseCase < ============================== < < 'Click Close Dialog Button' event created with arguments '' < < 'Click Close Frame Button' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- Click Show Dialog Button Enter Text PyUseCase Click Close Dialog Button Click Close Frame Button
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- 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
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- 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
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < ---------- Frame 'DirDialog Exercise' ---------- < < Menubar: < >>> < File (+) < < File menu < Select < -------------------- < Exit < < ========== TextCtrl ========== < < ============================== < < ------------------------------------------------ < < 'MenuSelection' event created with arguments 'File~~~Select' < Changed title of frame to 'Open C:/DB2' < < 'SelectDir' event created with arguments 'C:/DB2' < < 'MenuSelection' event created with arguments 'File~~~Exit' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- MenuSelection File~~~Select SelectDir C:\DB2 MenuSelection File~~~Exit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,28d0 < < ---------- Frame 'Test' ---------- < Button 'Select Dir' < < Button 'Close Me' < ---------------------------------- < < 'OpenDirSelectorDialog' event created with arguments '' < < ---------- Dir Selector 'Select a Directory' ---------- < DefaultDir: C:/ < Style : wx.DD_DEFAULT_STYLE < ------------------------------------------------------- < Changed title of frame to 'No dir selected' < < 'SelectDirectory' event created with arguments '' < < 'OpenDirSelectorDialog' event created with arguments '' < < ---------- Dir Selector 'Select a Directory' ---------- < DefaultDir: C:/ < Style : wx.DD_DEFAULT_STYLE < ------------------------------------------------------- < Changed title of frame to 'Dir=C:/Temp' < < 'SelectDirectory' event created with arguments 'C:/Temp' < < 'CloseApplication' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- OpenDirSelectorDialog SelectDirectory OpenDirSelectorDialog SelectDirectory C:\Temp CloseApplication
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < ---------- Frame 'FileDialog Exercise' ---------- < < Menubar: < >>> < File (+) < < File menu < Open < -------------------- < Save As < -------------------- < Exit < < ========== TextCtrl ========== < < ============================== < < ------------------------------------------------- < < 'choose menu' event created with arguments 'File~~~Open' < Changed title of frame to 'Open Dialog Canceled' < < 'close' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- choose menu File~~~Open close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,31d0 < < ---------- Frame 'FileDialog Exercise' ---------- < < Menubar: < >>> < File (+) < < File menu < Open < -------------------- < Save As < -------------------- < Exit < < ========== TextCtrl ========== < < ============================== < < ------------------------------------------------- < < 'choose menu' event created with arguments 'File~~~Open' < Changed title of frame to 'Open <texttest sandbox>/target_ui.py' < < 'select file' event created with arguments 'target_ui.py' < < 'choose menu' event created with arguments 'File~~~Save As' < Changed title of frame to 'Save as <texttest sandbox>/somefile' < < 'save as' event created with arguments 'somefile' <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- choose menu File~~~Open select file target_ui.py choose menu File~~~Save As save as somefile close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,28d0 < < ---------- Frame 'Test' ---------- < Button 'Select File' < < Button 'Close Me' < ---------------------------------- < < 'OpenFileSelectorDialog' event created with arguments '' < < ---------- File Selector 'Select a File' ---------- < DefaultFile: None < Flags : wx.FD_OPEN < --------------------------------------------------- < Changed title of frame to 'No file selected' < < 'SelectFile' event created with arguments '' < < 'OpenFileSelectorDialog' event created with arguments '' < < ---------- File Selector 'Select a File' ---------- < DefaultFile: None < Flags : wx.FD_OPEN < --------------------------------------------------- < Changed title of frame to 'File=C:/cmpxml.c' < < 'SelectFile' event created with arguments 'C:/cmpxml.c' < < 'CloseApplication' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- OpenFileSelectorDialog SelectFile OpenFileSelectorDialog SelectFile C:\cmpxml.c CloseApplication
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,6d0 < < ---------- Frame 'wxPython Frame' ---------- < < -------------------------------------------- < < 'close frame' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close frame
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,40d0 < < ---------- Frame 'Test' ---------- < Button 'Select Colour' < < Button 'Close Me' < ---------------------------------- < < 'OpenColourSelectionDialog' event created with arguments '' < < ---------- Get Colour from User 'Select a Colour' ---------- < ------------------------------------------------------------ < Changed title of frame to 'Colour selected: (255, 0, 0, 255)' < < 'SelectColour' event created with arguments '(255, 0, 0, 255)' < < 'OpenColourSelectionDialog' event created with arguments '' < < ---------- Get Colour from User 'Select a Colour' ---------- < ------------------------------------------------------------ < Changed title of frame to 'Colour selected: (0, 255, 0, 255)' < < 'SelectColour' event created with arguments '(0, 255, 0, 255)' < < 'OpenColourSelectionDialog' event created with arguments '' < < ---------- Get Colour from User 'Select a Colour' ---------- < ------------------------------------------------------------ < Changed title of frame to 'Colour selected: (0, 0, 255, 255)' < <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- OpenColourSelectionDialog SelectColour (255, 0, 0, 255) OpenColourSelectionDialog SelectColour (0, 255, 0, 255) OpenColourSelectionDialog SelectColour (0, 0, 255, 255) OpenColourSelectionDialog SelectColour (-1, -1, -1, 255) CloseApplication
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,42d0 < < ---------- Frame 'wx.ListCtrl' ---------- < List : < -> four < -> three < -> two < -> one < -> zero < ----------------------------------------- < < 'select' event created with arguments 'zero' < Selected zero < < Updated List : < -> four < -> three < -> two < -> one < -> zero *** < < 'select' event created with arguments 'two' < Selected two < < Updated List : < -> four < -> three < -> two *** < -> one < -> zero <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select zero select two select four,three close frame
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,28d0 < < ---------- Frame 'Test' ---------- < Button 'MessageBox' < < Button 'Close Me' < ---------------------------------- < < 'OpenMessageBox' event created with arguments '' < ---------- Message Box 'Message Box #1' ---------- < Quit program? < ..... < Button 'Yes' Button 'No' Button 'Cancel' < -------------------------------------------------- < Changed title of frame to 'MessageBox Reply=YES' < < 'reply to message box 1' event created with arguments 'Yes' < < 'OpenMessageBox' event created with arguments '' < ---------- Message Box 'Message Box #1' ---------- < Quit program? < ..... < Button 'Yes' Button 'No' Button 'Cancel' < -------------------------------------------------- < Changed title of frame to 'MessageBox Reply=NO' < < 'reply to message box 1' event created with arguments 'No' < < 'CloseApp' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- OpenMessageBox reply to message box 1 Yes OpenMessageBox reply to message box 1 No CloseApp
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,16d0 < < ---------- Frame 'wx.TextCtrl' ---------- < ========== TextCtrl ========== < PyUseCase < ============================== < ----------------------------------------- < < 'enter text' event created with arguments 'Hello World!' < Text: Hello World! < < Updated Text Field < ========== TextCtrl ========== < Hello World! < ============================== < < 'close frame' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- enter text Hello World! close frame
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,48d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 4 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'edited text' | Text entry < 'Button' | 'Label=Add' | 'clicked' | Text entry < 'Window' | 'Title=The Video Store' | 'closed' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set new movie name to' < Edited 'GtkEntry' Text entry (set to 'set new movie name to') < < Updated : GtkTreeView with columns: < -> set new movie name to<i> Star Wars</i> < -> ? < -> ? < < 'press <enter> in field for signal 'changed' on Entry 'Name=Movie Name'' event created with arguments '' < <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie close ---------- Missing result in ui_map ---------- [Name=Movie Name] changed = set new movie name to [Label=Add] clicked = add movie [Title=The Video Store] delete-event = close ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set new movie name to press <enter> in field for signal 'changed' on Entry 'Name=Movie Name' enter usecase name for signal 'clicked' on Button 'Label=Add' = add movie press <enter> in field for signal 'clicked' on Button 'Label=Add' enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' = close press <enter> in field for signal 'delete-event' on Window 'Title=The Video Store'
---------- Differences in catalogue ---------- 1,6c1 < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase < ----usecases < --------ui_map.conf --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,26d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 2 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'edited text' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> add movie < -> close < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set new movie name to' < Edited 'GtkEntry' Text entry (set to 'set new movie name to') < < Updated : GtkTreeView with columns: < -> set new movie name to<i> Star Wars</i> < -> add movie < -> close < < 'finish name entry editing' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie close ---------- Missing result in ui_map ---------- [Title=The Video Store] delete-event = close [Name=Movie Name] activate = add movie by pressing <enter> changed = set new movie name to ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set new movie name to finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,44d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 4 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'edited text' | Text entry < 'Button' | Combo Box (selected 'Label=Add') (drop-down list containing ['Label=Add', 'Label=Add, Type=Button', '<span foreground="red">Type=Button</span>']) | 'clicked' | Text entry < 'Window' | Combo Box (selected 'Title=The Video Store') (drop-down list containing ['Title=The Video Store', 'Title=The Video Store, Type=Window', '<span foreground="red">Type=Window</span>']) | 'closed' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> set movie name to<i> Star Wars</i> < -> ? < -> ? < < 'enter usecase name for signal 'clicked' on Button 'Label=Add' =' event created with arguments 'add movie' < Edited 'GtkEntry' Text entry (set to 'add movie') <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set movie name to Star Wars add movie close ---------- Missing result in ui_map ---------- [Name=Movie Name] changed = set movie name to [Label=Add] clicked = add movie [Title=The Video Store] delete-event = close ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set movie name to enter usecase name for signal 'clicked' on Button 'Label=Add' = add movie enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' = close finish name entry editing
---------- Differences in catalogue ---------- 1,4c1 < < The following existing files/directories were deleted: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,28d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 4 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'edited text' | Text entry < 'Button' | 'Label=Add' | 'clicked' | Text entry < 'Window' | 'Title=The Video Store' | 'closed' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> set movie name to<i> Star Wars</i> < -> ? < -> ? < < 'cancel name entry editing' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set movie name to cancel name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,80d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 6 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'TabFolder' | '<span foreground="red">Type=TabFolder</span>' | Combo Box (selected 'Selection') (drop-down list containing ['Selection', 'Selection.clicked']) | Text entry < 'MenuItem' | Combo Box (selected 'Label=Rename') (drop-down list containing ['Label=Rename', 'Label=Rename, Type=MenuItem', 'Label=Rename, Context=File', 'Type=MenuItem, Context=File', 'Label=Rename, Type=MenuItem, Context=File', '<span foreground="red">Type=MenuItem</span>']) | 'Selection' | Text entry < 'Text' | '<span foreground="red">Type=Text</span>' | Combo Box (selected 'Modify') (drop-down list containing ['Modify', 'Modify.typed']) | Text entry < 'Button' | Combo Box (selected 'Label=Copy') (drop-down list containing ['Label=Copy', 'Label=Copy, Type=Button', '<span foreground="red">Type=Button</span>']) | 'Selection' | Text entry < 'Shell' | '<span foreground="red">Type=Shell</span>' | 'Close' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Item 1</i> < -> ? < -> ? <i>Hello</i> < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'Selection|Selection.clicked' on TabFolder 'Type=TabFolder' =' event created with arguments 'select tab' < Edited 'GtkEntry' Text entry (set to 'select tab') < < Updated : GtkTreeView with columns: < -> select tab<i> Item 1</i> < -> ? <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- select tab Item 1 rename tab type text Hello copy close ---------- Missing result in ui_map ---------- [Type=TabFolder] Selection = select tab [Label=Rename, Context=File] Selection = rename tab [Type=Text] Modify.typed = type text [Label=Copy] Selection = copy [Type=Shell] Close = close ---------- Missing result in usecase ---------- enter usecase name for signal 'Selection|Selection.clicked' on TabFolder 'Type=TabFolder' = select tab choose widget description for signal 'Selection' on MenuItem 'Label=Rename' = Label=Rename, Context=File enter usecase name for signal 'Selection' on MenuItem 'Label=Rename' = rename tab choose action description for signal 'Modify|Modify.typed' on Text 'Modify' = Modify.typed enter usecase name for signal 'Modify|Modify.typed' on Text 'Type=Text' = type text enter usecase name for signal 'Selection' on Button 'Label=Copy' = copy enter usecase name for signal 'Close' on Shell 'Type=Shell' = close finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,50d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 4 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'edited text' | Text entry < 'Button' | Combo Box (selected 'Label=Add') (drop-down list containing ['Label=Add', 'Label=Add, Type=Button', '<span foreground="red">Type=Button</span>']) | 'clicked' | Text entry < 'Window' | Combo Box (selected 'Title=The Video Store') (drop-down list containing ['Title=The Video Store', 'Title=The Video Store, Type=Window', '<span foreground="red">Type=Window</span>']) | 'closed' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> set movie name to<i> Star Wars</i> < -> ? < -> ? < < 'choose widget description for signal 'clicked' on Button 'Label=Add' =' event created with arguments 'Label=Add, Type=Button' < Changed selection in Combo Box (selected 'Label=Add, Type=Button') <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set movie name to Star Wars add movie close ---------- Missing result in ui_map ---------- [Name=Movie Name] changed = set movie name to [Label=Add, Type=Button] clicked = add movie [Type=Window] delete-event = close ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set movie name to choose widget description for signal 'clicked' on Button 'Label=Add' = Label=Add, Type=Button enter usecase name for signal 'clicked' on Button 'Label=Add' = add movie choose widget description for signal 'delete-event' on Window 'Title=The Video Store' = Type=Window enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' = close finish name entry editing
---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,13d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> <span foreground="red">add die hard</span> < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <span foreground="red">add star wars</span> < -> <span foreground="red">close</span> < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'close editor window' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in usecase ---------- close editor window
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,25d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 3 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Window' | Combo Box (selected 'Title=The Video Store') (drop-down list containing ['Title=The Video Store', 'Title=The Video Store, Type=Window', '<span foreground="red">Type=Window</span>']) | 'closed' | Text entry < 'Entry' | Combo Box (selected 'Context=FakedContext, Type=Entry') (drop-down list containing ['Context=FakedContext, Type=Entry', '<span foreground="red">Type=Entry</span>']) | 'edited text' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' =' event created with arguments 'close' < Edited 'GtkEntry' Text entry (set to 'close') < < Updated : GtkTreeView with columns: < -> close < -> ? < < 'finish name entry editing' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- close ---------- Missing result in ui_map ---------- [Title=The Video Store] delete-event = close [Context=FakedContext, Type=Entry] changed = ---------- Missing result in usecase ---------- enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' = close finish name entry editing
---------- Differences in catalogue ---------- 1,9c1 < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase < < The following existing files/directories were deleted: < <Test Directory> < ----usecases < --------add_new_movie_$.shortcut --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,79d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> <b>add new movie <i>Star Wars</i></b> < -> <b>add new movie <i>Die Hard</i></b> < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'select preview node' event created with arguments 'add new movie Star Wars' < < Changed selection in GtkTreeView with columns: < -> <b>add new movie <i>Star Wars</i></b> *** < -> <b>add new movie <i>Die Hard</i></b> < -> close < < 'show preview node options for' event created with arguments 'add new movie Star Wars' < < ---------- Popup Window ---------- < 'Create shortcut' (greyed out) < 'Delete shortcut' < 'Rename' < ---- < 'Update UI map file' (greyed out) < ---------------------------------- < < 'delete shortcut' event created with arguments '' <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie set new movie name to Die Hard add movie close ---------- Missing result in usecase ---------- select preview node add new movie Star Wars show preview node options for add new movie Star Wars delete shortcut cancel message show preview node options for add new movie Star Wars delete shortcut accept message expand preview node set new movie name to Die Hard at top level finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,1019d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 31 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Button' | '<span foreground="red">Type=Button</span>' | 'clicked' | Text entry < 'Dialog' | '<span foreground="red">Type=Dialog</span>' | 'ok' | Text entry < 'Dialog' | '<span foreground="red">Type=Dialog</span>' | 'accept' | Text entry < 'Dialog' | '<span foreground="red">Type=Dialog</span>' | 'Label='Some Text'' | Text entry < 'Entry' | '<span foreground="red">Type=Entry</span>' | 'pressed Enter' | Text entry < 'Entry' | '<span foreground="red">Type=Entry</span>' | 'edited text' | Text entry < 'CheckMenuItem' | '<span foreground="red">Type=CheckMenuItem</span>' | 'checked' | Text entry < 'CheckMenuItem' | '<span foreground="red">Type=CheckMenuItem</span>' | 'unchecked' | Text entry < 'CheckButton' | '<span foreground="red">Type=CheckButton</span>' | 'unchecked' | Text entry < 'CheckButton' | '<span foreground="red">Type=CheckButton</span>' | 'checked' | Text entry < 'ComboBox' | '<span foreground="red">Type=ComboBox</span>' | 'selected item' | Text entry < 'FileChooserDialog' | '<span foreground="red">Type=FileChooserDialog</span>' | 'current folder changed' | Text entry < 'FileChooserDialog' | '<span foreground="red">Type=FileChooserDialog</span>' | 'filename changed' | Text entry < 'FileChooserDialog' | '<span foreground="red">Type=FileChooserDialog</span>' | 'selection changed' | Text entry < 'MenuItem' | '<span foreground="red">Type=MenuItem</span>' | 'selected' | Text entry < 'Notebook' | '<span foreground="red">Type=Notebook</span>' | 'switch page' | Text entry < 'RadioButton' | '<span foreground="red">Type=RadioButton</span>' | 'checked' | Text entry < 'ToggleButton' | '<span foreground="red">Type=ToggleButton</span>' | 'unchecked' | Text entry < 'ToggleButton' | '<span foreground="red">Type=ToggleButton</span>' | 'checked' | Text entry < 'ToolButton' | '<span foreground="red">Type=ToolButton</span>' | 'clicked' | Text entry < 'TreeView' | '<span foreground="red">Type=TreeView</span>' | 'right-clicked row' | Text entry < 'TreeView' | '<span foreground="red">Type=TreeView</span>' | 'clicked on row' | Text entry < 'TreeView' | '<span foreground="red">Type=TreeView</span>' | 'clicked column header 'Column'' | Text entry <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- click press ok press accept press enter edit some text tick untick uncheck check choose item an option choose folder subdir set new filename newfilename select file filename select in menu view tab tab name choose release depress click tool item view popup for row1 select row row2 sort by Column edit for Column row3 activate row row4 collapse row row5 expand row row6 ---------- Missing result in ui_map ---------- [Type=Button] clicked = click [Type=Dialog] response.ok = press ok response.accept = press accept response.Label--Some Text = [Type=Entry] activate = press enter changed = edit [Type=CheckMenuItem] toggled.true = tick toggled.false = untick [Type=CheckButton] toggled.false = uncheck toggled.true = check [Type=ComboBox] changed = choose item [Type=FileChooserDialog] current-folder-changed = choose folder current-name-changed = set new filename selection-changed = select file [Type=MenuItem] activate = select in menu <truncated after showing first 30 lines> ---------- Missing result in usecase ---------- enter usecase name for signal 'clicked' on Button 'Type=Button' = click enter usecase name for signal 'response.ok' on Dialog 'Type=Dialog' = press ok enter usecase name for signal 'response.accept' on Dialog 'Type=Dialog' = press accept enter usecase name for signal 'activate' on Entry 'Type=Entry' = press enter enter usecase name for signal 'changed' on Entry 'Type=Entry' = edit enter usecase name for signal 'toggled.true' on CheckMenuItem 'Type=CheckMenuItem' = tick enter usecase name for signal 'toggled.false' on CheckMenuItem 'Type=CheckMenuItem' = untick enter usecase name for signal 'toggled.false' on CheckButton 'Type=CheckButton' = uncheck enter usecase name for signal 'toggled.true' on CheckButton 'Type=CheckButton' = check enter usecase name for signal 'changed' on ComboBox 'Type=ComboBox' = choose item enter usecase name for signal 'current-folder-changed' on FileChooserDialog 'Type=FileChooserDialog' = choose folder enter usecase name for signal 'current-name-changed' on FileChooserDialog 'Type=FileChooserDialog' = set new filename enter usecase name for signal 'selection-changed' on FileChooserDialog 'Type=FileChooserDialog' = select file enter usecase name for signal 'activate' on MenuItem 'Type=MenuItem' = choose enter usecase name for signal 'switch-page' on Notebook 'Type=Notebook' = view tab enter usecase name for signal 'activate' on MenuItem 'Type=MenuItem' = select in menu enter usecase name for signal 'toggled.true' on RadioButton 'Type=RadioButton' = choose enter usecase name for signal 'toggled.false' on ToggleButton 'Type=ToggleButton' = release enter usecase name for signal 'toggled.true' on ToggleButton 'Type=ToggleButton' = depress enter usecase name for signal 'clicked' on ToolButton 'Type=ToolButton' = click tool item enter usecase name for signal 'button-press-event' on TreeView 'Type=TreeView' = view popup for enter usecase name for signal 'changed.selection' on TreeView 'Type=TreeView' = select row enter usecase name for signal 'clicked.Column.' on TreeView 'Type=TreeView' = sort by Column enter usecase name for signal 'edited.Column' on TreeView 'Type=TreeView' = edit for Column enter usecase name for signal 'row-activated' on TreeView 'Type=TreeView' = activate row enter usecase name for signal 'row-collapsed' on TreeView 'Type=TreeView' = collapse row enter usecase name for signal 'row-expanded' on TreeView 'Type=TreeView' = expand row finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,36d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 4 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'edited text' | Text entry < 'Button' | 'Label=Add' | 'clicked' | Text entry < 'Window' | 'Title=The Video Store' | 'closed' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> set movie name to<i> Star Wars</i> < -> ? < -> ? < < 'enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' =' event created with arguments 'close' < Edited 'GtkEntry' Text entry (set to 'close') <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set movie name to Star Wars close ---------- Missing result in ui_map ---------- [Name=Movie Name] changed = set movie name to [Label=Add] clicked = [Title=The Video Store] delete-event = close ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set movie name to enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' = close finish name entry editing
---------- Differences in catalogue ---------- 1,7c1 < The following new files/directories were created: < <Test Directory> < ----mapfile < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,44d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 4 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'edited text' | Text entry < 'Button' | 'Label=Add' | 'clicked' | Text entry < 'Window' | 'Title=The Video Store' | 'closed' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> set movie name to<i> Star Wars</i> < -> ? < -> ? < < 'enter usecase name for signal 'clicked' on Button 'Label=Add' =' event created with arguments 'add movie' < Edited 'GtkEntry' Text entry (set to 'add movie') <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set movie name to Star Wars add movie close ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set movie name to enter usecase name for signal 'clicked' on Button 'Label=Add' = add movie enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' = close finish name entry editing
---------- Differences in catalogue ---------- 1,15c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------add_film_star_wars.shortcut < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase < ----usecases < --------add_die_hard.shortcut < < The following existing files/directories were deleted: < <Test Directory> < ----usecases < --------add_star_wars.shortcut --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,94d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'show preview node options for' event created with arguments 'add star wars' < < Changed selection in GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> *** < -> close < < ---------- Popup Window ---------- < 'Create shortcut' (greyed out) < 'Delete shortcut' < 'Rename' < ---- < 'Update UI map file' (greyed out) < ---------------------------------- <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Die Hard add movie wait for the movies to reload add film star wars close ---------- Missing result in shortcut_add_die_hard ---------- set new movie name to Die Hard add movie ---------- Missing result in shortcut_add_film_star_wars ---------- set new movie name to Star Wars add movie ---------- Missing result in usecase ---------- show preview node options for add star wars rename a usecase name or shortcut rename shortcut accept rename accept message rename shortcut add movie star wars accept rename accept message rename shortcut add die hard accept rename accept message rename shortcut add film star wars accept rename finish name entry editing
---------- Differences in catalogue ---------- 1,15c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------add_$_titled_$.shortcut < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase < ----usecases < --------add_$s_$_and_$.shortcut < < The following existing files/directories were deleted: < <Test Directory> < ----usecases < --------add_$_named_$.shortcut --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,89d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> <b>add <i>movie</i>s <i>Star Wars</i> and <i>Die Hard</i></b> < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add <i>movie</i> named <i>Matrix</i></b> < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'expand preview node' event created with arguments 'add movies Star Wars and Die Hard' < < Expanded row in GtkTreeView with columns: < -> <b>add <i>movie</i>s <i>Star Wars</i> and <i>Die Hard</i></b> < -> <b>add <i>movie</i> named <i>Star Wars</i></b> < -> <b>add <i>movie</i> named <i>Die Hard</i></b> < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add <i>movie</i> named <i>Matrix</i></b> < -> close < < 'show preview node options for' event created with arguments 'add movie named Matrix' < < Changed selection in GtkTreeView with columns: < -> <b>add <i>movie</i>s <i>Star Wars</i> and <i>Die Hard</i></b> < -> <b>add <i>movie</i> named <i>Star Wars</i></b> < -> <b>add <i>movie</i> named <i>Die Hard</i></b> < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add movies Star Wars and Die Hard wait for the movies to reload add movie titled Matrix close ---------- Missing result in shortcut_add_$_titled_$ ---------- set new $ name to $ add movie ---------- Missing result in shortcut_add_$s_$_and_$ ---------- add $1 titled $2 add $1 titled $3 ---------- Missing result in usecase ---------- expand preview node add movies Star Wars and Die Hard show preview node options for add movie named Matrix rename a usecase name or shortcut rename shortcut add $ named accept rename accept message rename shortcut add $ titled $ accept rename expand preview node add movie titled Matrix finish name entry editing
---------- Differences in catalogue ---------- 1,7c1 < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase < ----usecases < --------add_star_wars.shortcut < --------ui_map.conf --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,52d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'show preview node options for' event created with arguments 'set new movie name to Die Hard' < < Changed selection in GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> *** < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < < ---------- Popup Window ---------- < 'Create shortcut' (greyed out) < 'Delete shortcut' (greyed out) < 'Rename' < ---- < 'Update UI map file' (greyed out) < ---------------------------------- <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new film name to Die Hard add movie wait for the movies to reload add star wars close ---------- Missing result in shortcut_add_star_wars ---------- set new film name to Star Wars add movie ---------- Missing result in ui_map ---------- [Title=The Video Store & Friends] delete-event = close [Name=Movie Name] changed = set new film name to activate = add movie by pressing <enter> [Label=Add] activate = select menu item 'add' clicked = add movie ---------- Missing result in usecase ---------- show preview node options for set new movie name to Die Hard rename a usecase name or shortcut rename usecase set new film name to accept rename finish name entry editing
---------- Differences in catalogue ---------- 1,7c1 < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase < ----usecases < --------add_star_wars.shortcut < --------ui_map.conf --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,97d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'expand preview node' event created with arguments 'set new movie name to Die Hard' < < Expanded row in GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> Perform 'changed' on widget identified by 'Name=Movie Name' < -> Perform 'changed' on widget identified by 'Name=Alternative Movie Name' < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < < 'select preview node' event created with arguments 'set new movie name to Die Hard' < < Changed selection in GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> *** < -> Perform 'changed' on widget identified by 'Name=Movie Name' <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new film name to Die Hard add movie wait for the movies to reload add star wars close ---------- Missing result in shortcut_add_star_wars ---------- set new film name to Star Wars add movie ---------- Missing result in ui_map ---------- [Title=The Video Store & Friends] delete-event = close [Name=Movie Name] changed = set new film name to activate = add movie by pressing <enter> [Name=Alternative Movie Name] changed = set new film name to activate = add movie by pressing <enter> [Label=Add] activate = select menu item 'add' clicked = add movie ---------- Missing result in usecase ---------- expand preview node set new movie name to Die Hard select preview node set new movie name to Die Hard show preview node options for set new movie name to Die Hard rename a usecase name or shortcut rename usecase set new film name to accept rename expand preview node add star wars expand preview node set new film name to Star Wars finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < < The following existing files/directories changed their contents: < <Test Directory> < ----usecases < < The following existing files/directories were deleted: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,86d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 2 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Window' | 'Title=The Video Store' | 'closed' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> set new movie name to<i> Star Wars</i> < -> add movie < -> set new movie name to<i> Die Hard</i> < -> add movie < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' =' event created with arguments 'close' < Edited 'GtkEntry' Text entry (set to 'close') < < Updated : GtkTreeView with columns: < -> set new movie name to<i> Star Wars</i> < -> add movie < -> set new movie name to<i> Die Hard</i> < -> add movie < -> close < <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in usecase ---------- enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' = close select preview node set new movie name to Star Wars,add movie (1) show preview node options for add movie (1) create a new shortcut enter new shortcut name add new movie named Star Wars accept new shortcut name expand preview node add new movie named Star Wars cancel name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------create_movie_$.shortcut < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,62d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'select preview node' event created with arguments 'set new movie name to Die Hard,add movie at top level' < < Changed selection in GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> *** < -> add movie *** < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < < 'show preview node options for' event created with arguments 'add movie at top level' < < ---------- Popup Window ---------- < 'Create shortcut' < 'Delete shortcut' (greyed out) < 'Rename' (greyed out) < ---- <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- create movie Die Hard wait for the movies to reload add star wars close ---------- Missing result in shortcut_create_movie_$ ---------- set new movie name to $ add movie ---------- Missing result in usecase ---------- select preview node set new movie name to Die Hard,add movie at top level show preview node options for add movie at top level create a new shortcut enter new shortcut name create movie Die Hard accept new shortcut name finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------add_and_wait.shortcut < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,153d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'select preview node' event created with arguments 'set new movie name to Die Hard' < < Changed selection in GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> *** < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < < 'show preview node options for' event created with arguments 'set new movie name to Die Hard' < < ---------- Popup Window ---------- < 'Create shortcut' (greyed out) < 'Delete shortcut' (greyed out) < 'Rename' < ---- <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set new movie name to Die Hard add and wait add star wars close ---------- Missing result in shortcut_add_and_wait ---------- add movie wait for the movies to reload ---------- Missing result in usecase ---------- select preview node set new movie name to Die Hard show preview node options for set new movie name to Die Hard select preview node close,add movie at top level show preview node options for add movie at top level select preview node close select preview node add star wars,close show preview node options for add star wars select preview node close select preview node add movie at top level,wait for the movies to reload show preview node options for add movie at top level create a new shortcut accept new shortcut name accept message enter new shortcut name add movie accept new shortcut name accept message enter new shortcut name add star wars accept new shortcut name accept message enter new shortcut name add and wait accept new shortcut name finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------add_new_$_with_name_$_and_sort.shortcut < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,89d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> <b>add <i>movie</i> named <i>Matrix</i></b> < -> sort movies < -> <b>add <i>movie</i> named <i>Star Trek</i></b> < -> sort movies < -> <b>add <i>movie</i>s <i>Star Wars</i> and <i>Die Hard</i></b> < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'select preview node' event created with arguments 'add movie named Matrix,sort movies (1)' < < Changed selection in GtkTreeView with columns: < -> <b>add <i>movie</i> named <i>Matrix</i></b> *** < -> sort movies *** < -> <b>add <i>movie</i> named <i>Star Trek</i></b> < -> sort movies < -> <b>add <i>movie</i>s <i>Star Wars</i> and <i>Die Hard</i></b> < -> close < < 'show preview node options for' event created with arguments 'sort movies (1)' < < ---------- Popup Window ---------- < 'Create shortcut' < 'Delete shortcut' (greyed out) <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add new movie with name Matrix and sort add new movie with name Star Trek and sort add movies Star Wars and Die Hard close ---------- Missing result in shortcut_add_new_$_with_name_$_and_sort ---------- add $ named $ sort movies ---------- Missing result in usecase ---------- select preview node add movie named Matrix,sort movies (1) show preview node options for sort movies (1) create a new shortcut enter new shortcut name Add new movie named Matrix and sort accept new shortcut name accept message enter new shortcut name Add new movie with name Matrix and sort accept new shortcut name expand preview node add new movie with name Matrix and sort finish name entry editing
---------- Differences in catalogue ---------- 1,9c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------create_new_movie_$.shortcut < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,129d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 4 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'edited text' | Text entry < 'Button' | 'Label=Add' | 'clicked' | Text entry < 'Window' | 'Title=The Video Store' | 'closed' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? <i>Die Hard</i> < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> set movie name to<i> Star Wars</i> < -> ? < -> set movie name to<i> Die Hard</i> < -> ? <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- create new movie Star Wars create new movie Die Hard close ---------- Missing result in shortcut_create_new_movie_$ ---------- set movie name to $ add movie ---------- Missing result in ui_map ---------- [Name=Movie Name] changed = set movie name to [Label=Add] clicked = add movie [Title=The Video Store] delete-event = close ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set movie name to enter usecase name for signal 'clicked' on Button 'Label=Add' = add movie enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' = close select preview node set movie name to Star Wars,add movie (1) show preview node options for add movie (1) create a new shortcut enter new shortcut name create new movie Star Wars accept new shortcut name expand preview node create new movie Star Wars expand preview node close expand preview node add movie under create new movie Star Wars finish name entry editing
---------- Differences in catalogue ---------- 1,6c1 < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase < ----usecases < --------ui_map.conf --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,78d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 3 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'edited text' | Text entry < 'Button' | 'Label=Add' | 'clicked' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? <i>Die Hard</i> < -> ? < -> close < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> set movie name to<i> Star Wars</i> < -> ? < -> set movie name to<i> Die Hard</i> < -> ? < -> close <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set film name to Star Wars add movie set film name to Die Hard add movie close ---------- Missing result in ui_map ---------- [Title=The Video Store & Friends] delete-event = close [Label=Fake Set] select = set movie name to [Label=Fake Add] select = add movie [Name=Movie Name] changed = set film name to [Label=Add] clicked = add movie ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set movie name to enter usecase name for signal 'clicked' on Button 'Label=Add' = add movie finish name entry editing cancel message enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set film name to finish name entry editing accept message
---------- Differences in catalogue ---------- 1,10c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------create_new_film_$.shortcut < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase < ----usecases < --------ui_map.conf --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,160d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 3 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'edited text' | Text entry < 'Button' | 'Label=Add' | 'clicked' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? <i>Die Hard</i> < -> ? < -> close < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> set movie name to<i> Star Wars</i> < -> ? < -> set movie name to<i> Die Hard</i> < -> ? < -> close <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- create new film Star Wars create new film Die Hard close ---------- Missing result in shortcut_create_new_film_$ ---------- set movie name to $ add movie ---------- Missing result in ui_map ---------- [Title=The Video Store & Friends] delete-event = close [Name=Movie Name] changed = set movie name to [Label=Add] clicked = add movie ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set movie name to enter usecase name for signal 'clicked' on Button 'Label=Add' = add movie select preview node set movie name to Star Wars,add movie (1) show preview node options for add movie (1) create a new shortcut enter new shortcut name create new movie Star Wars accept new shortcut name expand preview node create new movie Star Wars expand preview node close expand preview node add movie under create new movie Star Wars show preview node options for create new movie Star Wars rename a usecase name or shortcut rename shortcut create new film $ accept rename finish name entry editing
---------- Differences in catalogue ---------- 1,10c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------create_new_movie_$.shortcut < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase < ----usecases < --------ui_map.conf --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,160d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 3 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'edited text' | Text entry < 'Button' | 'Label=Add' | 'clicked' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? <i>Die Hard</i> < -> ? < -> close < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> set movie name to<i> Star Wars</i> < -> ? < -> set movie name to<i> Die Hard</i> < -> ? < -> close <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- create new movie Star Wars create new movie Die Hard exit ---------- Missing result in shortcut_create_new_movie_$ ---------- set movie name to $ add movie ---------- Missing result in ui_map ---------- [Title=The Video Store & Friends] delete-event = exit [Name=Movie Name] changed = set movie name to [Label=Add] clicked = add movie ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set movie name to enter usecase name for signal 'clicked' on Button 'Label=Add' = add movie select preview node set movie name to Star Wars,add movie (1) show preview node options for add movie (1) create a new shortcut enter new shortcut name create new movie Star Wars accept new shortcut name expand preview node create new movie Star Wars expand preview node close expand preview node add movie under create new movie Star Wars show preview node options for close rename a usecase name or shortcut rename usecase exit accept rename finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------create_movie_$.shortcut < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,87d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> add movie < -> set new movie name to<i> Star Wars</i> < -> add movie < -> set new movie name to<i> Titanic</i> < -> add movie < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'select preview node' event created with arguments 'set new movie name to Die Hard,add movie (1)' < < Changed selection in GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> *** < -> add movie *** < -> set new movie name to<i> Star Wars</i> < -> add movie < -> set new movie name to<i> Titanic</i> < -> add movie < -> close < < 'show preview node options for' event created with arguments 'add movie (1)' < < ---------- Popup Window ---------- <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- create movie Die Hard create movie Star Wars create movie Titanic close ---------- Missing result in shortcut_create_movie_$ ---------- set new movie name to $ add movie ---------- Missing result in usecase ---------- select preview node set new movie name to Die Hard,add movie (1) show preview node options for add movie (1) create a new shortcut enter new shortcut name Create Movie Die Hard accept new shortcut name expand preview node create movie Star Wars expand preview node set new movie name to Star Wars under create movie Star Wars finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------add_some_movies_including_$,_$.shortcut < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,76d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> add movie < -> set new movie name to<i> Star Wars</i> < -> add movie < -> set new movie name to<i> Titanic</i> < -> add movie < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'select preview node' event created with arguments 'set new movie name to Die Hard,add movie (1),set new movie name to Star Wars,add movie (2),set new movie name to Titanic,add movie (3)' < < Changed selection in GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> *** < -> add movie *** < -> set new movie name to<i> Star Wars</i> *** < -> add movie *** < -> set new movie name to<i> Titanic</i> *** < -> add movie *** < -> close < < 'show preview node options for' event created with arguments 'add movie (3)' < < ---------- Popup Window ---------- <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- add some movies including Die Hard, Titanic close ---------- Missing result in shortcut_add_some_movies_including_$,_$ ---------- set new movie name to $ add movie set new movie name to Star Wars add movie set new movie name to $ add movie ---------- Missing result in usecase ---------- select preview node set new movie name to Die Hard,add movie (1),set new movie name to Star Wars,add movie (2),set new movie name to Titanic,add movie (3) show preview node options for add movie (3) create a new shortcut enter new shortcut name Add some movies including Die Hard, Titanic accept new shortcut name finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------create_movie_$.shortcut < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,56d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> set new movie name to<i> E</i> < -> add movie < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'select preview node' event created with arguments 'set new movie name to E,add movie' < < Changed selection in GtkTreeView with columns: < -> set new movie name to<i> E</i> *** < -> add movie *** < -> close < < 'show preview node options for' event created with arguments 'add movie' < < ---------- Popup Window ---------- < 'Create shortcut' < 'Delete shortcut' (greyed out) < 'Rename' (greyed out) < ---- < 'Update UI map file' (greyed out) < ---------------------------------- < < 'create a new shortcut' event created with arguments '' <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- create movie E close ---------- Missing result in shortcut_create_movie_$ ---------- set new movie name to $ add movie ---------- Missing result in usecase ---------- select preview node set new movie name to E,add movie show preview node options for add movie create a new shortcut enter new shortcut name create movie E accept new shortcut name finish name entry editing
---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,46d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> <b>add die hard</b> < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'expand preview node' event created with arguments 'add die hard' < < Expanded row in GtkTreeView with columns: < -> <b>add die hard</b> < -> set new movie name to<i> Die Hard</i> < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < < 'expand preview node' event created with arguments 'set new movie name to Die Hard' < < Expanded row in GtkTreeView with columns: < -> <b>add die hard</b> < -> set new movie name to<i> Die Hard</i> < -> Perform 'changed' on widget identified by 'Name=Movie Name' < -> add movie <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in usecase ---------- expand preview node add die hard expand preview node set new movie name to Die Hard expand preview node close finish name entry editing
---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,44d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> <b>add <i>movie</i>s <i>Star Wars</i> and <i>Die Hard</i></b> < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'expand preview node' event created with arguments 'add movies Star Wars and Die Hard' < < Expanded row in GtkTreeView with columns: < -> <b>add <i>movie</i>s <i>Star Wars</i> and <i>Die Hard</i></b> < -> set new movie name to<i> Star Wars</i> < -> add movie < -> set new movie name to<i> Die Hard</i> < -> add movie < -> close < < 'expand preview node' event created with arguments 'set new movie name to Star Wars' < < Expanded row in GtkTreeView with columns: < -> <b>add <i>movie</i>s <i>Star Wars</i> and <i>Die Hard</i></b> < -> set new movie name to<i> Star Wars</i> < -> Perform 'changed' on widget identified by 'Name=Movie Name' < -> add movie < -> set new movie name to<i> Die Hard</i> < -> add movie <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in usecase ---------- expand preview node add movies Star Wars and Die Hard expand preview node set new movie name to Star Wars expand preview node add movie (2) finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,44d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 4 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name='Movie Name'' | 'edited text' | Text entry < 'Button' | 'Label=[Add]' | 'clicked' | Text entry < 'Window' | 'Title=&The Video Store' | 'closed' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name='Movie Name'' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> set movie name to<i> Star Wars</i> < -> ? < -> ? < < 'enter usecase name for signal 'clicked' on Button 'Label=[Add]' =' event created with arguments 'add movie' < Edited 'GtkEntry' Text entry (set to 'add movie') <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set movie name to Star Wars add movie close ---------- Missing result in ui_map ---------- [Name='Movie Name'] changed = set movie name to [Label=<OPENBRACKET>Add<CLOSEBRACKET>] clicked = add movie [Title=&The Video Store] delete-event = close ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name='Movie Name'' = set movie name to enter usecase name for signal 'clicked' on Button 'Label=[Add]' = add movie enter usecase name for signal 'delete-event' on Window 'Title=&The Video Store' = close finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,58d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 5 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'JButton' | 'Label=Hello!' | 'Click' | Text entry < 'JRadioButton' | 'Label=First' | 'Click' | Text entry < 'JRadioButton' | 'Label=Second' | 'Click' | Text entry < 'JFrame' | '<span foreground="red">Type=JFrame</span>' | 'Close' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? < -> ? < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'Click' on JButton 'Label=Hello!' =' event created with arguments 'click hello' < Edited 'GtkEntry' Text entry (set to 'click hello') < < Updated : GtkTreeView with columns: < -> click hello < -> ? < -> ? < -> ? <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- click hello select first select second close window ---------- Missing result in ui_map ---------- [Label=Hello!] Click = click hello [Label=First] Click = select first [Label=Second] Click = select second [Type=JFrame] Close = close window ---------- Missing result in usecase ---------- enter usecase name for signal 'Click' on JButton 'Label=Hello!' = click hello enter usecase name for signal 'Click' on JRadioButton 'Label=First' = select first enter usecase name for signal 'Click' on JRadioButton 'Label=Second' = select second enter usecase name for signal 'Close' on JFrame 'Type=JFrame' = close window finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,62d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 4 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Textfältet' | 'edited text' | Text entry < 'Button' | 'Label=Lägg till' | 'clicked' | Text entry < 'Window' | 'Title=Videoaffären' | 'closed' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> <span foreground="red">Någonting på svenska</span> < -> ? <i>Stjärnornas Krig</i> < -> <span foreground="red">Något annat på svenska</span> < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Textfältet' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> <span foreground="red">Någonting på svenska</span> < -> set movie name to<i> Stjärnornas Krig</i> < -> <span foreground="red">Något annat på svenska</span> < -> ? <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in pythonmocks ---------- <-PYT:locale.getdefaultlocale() ->RET:('en_US', 'ISO8859-1') ---------- Missing result in recorded_usecase ---------- Någonting på svenska set movie name to Stjärnornas Krig Något annat på svenska add movie close ---------- Missing result in ui_map ---------- [Name=Textfältet] changed = set movie name to [Label=Lägg till] clicked = add movie [Title=Videoaffären] delete-event = close ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Textfältet' = set movie name to enter usecase name for signal 'clicked' on Button 'Label=Lägg till' = add movie enter usecase name for signal 'delete-event' on Window 'Title=Videoaffären' = close expand preview node set movie name to Stjärnornas Krig finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,112d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 8 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Button' | 'Name=hello button' | 'clicked' | Text entry < 'Label' | 'Name=hello label' | 'left-clicked' | Text entry < 'Entry' | '<span foreground="red">Type=Entry</span>' | 'edited text' | Text entry < 'Button' | 'Label=Planner's Workspace' | 'clicked' | Text entry < 'Label' | 'Name=another label' | 'right-clicked' | Text entry < 'Listbox' | 'Name=the list box' | 'select item' | Text entry < 'Tk' | 'Title=tk' | 'closed' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? < -> ? < -> ? <i>hello</i> < -> ? < -> ? < -> ? <i>fourth row</i> < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal '<Enter>,<Button-1>,<ButtonRelease-1>' on Button 'Name=hello button' =' event created with arguments 'say hello' < Edited 'GtkEntry' Text entry (set to 'say hello') <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- say hello click on hello label set text to hello click something right-click something else select list item fourth row close ---------- Missing result in ui_map ---------- [Name=hello button] <Enter>,<Button-1>,<ButtonRelease-1> = say hello [Name=hello label] <Button-1> = click on hello label [Type=Entry] <KeyPress>,<KeyRelease> = set text to [Label=Planner's Workspace] <Enter>,<Button-1>,<ButtonRelease-1> = click something [Name=another label] <Button-3> = right-click something else [Name=the list box] <<ListboxSelect>> = select list item [Title=tk] WM_DELETE_WINDOW = close ---------- Missing result in usecase ---------- enter usecase name for signal '<Enter>,<Button-1>,<ButtonRelease-1>' on Button 'Name=hello button' = say hello enter usecase name for signal '<Button-1>' on Label 'Name=hello label' = click on hello label enter usecase name for signal '<Enter>,<Button-1>,<ButtonRelease-1>' on Button 'Label=Planner's Workspace' = click something enter usecase name for signal '<Button-3>' on Label 'Name=another label' = right-click something else enter usecase name for signal '<KeyPress>,<KeyRelease>' on Entry 'Type=Entry' = set text to enter usecase name for signal '<<ListboxSelect>>' on Listbox 'Name=the list box' = select list item enter usecase name for signal 'WM_DELETE_WINDOW' on Tk 'Title=tk' = close finish name entry editing
---------- Differences in catalogue ---------- 1,8c1 < The following new files/directories were created: < <Test Directory> < ----usecases < --------ui_map.conf < < The following existing files/directories changed their contents: < <Test Directory> < ----auto_recorded_usecase --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,44d0 < < ---------- Dialog 'Enter Usecase names for auto-recorded actions' ---------- < Default widget is 'gtk-ok' < .....'Previously unseen actions: provide names for the interesting ones'...... < Viewing table with 4 rows and 4 columns. < '<b><u>Widget Type</u></b>' | '<b><u>Identified By</u></b>' | '<b><u>Action Performed</u></b>' | '<b><u>Usecase Name</u></b>' < 'Entry' | 'Name=Movie Name' | 'changed' | Text entry < 'Button' | 'Label=Add' | 'clicked' | Text entry < 'Window' | 'Title=The Video Store' | 'delete-event' | Text entry < --------------- < .....'Current Usecase Preview'...... < < Showing GtkTreeView with columns: < -> ? <i>Star Wars</i> < -> ? < -> ? < Stock Button 'gtk-ok' , Stock Button 'gtk-cancel' < ---------------------------------------------------------------------------- < < 'enter usecase name for signal 'changed' on Entry 'Name=Movie Name' =' event created with arguments 'set movie name to' < Edited 'GtkEntry' Text entry (set to 'set movie name to') < < Updated : GtkTreeView with columns: < -> set movie name to<i> Star Wars</i> < -> ? < -> ? < < 'enter usecase name for signal 'clicked' on Button 'Label=Add' =' event created with arguments 'add movie' < Edited 'GtkEntry' Text entry (set to 'add movie') <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- set movie name to Star Wars add movie close ---------- Missing result in ui_map ---------- [Name=Movie Name] changed = set movie name to [Label=Add] clicked = add movie [Title=The Video Store] delete-event = close ---------- Missing result in usecase ---------- enter usecase name for signal 'changed' on Entry 'Name=Movie Name' = set movie name to enter usecase name for signal 'clicked' on Button 'Label=Add' = add movie enter usecase name for signal 'delete-event' on Window 'Title=The Video Store' = close finish name entry editing
---------- Differences in catalogue ---------- 1,5c1 < < The following existing files/directories changed their contents: < <Test Directory> < ----usecases < --------ui_map.conf --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,11 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext_editor", line 16, in <module> > from storytext.editor import main > File "C:/TextTest/source/other/storytext/lib/storytext/editor.py", line 7, in <module> > import gtktoolkit, gtktoolkit.compat, gtk, encodingutils, os, sys, logging, shutil, re > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,170d0 < < ---------- Dialog 'auto_recorded_usecase' ---------- < Default widget is 'gtk-ok' < < Showing GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < Stock Button 'gtk-ok' < ---------------------------------------------------- < < 'expand preview node' event created with arguments 'set new movie name to Die Hard' < < Expanded row in GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> Perform 'changed' on widget identified by 'Name=Movie Name' < -> add movie < -> <span foreground="#826200">wait for<i> the movies to reload</i></span> < -> <b>add star wars</b> < -> close < < 'select preview node' event created with arguments 'Perform 'changed' on widget identified by 'Name=Movie Name' under set new movie name to Die Hard' < < Changed selection in GtkTreeView with columns: < -> set new movie name to<i> Die Hard</i> < -> Perform 'changed' on widget identified by 'Name=Movie Name' *** < -> add movie <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in ui_map ---------- [Title=The Video Store & Friends] delete-event = close [Label=Add] activate = select menu item 'add' clicked = add movie [Name=New Movie Name] rechanged = set new movie name to activate = add movie by pressing <enter> ---------- Missing result in usecase ---------- expand preview node set new movie name to Die Hard select preview node Perform 'changed' on widget identified by 'Name=Movie Name' under set new movie name to Die Hard show preview node options for Perform 'changed' on widget identified by 'Name=Movie Name' under set new movie name to Die Hard update ui map file enter new widget description Name=New Movie Name enter new activity name rechanged accept update ui map file expand preview node add star wars expand preview node set new movie name to Star Wars expand preview node add movie at top level show preview node options for Perform 'clicked' on widget identified by 'Label=Add' at top level update ui map file enter new widget description accept update ui map file accept message enter new widget description Label=Update enter new activity name accept update ui map file accept message cancel update ui map file finish name entry editing
---------- Differences in osgi_bundle_cache ---------- 19a20 > u'org.eclipse.equinox.launcher.win32.win32.x86': [], 29a31 > u'org.eclipse.swt.win32.win32.x86': [],
---------- Differences in catalogue ---------- 1,4c1 < The following new files/directories were created: < <Test Directory> < ----new_usecases < --------Add_Several.shortcut --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,48d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < 'Shortcuts:' , Button '_New' < ---------------------------------------------- < < 'create new shortcut' event created with arguments '' < Hiding the '_New' widget < 'Recording shortcut named:' < Text entry < Button 'S_top' < < 'set shortcut name to' event created with arguments 'Add Several' < Edited 'Shortcut Name' Text entry (set to 'Add Several') < < 'Auto.Entry.changed.'Name=Movie Name'' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'Auto.Button.clicked.'Label=Add, Type=Button'' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name <truncated after showing first 30 lines> ---------- 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>/new_usecases/ui_map.conf -i gtk <texttest tmp dir>/new_usecases/Add_Several.shortcut <-CMD:env --unset=USECASE_RECORD_SCRIPT --unset=USECASE_REPLAY_SCRIPT 'PATH=$PATH:<path_to_bin_dir>/bin' storytext_editor -m <texttest tmp dir>/new_usecases/ui_map.conf -i gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- create new shortcut set shortcut name to Add Several Auto.Entry.changed.'Name=Movie Name' Star Wars Auto.Button.clicked.'Label=Add, Type=Button' Auto.Entry.changed.'Name=Movie Name' Die Hard Auto.Button.clicked.'Label=Add, Type=Button' stop recording Auto.Window.delete-event.'Title=The Video Store, Type=Window' ---------- Missing result in shortcut_Add_Several ---------- Auto.Entry.changed.'Name=Movie Name' Star Wars Auto.Button.clicked.'Label=Add, Type=Button' Auto.Entry.changed.'Name=Movie Name' Die Hard Auto.Button.clicked.'Label=Add, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,31d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'Auto.Entry.changed.'Name=Movie Name'' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'Auto.Button.clicked.'Label=Add, Type=Button'' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'Auto.Entry.changed.'Name=Movie Name'' event created with arguments 'Die Hard' < Edited 'Movie Name' Text entry (set to 'Die Hard') < < 'Auto.Button.clicked.'Label=Add, Type=Button'' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < -> Die Hard <truncated after showing first 30 lines> ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- add several Auto.Window.delete-event.'Title=The Video Store, Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,19d0 < < ---------- Window 'Check Button' ---------- < Focus widget is 'check button 1' < Check button 'check button 1' < Check button 'check button 2 < (This button has an extra line...)' (checked) < Button 'Quit' < ------------------------------------------- < < 'Auto.CheckButton.toggled.true.'Label=check button 1, Type=CheckButton'' event created with arguments '' < check button 1 was toggled ON < Toggled Check button 'check button 1' (checked) < < 'Auto.CheckButton.toggled.false.'Label=check button 2..., Type=CheckButton'' event created with arguments '' < check button 2 was toggled OFF < Toggled Check button 'check button 2 < (This button has an extra line...)' < < 'Auto.Button.clicked.'Label=Quit, 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.CheckButton.toggled.true.'Label=check button 1, Type=CheckButton' Auto.CheckButton.toggled.false.'Label=check button 2..., Type=CheckButton' Auto.Button.clicked.'Label=Quit, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,11d0 < < ---------- Window 'None' ---------- < Focus widget is 'GtkToggleButton' < Combo Box (selected 'Select a pie:') (drop-down list containing ['Select a pie:', 'Apple', 'Cherry', 'Blueberry', 'Grape', 'Peach', 'Raisin']) < ----------------------------------- < < 'Auto.ComboBox.changed.'Type=ComboBox'' event created with arguments 'Grape' < I like Grape pie < Changed selection in Combo Box (selected 'Grape') < < 'Auto.Window.delete-event.'Type=Window'' 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.ComboBox.changed.'Type=ComboBox' Grape Auto.Window.delete-event.'Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,12d0 < I like Apple pie < < ---------- Window 'None' ---------- < Focus widget is 'GtkEntry' < Text entry (set to 'Apple') (drop-down list containing ['Apple', 'Cherry', 'Blueberry', 'Grape', 'Peach', 'Raisin']) < ----------------------------------- < < 'Auto.Entry.changed.'Type=Entry'' event created with arguments 'Grape' < I like Grape pie < Edited 'GtkEntry' Text entry (set to 'Grape') < < 'Auto.Window.delete-event.'Type=Window'' 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Entry.changed.'Type=Entry' Grape Auto.Window.delete-event.'Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,32d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'add movie' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'add movie' event created with arguments '' < < ---------- Dialog 'VideoStore Error!' ---------- < Focus widget is 'gtk-ok' < 'Movie 'Star Wars' has already been added' < Stock Button 'gtk-ok' < ------------------------------------------------ < <truncated after showing first 30 lines> ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars add movie add movie Auto.Dialog.response.accept.'Title=VideoStore Error!, Type=Dialog' close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < ---------- Window 'None' ---------- < Focus widget is 'hi - this button opens the about dialog' < Button 'hi - this button opens the about dialog' < ----------------------------------- < < 'Auto.Button.clicked.'Label=hi - this button opens the about dialog, Type=Button'' event created with arguments '' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'File a bug' < 'Some text' < Button 'Close' , Button 'Donate' , Button 'File a bug' < ----------------------------------------------- < < 'Auto.Dialog.response.Label--File a bug.'Name=The Dialog'' event created with arguments '' < Result was 42 < < 'Auto.Button.clicked.'Label=Donate, Type=Button'' event created with arguments '' < Result was -1 < < 'Auto.Dialog.response.close.'Name=The Dialog'' event created with arguments '' < Result was -7 < < 'Auto.Window.delete-event.'Type=Window'' 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Button.clicked.'Label=hi - this button opens the about dialog, Type=Button' Auto.Dialog.response.Label--File a bug.'Name=The Dialog' Auto.Button.clicked.'Label=Donate, Type=Button' Auto.Dialog.response.close.'Name=The Dialog' Auto.Window.delete-event.'Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,25d0 < < ---------- Window 'None' ---------- < Focus widget is 'hi - this button opens the about dialog' < Button 'hi - this button opens the about dialog' < ----------------------------------- < < 'Auto.Button.clicked.'Label=hi - this button opens the about dialog, Type=Button'' event created with arguments '' < < ---------- Dialog 'The Dialog Title' ---------- < Focus widget is 'File a bug' < 'Some text' < Button 'Close' , Button 'Donate' , Button 'File a bug' < ----------------------------------------------- < < 'Auto.Dialog.response.Label--File a bug.'Title=The Dialog Title, Type=Dialog'' event created with arguments '' < < Changing GtkLabel to: 'Latest result was 42' < < 'Auto.Button.clicked.'Label=Donate, Type=Button'' event created with arguments '' < < Changing GtkLabel to: 'Latest result was -1' < < 'Auto.Dialog.response.close.'Title=The Dialog Title, Type=Dialog'' event created with arguments '' < < 'Auto.Window.delete-event.'Type=Window'' 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Button.clicked.'Label=hi - this button opens the about dialog, Type=Button' Auto.Dialog.response.Label--File a bug.'Title=The Dialog Title, Type=Dialog' Auto.Button.clicked.'Label=Donate, Type=Button' Auto.Dialog.response.close.'Title=The Dialog Title, Type=Dialog' Auto.Window.delete-event.'Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,28d0 < < Waiting for application event 'file chooser to read file system' to occur. < < ---------- Filechooserdialog 'Open..' ---------- < Default widget is 'gtk-open' < < Showing FileChooserWidget (selected <texttest sandbox>/sampledir/subdir/subsubdir') < Shortcut folders (1) : < - <texttest sandbox>/sampledir/subdir2 < Stock Button 'gtk-open' , Stock Button 'gtk-cancel' < ------------------------------------------------ < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'Auto.FileChooserDialog.current-folder-changed.'Title=Open.., Type=FileChooserDialog'' event created with arguments 'subdir2' < < Waiting for application event 'file chooser to read file system' to occur. < < Updated : FileChooserWidget (selected <texttest sandbox>/sampledir/subdir2/file2.txt') < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'Auto.FileChooserDialog.selection-changed.'Title=Open.., Type=FileChooserDialog'' event created with arguments 'file1.txt' < < Updated : FileChooserWidget (selected <texttest sandbox>/sampledir/subdir2/file1.txt') < < 'Auto.FileChooserDialog.response.ok.'Title=Open.., Type=FileChooserDialog'' event created with arguments '' < <texttest sandbox>/sampledir/subdir2/file1.txt selected ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- wait for file chooser to read file system Auto.FileChooserDialog.current-folder-changed.'Title=Open.., Type=FileChooserDialog' subdir2 wait for file chooser to read file system Auto.FileChooserDialog.selection-changed.'Title=Open.., Type=FileChooserDialog' file1.txt Auto.FileChooserDialog.response.ok.'Title=Open.., Type=FileChooserDialog'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < Waiting for application event 'file chooser to read file system' to occur. < < ---------- Filechooserdialog 'Open..' ---------- < Default widget is 'gtk-open' < < Showing FileChooserWidget (selected <texttest sandbox>/sampledir/subdir/subsubdir') < Shortcut folders (1) : < - <texttest sandbox>/sampledir/subdir2 < Stock Button 'gtk-open' , Stock Button 'gtk-cancel' < ------------------------------------------------ < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'Auto.FileChooserDialog.current-folder-changed.'Title=Open.., Type=FileChooserDialog'' event created with arguments 'subsubdir' < < Waiting for application event 'file chooser to read file system' to occur. < < Updated : FileChooserWidget (selected <texttest sandbox>/sampledir/subdir/subsubdir/file3.txt') < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'Auto.FileChooserDialog.response.ok.'Title=Open.., Type=FileChooserDialog'' event created with arguments '' < <texttest sandbox>/sampledir/subdir/subsubdir/file3.txt selected ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- wait for file chooser to read file system Auto.FileChooserDialog.current-folder-changed.'Title=Open.., Type=FileChooserDialog' subsubdir wait for file chooser to read file system Auto.FileChooserDialog.response.ok.'Title=Open.., Type=FileChooserDialog'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < Waiting for application event 'file chooser to read file system' to occur. < < ---------- Filechooserdialog 'Save..' ---------- < Default widget is 'gtk-save' < < Showing FileChooserWidget < Shortcut folders (1) : < - <texttest sandbox>/sampledir/subdir2 < Stock Button 'gtk-save' , Stock Button 'gtk-cancel' < ------------------------------------------------ < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'Auto.FileChooserDialog.current-folder-changed.'Title=Save.., Type=FileChooserDialog'' event created with arguments 'subdir2' < < Waiting for application event 'file chooser to read file system' to occur. < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'Auto.FileChooserDialog.current-name-changed.'Title=Save.., Type=FileChooserDialog'' event created with arguments 'file3.txt' < < 'Auto.FileChooserDialog.response.ok.'Title=Save.., Type=FileChooserDialog'' event created with arguments '' < Saving to <texttest sandbox>/sampledir/subdir2/file3.txt ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- wait for file chooser to read file system Auto.FileChooserDialog.current-folder-changed.'Title=Save.., Type=FileChooserDialog' subdir2 wait for file chooser to read file system Auto.FileChooserDialog.current-name-changed.'Title=Save.., Type=FileChooserDialog' file3.txt Auto.FileChooserDialog.response.ok.'Title=Save.., Type=FileChooserDialog'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,25d0 < < Waiting for application event 'file chooser to read file system' to occur. < < ---------- Dialog 'Save..' ---------- < Default widget is 'gtk-save' < < Showing FileChooserWidget (tooltip 'The FileChooser') < Shortcut folders (1) : < - <texttest sandbox>/sampledir/subdir2 < Check button 'Make the file readonly' < Stock Button 'gtk-save' , Stock Button 'gtk-cancel' < ------------------------------------- < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'Auto.FileChooserWidget.current-folder-changed.'Type=FileChooserWidget'' event created with arguments 'subdir2' < < Waiting for application event 'file chooser to read file system' to occur. < < Expected application event 'file chooser to read file system' occurred, proceeding. < < 'Auto.FileChooserWidget.current-name-changed.'Type=FileChooserWidget'' event created with arguments 'file3.txt' < < 'Auto.Dialog.response.ok.'Name=The Save Dialog'' event created with arguments '' < Saving writeable file to <texttest sandbox>/sampledir/subdir2/file3.txt ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- wait for file chooser to read file system Auto.FileChooserWidget.current-folder-changed.'Type=FileChooserWidget' subdir2 wait for file chooser to read file system Auto.FileChooserWidget.current-name-changed.'Type=FileChooserWidget' file3.txt Auto.Dialog.response.ok.'Name=The Save Dialog'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,200d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Nisse' < Edited 'Movie Name' Text entry (set to 'Nisse') < < 'Auto.MenuItem.activate.'Label=File, Type=MenuItem'' event created with arguments '' < < ---------- Popup Window ---------- < 'Actions' (+) < 'Show buttons' (checked) < 'Enable buttons' (checked) < 'Quit' < ---------------------------------- < < 'Auto.MenuItem.activate.'Label=Actions, Type=MenuItem'' event created with arguments '' < < ---------- Popup Window ---------- < 'Add' <truncated after showing first 30 lines> ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- set new movie name to Nisse Auto.MenuItem.activate.'Label=File, Type=MenuItem' Auto.MenuItem.activate.'Label=Actions, Type=MenuItem' Auto.MenuItem.activate.'Label=Add, Type=MenuItem' set new movie name to Basse add movie set new movie name to Muppe add movie by pressing <enter> Auto.MenuItem.activate.'Label=File, Type=MenuItem' Auto.MenuItem.activate.'Label=Actions, Type=MenuItem' Auto.MenuItem.activate.'Label=Sort, Type=MenuItem' Auto.MenuItem.activate.'Label=File, Type=MenuItem' Auto.MenuItem.activate.'Label=Actions, Type=MenuItem' Auto.CheckMenuItem.toggled.false.'Label=Show buttons, Type=CheckMenuItem' set new movie name to Nils add movie by pressing <enter> Auto.MenuItem.activate.'Label=File, Type=MenuItem' Auto.MenuItem.activate.'Label=Actions, Type=MenuItem' Auto.CheckMenuItem.toggled.true.'Label=Show buttons, Type=CheckMenuItem' set new movie name to Nils igen add movie Auto.MenuItem.activate.'Label=File, Type=MenuItem' Auto.MenuItem.activate.'Label=Actions, Type=MenuItem' Auto.MenuItem.activate.'Label=Sort, Type=MenuItem' Auto.MenuItem.activate.'Label=File, Type=MenuItem' Auto.MenuItem.activate.'Label=Actions, Type=MenuItem' close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,12d0 < < ---------- Window 'GTK Menu Test' ---------- < Focus widget is 'press me' < < Menu Bar : 'Root Menu' (+) < Button 'press me' < -------------------------------------------- < < 'Auto.MenuItem.activate.'Label=Test-undermenu - 2, Type=MenuItem'' event created with arguments '' < Test-undermenu - 2 < < 'Auto.Window.delete-event.'Title=GTK Menu Test, Type=Window'' 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.MenuItem.activate.'Label=Test-undermenu - 2, Type=MenuItem' Auto.Window.delete-event.'Title=GTK Menu Test, Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,19d0 < radio button 1 was toggled OFF < radio button 2 was toggled ON < < ---------- Window 'radio buttons' ---------- < Default widget is 'close' < Radio button 'radio button1' < Radio button 'radio button2' (checked) < Radio button 'radio button3' < --------------- < Button 'close' < -------------------------------------------- < < 'Auto.RadioButton.toggled.true.'Label=radio button3, Type=RadioButton'' event created with arguments '' < radio button 2 was toggled OFF < radio button 3 was toggled ON < Toggled Radio button 'radio button2' < Toggled Radio button 'radio button3' (checked) < < 'close application' 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 usecases/ui_map_2.conf,usecases/ui_map.conf -i gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.RadioButton.toggled.true.'Label=radio button3, Type=RadioButton' close application
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,22d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'Auto.Entry.activate.'Name=Movie Name'' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'close' 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- set new movie name to Star Wars Auto.Entry.activate.'Name=Movie Name' close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,22d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'Auto.Entry.changed.'Name=Movie Name'' event created with arguments 'Star Wars' < Edited 'Movie Name' Text entry (set to 'Star Wars') < < 'Auto.Button.clicked.'Label=Add, Type=Button'' event created with arguments '' < < Updated : Movie Tree with columns: Movie Name < -> Star Wars < < 'Auto.Window.delete-event.'Title=The Video Store, Type=Window'' 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Entry.changed.'Name=Movie Name' Star Wars Auto.Button.clicked.'Label=Add, Type=Button' Auto.Window.delete-event.'Title=The Video Store, Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,29d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'Auto.Notebook.switch-page.'Type=Notebook'' event created with arguments 'text info' < < Current page changed in Notebook with tabs: text info , video view < Viewing page 'text info' < < ========== GtkTextView ========== < This is the Video Store, an example program for PyUseCase < ================================= < < 'Auto.TextView.changed.'Type=TextView'' event created with arguments 'This is the Video Store, an example program for PyUseCase - really!' < < ========== GtkTextView ========== < This is the Video Store, an example program for PyUseCase - really! < ================================= < < 'Auto.Window.delete-event.'Title=The Video Store, Type=Window'' event created with arguments '' <truncated after showing first 30 lines> ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Notebook.switch-page.'Type=Notebook' text info Auto.TextView.changed.'Type=TextView' This is the Video Store, an example program for PyUseCase - really! Auto.Window.delete-event.'Title=The Video Store, Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,13d0 < < ---------- Pyapp 'Toolbar' ---------- < Focus widget is 'GtkButton' < < Tool Bar : < Tool button (Stock image 'gtk-new') < Tool button (Stock image 'gtk-open') < Tool button (Stock image 'gtk-save') < ---- < Tool button (Image 'important.tif') < ------------------------------------- < < 'Auto.ToolButton.clicked.'Type=ToolButton'' 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.ToolButton.clicked.'Type=ToolButton'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,20d0 < < ---------- Window <texttest sandbox>/sampledir' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Name , Size , Mode , Last Changed < -> Image 'Folder' | .. | <file size> | <permissions> | <date/time> *** < -> Image 'File' | file1.txt | <file size> | <permissions> | <date/time> < -> Image 'File' | file2.txt | <file size> | <permissions> | <date/time> < -> Image 'Folder' | subdir | <file size> | <permissions> | <date/time> < ---------------------------------------------------------------------------------------------------- < < 'Auto.TreeView.row-activated.'Type=TreeView'' event created with arguments 'subdir' < < Changing title for Window <texttest sandbox>/sampledir/subdir' < < Recreated GtkTreeView with columns: Name , Size , Mode , Last Changed < -> Image 'Folder' | .. | <file size> | <permissions> | <date/time> < -> Image 'File' | file.txt | <file size> | <permissions> | <date/time> < < 'Auto.Window.delete-event.'Name=File-listing Window'' 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.TreeView.row-activated.'Type=TreeView' subdir Auto.Window.delete-event.'Name=File-listing Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,95d0 < < ---------- Window 'CellRenderer Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Name , Complete < -> Buy groceries | Check box *** < -> Do some programming | Check box < -> Power up systems < (Linux) | Check box < -> Watch some tv | Check box < --------------------------------------------------- < < 'Auto.TreeView.toggled.Complete.true.'Type=TreeView'' event created with arguments 'Buy groceries' < Toggle 'Buy groceries' to: True < < Updated : GtkTreeView with columns: Name , Complete < -> Buy groceries | Check box (checked) *** < -> Do some programming | Check box < -> Power up systems < (Linux) | Check box < -> Watch some tv | Check box < < 'Auto.TreeView.changed.selection.'Type=TreeView'' event created with arguments 'Buy groceries' < < Changed selection in GtkTreeView with columns: Name , Complete < -> Buy groceries | Check box (checked) *** < -> Do some programming | Check box < -> Power up systems < (Linux) | Check box <truncated after showing first 30 lines> ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.TreeView.toggled.Complete.true.'Type=TreeView' Buy groceries Auto.TreeView.changed.selection.'Type=TreeView' Buy groceries Auto.TreeView.row-expanded.'Type=TreeView' Power up systems / (Linux) Auto.TreeView.changed.selection.'Type=TreeView' Turn on the client but leave the server Auto.TreeView.edited.Name.'Type=TreeView' Turn on the client but leave the server = Turn on the client and restart the server Auto.TreeView.toggled.Complete.true.'Type=TreeView' Turn on the client and restart the server Auto.TreeView.toggled.Complete.false.'Type=TreeView' Buy groceries Auto.TreeView.changed.selection.'Type=TreeView' Buy groceries Auto.Window.delete-event.'Title=CellRenderer Example, Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,107d0 < < ---------- Window 'Basic TreeView Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: < -> parent 0 (bold) < -> parent 1 (bold) < -> parent 2 (bold) < -> parent 3 (bold) < ----------------------------------------------------- < < 'Auto.TreeView.row-expanded.'Type=TreeView'' event created with arguments 'parent 0' < < Expanded row in GtkTreeView with columns: < -> parent 0 (bold) < -> <span foreground='red'>child 0</span> < -> <span foreground='red'>child 1</span> < -> <span foreground='red'>child 2</span> < -> parent 1 (bold) < -> parent 2 (bold) < -> parent 3 (bold) < < 'Auto.TreeView.row-expanded.'Type=TreeView'' event created with arguments 'parent 2' < < Expanded row in GtkTreeView with columns: < -> parent 0 (bold) < -> <span foreground='red'>child 0</span> < -> <span foreground='red'>child 1</span> < -> <span foreground='red'>child 2</span> <truncated after showing first 30 lines> ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.TreeView.row-expanded.'Type=TreeView' parent 0 Auto.TreeView.row-expanded.'Type=TreeView' parent 2 Auto.TreeView.changed.selection.'Type=TreeView' child 0 under parent 2,child 2 under parent 0 Auto.TreeView.row-expanded.'Type=TreeView' parent 1 Auto.TreeView.row-collapsed.'Type=TreeView' parent 0 Auto.TreeView.changed.selection.'Type=TreeView' Auto.TreeView.row-collapsed.'Type=TreeView' parent 1 Auto.Window.delete-event.'Title=Basic TreeView Example, Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,116d0 < < ---------- Window 'TreeModelFilter Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Bug No. , Status , Description < -> 120595 | NEW | Custom GtkTreeModelFilter wrappers need < -> 121339 | RESO | dsextras.py installation directory is incorrect < -> 122569 | NEW | gtk.Window derived class segfaults < -> 123014 | NEW | PyGtk build problem on Win32 using the 'distutils' approach. < -> 123037 | NEW | gtk.ListStore.set_column_types is missing < -> 123456 | RESO | ItemFactory.create_items and <ImageItem> bug < -> 123458 | NEED | pygtk does not wrap all of gdk-pixbuf < -> 124181 | NEED | Python Shell inside a gtk GUI < -> 138163 | VERI | NOTA gtk.main_iteration(TRUE) unblocks every .1 seconds < -> 138619 | UNCO | codegen/definitions.py could use some refactoring < -> 138804 | UNCO < Toggle button 'NEW' (depressed) , Toggle button 'RESO' (depressed) , Toggle button 'NEED' (depressed) , Toggle button 'VERI' (depressed) , Toggle button 'UNCO' (depressed) < ------------------------------------------------------ < < 'Auto.ToggleButton.toggled.false.'Label=NEW, Type=ToggleButton'' event created with arguments '' < < Updated : GtkTreeView with columns: Bug No. , Status , Description < -> 121339 | RESO | dsextras.py installation directory is incorrect < -> 123456 | RESO | ItemFactory.create_items and <ImageItem> bug < -> 123458 | NEED | pygtk does not wrap all of gdk-pixbuf < -> 124181 | NEED | Python Shell inside a gtk GUI < -> 138163 | VERI | NOTA gtk.main_iteration(TRUE) unblocks every .1 seconds < -> 138619 | UNCO | codegen/definitions.py could use some refactoring < -> 138804 | UNCO <truncated after showing first 30 lines> ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.ToggleButton.toggled.false.'Label=NEW, Type=ToggleButton' Auto.TreeView.clicked.Description.'Type=TreeView' Auto.TreeView.clicked.Bug Status.'Type=TreeView' Auto.TreeView.changed.selection.'Type=TreeView' 123458 Auto.ToggleButton.toggled.false.'Label=RESO, Type=ToggleButton' Auto.ToggleButton.toggled.false.'Label=UNCO, Type=ToggleButton' Auto.ToggleButton.toggled.true.'Label=NEW, Type=ToggleButton' Auto.TreeView.clicked.Bug No..'Type=TreeView' Auto.ToggleButton.toggled.false.'Label=NEED, Type=ToggleButton' Auto.Window.delete-event.'Title=TreeModelFilter Example, Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,39d0 < < ---------- Window 'TreeViewColumn Example' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Pixbuf and Text , Text Only < -> Stock image 'gtk-open' (yellow) | Open (cyan) | Open a File (pink) < -> (yellow) | New (cyan) | New File (pink) < -> Stock image 'gtk-print' (yellow) | Print (cyan) | Print File < ----------------------------------------------------- < < 'Auto.TreeView.button-press-event.'Type=TreeView'' event created with arguments 'Open' < < ---------- Popup Window ---------- < 'Colour Last Column' < 'Clear Last Column Colour' < ---------------------------------- < < 'Auto.MenuItem.activate.'Label=Clear Last Column Colour, Type=MenuItem'' event created with arguments '' < < Updated : GtkTreeView with columns: Pixbuf and Text , Text Only < -> Stock image 'gtk-open' (yellow) | Open (cyan) | Open a File < -> (yellow) | New (cyan) | New File (pink) < -> Stock image 'gtk-print' (yellow) | Print (cyan) | Print File < < 'Auto.TreeView.button-press-event.'Type=TreeView'' event created with arguments 'Print' < < ---------- Popup Window ---------- < 'Colour Last Column' < 'Clear Last Column Colour' <truncated after showing first 30 lines> ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.TreeView.button-press-event.'Type=TreeView' Open Auto.MenuItem.activate.'Label=Clear Last Column Colour, Type=MenuItem' Auto.TreeView.button-press-event.'Type=TreeView' Print Auto.MenuItem.activate.'Label=Colour Last Column, Type=MenuItem' Auto.Window.delete-event.'Title=TreeViewColumn Example, Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,62d0 < < ---------- Window 'Paned Windows' ---------- < Focus widget is 'GtkTreeView' < < Showing GtkTreeView with columns: Messages < -> Message #0 < -> Message #1 < -> Message #2 < -> Message #3 < -> Message #4 < -> Message #5 < -> Message #6 < -> Message #7 < -> Message #8 < -> Message #9 < < ------------------------------ (horizontal pane separator) < < ========== GtkTextView ========== < No message selected. < ================================= < -------------------------------------------- < < 'Auto.TreeView.changed.selection.'Type=TreeView'' event created with arguments 'Message #1' < < Changed selection in GtkTreeView with columns: Messages < -> Message #0 < -> Message #1 *** < -> Message #2 <truncated after showing first 30 lines> ---------- 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.TreeView.changed.selection.'Type=TreeView' Message #1 Auto.TreeView.changed.selection.'Type=TreeView' Message #5 Auto.Window.delete-event.'Title=Paned Windows, Type=Window'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/gtktoolkit/__init__.py", line 8, in <module> > import compat, storytext.guishared, storytext.replayer > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,26d0 < < ---------- Window 'The Video Store' ---------- < Focus widget is 'Movie Name' < < Menu Bar : 'File' (+) < 'New Movie Name ' , Text entry , Button 'Add' , Button 'Delete' , Button 'Sort' , Button 'Clear' (greyed out) < < Showing Notebook with tabs: text info , video view < Viewing page 'video view' < < Showing Movie Tree with columns: Movie Name < ---------------------------------------------- < < 'set new movie name to' event created with arguments 'Hello' < Edited 'Movie Name' Text entry (set to 'Hello') < < 'Auto.Notebook.switch-page.'Type=Notebook'' event created with arguments 'text info' < < Current page changed in Notebook with tabs: text info , video view < Viewing page 'text info' < < ========== GtkTextView ========== < This is the Video Store, an example program for PyUseCase < ================================= < < 'close' 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 gtk <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- set new movie name to Hello Auto.Notebook.switch-page.'Type=Notebook' text info close
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,6d0 < < ---------- Window 'tk' ---------- < Button 'QUIT' < --------------------------------- < < 'Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=QUIT, Type=Button'' event created with arguments '' ---------- 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=QUIT, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,10d0 < < ---------- Window 'tk' ---------- < 'A blue label' (blue) < Button 'QUIT' , Button 'Hello' < --------------------------------- < < 'Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Name=hello button'' event created with arguments '' < hi there, everyone! < < 'Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=QUIT, 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Name=hello button' Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=QUIT, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,36d0 < < ---------- Window 'tk' ---------- < ========== Canvas ========== < Rectangle (green) , Polygon (red) < 'Green rectangle' < Oval (blue) < 'Tkinter canvas' < Check Button 'A Checkbutton' < ============================ < --------------------------------- < < 'Auto.Canvas.<Button-1>.'Type=Canvas'' event created with arguments 'rectangle' < Clicked item (5,) < Toggled Check Button 'A Checkbutton' (checked) < < 'Auto.Canvas.<Button-1>.'Type=Canvas'' event created with arguments '10000' < Clicked item (3,) < < ========== Canvas ========== < Rectangle (green) , Polygon (yellow) < 'Green rectangle' < Oval (blue) < 'Tkinter canvas' < Check Button 'A Checkbutton' (checked) < ============================ < < 'Auto.Canvas.<Button-1>.'Type=Canvas'' event created with arguments 'stupid' < ERROR: Could not simulate command 'Auto.Canvas.<Button-1>.'Type=Canvas' stupid' - Could not find canvas item 'stupid' < <truncated after showing first 30 lines> ---------- 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Canvas.<Button-1>.'Type=Canvas' rectangle Auto.Canvas.<Button-1>.'Type=Canvas' 10000 Auto.Canvas.<Button-1>.'Type=Canvas' 4 Auto.Canvas.<Button-1>.'Type=Canvas' rectangle Auto.Tk.WM_DELETE_WINDOW.'Title=tk, Type=Tk'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,20d0 < < ---------- Window 'tk' ---------- < .....Settings...... < < Check Button 'Music' < Check Button 'Video' (checked) < Check Button 'Subtitles' < --------------------------------- < < 'Auto.Checkbutton.checked.'Label=Music, Type=Checkbutton'' event created with arguments '' < Let the music play... < Toggled Check Button 'Music' (checked) < < 'Auto.Checkbutton.unchecked.'Label=Video, Type=Checkbutton'' event created with arguments '' < Toggled Check Button 'Video' < < 'Auto.Checkbutton.checked.'Label=Subtitles, Type=Checkbutton'' event created with arguments '' < Toggled Check Button 'Subtitles' (checked) < < 'Auto.Tk.WM_DELETE_WINDOW.'Title=tk, Type=Tk'' 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Checkbutton.checked.'Label=Music, Type=Checkbutton' Auto.Checkbutton.unchecked.'Label=Video, Type=Checkbutton' Auto.Checkbutton.checked.'Label=Subtitles, Type=Checkbutton' Auto.Tk.WM_DELETE_WINDOW.'Title=tk, Type=Tk'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,14d0 < < ---------- Window 'Tkwidgets application' ---------- < Text entry (set to 'your choice') < Button 'exit' < Button 'application's print' < ---------------------------------------------------- < < 'Auto.Entry.<KeyPress>,<KeyRelease>.'Type=Entry'' event created with arguments 'hello' < Updated Text entry (set to 'hello') < < 'Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=application<APOSTROPHE>s print, Type=Button'' event created with arguments '' < this is to be printed hello < < 'Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=exit, 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Entry.<KeyPress>,<KeyRelease>.'Type=Entry' hello Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=application<APOSTROPHE>s print, Type=Button' Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=exit, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,21d0 < < ---------- Window 'tk' ---------- < ................. < -> a list entry < -> one < -> two < -> three < -> four < ................. < --------------------------------- < < 'Auto.Listbox.<<ListboxSelect>>.'Type=Listbox'' event created with arguments 'one' < Selected ('1',) < < 'Auto.Listbox.<<ListboxSelect>>.'Type=Listbox'' event created with arguments 'four' < Selected ('4',) < < 'Auto.Listbox.<<ListboxSelect>>.'Type=Listbox'' event created with arguments 'nonsense' < ERROR: Could not simulate command 'Auto.Listbox.<<ListboxSelect>>.'Type=Listbox' nonsense' - Could not find item 'nonsense' in Listbox. < < 'Auto.Tk.WM_DELETE_WINDOW.'Title=tk, Type=Tk'' 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Listbox.<<ListboxSelect>>.'Type=Listbox' one Auto.Listbox.<<ListboxSelect>>.'Type=Listbox' four Auto.Tk.WM_DELETE_WINDOW.'Title=tk, Type=Tk'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,35d0 < < ---------- Window 'tk' ---------- < Root menu: < >>> < File (+) < Edit (+) < Help (+) < < File menu: < Open < Save < --- < Exit < < Edit menu: < Cut < Copy < Paste < < Help menu: < About < < 'Some text:' ========== Text ========== < < ========================== < --------------------------------- < < 'Auto.Menu.select item.'Label=Help, Type=Menu'' event created with arguments 'About' < hello <truncated after showing first 30 lines> ---------- 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Menu.select item.'Label=Help, Type=Menu' About Auto.Menu.select item.'Label=File, Type=Menu' Exit
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,21d0 < < ---------- Window 'menu bar' ---------- < .................. < < file menu: < >>> < open < close < < edit menu: < >>> < copy < paste < < help menu (empty) < --------------------------------------- < < 'Auto.Menu.select item.'Label=file, Type=Menu'' event created with arguments 'open' < Open! < < 'Auto.Tk.WM_DELETE_WINDOW.'Title=menu bar, Type=Tk'' 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Menu.select item.'Label=file, Type=Menu' open Auto.Tk.WM_DELETE_WINDOW.'Title=menu bar, Type=Tk'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,14d0 < < ---------- Window 'tk' ---------- < Button 'QUIT' , Button 'Hello' < --------------------------------- < < 'Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Name=hello button'' event created with arguments '' < < ---------- Window 'Hi!' ---------- < 'hi there, everyone!' (white) < ---------------------------------- < < 'Auto.Toplevel.WM_DELETE_WINDOW.'Title=Hi!, Type=Toplevel'' event created with arguments '' < < 'Auto.Tk.WM_DELETE_WINDOW.'Title=tk, Type=Tk'' 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in pythonmocks ---------- <-PYT:import tkMessageBox <-PYT:tkMessageBox.askyesno('Quit', 'Are you sure you want to terminate this fantastic program?') ->RET:True ---------- Missing result in recorded_usecase ---------- Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Name=hello button' Auto.Toplevel.WM_DELETE_WINDOW.'Title=Hi!, Type=Toplevel' Auto.Tk.WM_DELETE_WINDOW.'Title=tk, Type=Tk'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,12d0 < < ---------- Window 'tk' ---------- < Button 'QUIT' < --------------------------------- < < ---------- Window 'Hi!' ---------- < 'hi there, everyone!' (white) < ---------------------------------- < < 'Auto.Label.<Button-1>.'Name=hello label'' event created with arguments '' < < 'Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=QUIT, 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Label.<Button-1>.'Name=hello label' Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=QUIT, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,15d0 < < ---------- Window 'tk' ---------- < Button 'QUIT' , Button 'Hello' < --------------------------------- < < 'Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Name=hello button'' event created with arguments '' < Changed title of window to 'There's a modal dialog!' < < ---------- Window 'Hi!' ---------- < 'hi there, everyone!' (white) < ---------------------------------- < < 'Auto.Label.<Button-1>.'Name=hello label'' event created with arguments '' < < 'Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=QUIT, 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Name=hello button' Auto.Label.<Button-1>.'Name=hello label' Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=QUIT, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,14d0 < < ---------- Window 'tk' ---------- < Button 'QUIT' , Button 'Hello' < --------------------------------- < < 'Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Name=hello button'' event created with arguments '' < < ---------- Window 'Hi!' ---------- < 'hi there, everyone!' (white) < ---------------------------------- < < 'Auto.Label.<Button-1>.'Name=hello label'' event created with arguments '' < < 'Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=QUIT, 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 tkinter <texttest tmp dir>/usecase.storytext ---------- Missing result in recorded_usecase ---------- Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Name=hello button' Auto.Label.<Button-1>.'Name=hello label' Auto.Button.<Enter>,<Button-1>,<ButtonRelease-1>.'Label=QUIT, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,11d0 < < ---------- Frame 'wxPython GUI' ---------- < Button 'Hello' < < Button 'Close' < ------------------------------------------ < < 'Auto.Button.Press.'Label=Hello, Type=Button'' event created with arguments '' < Hello World! < < 'Auto.Button.Press.'Label=Close, 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=Hello, Type=Button' Auto.Button.Press.'Label=Close, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- 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'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,18d0 < < ---------- Frame 'wxPython GUI' ---------- < Button 'Hello' < < Button 'Close' < ------------------------------------------ < < 'Auto.Button.Press.'Label=Hello, Type=Button'' event created with arguments '' < hello < Hello World! < Changed title of frame to 'Hello World!' < < 'Auto.Button.Press.'Label=Hello, Type=Button'' event created with arguments '' < hello < Hello World! < < 'Auto.Button.Press.'Label=Close, Type=Button'' event created with arguments '' < close ---------- 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=Hello, Type=Button' Auto.Button.Press.'Label=Hello, Type=Button' Auto.Button.Press.'Label=Close, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,22d0 < < ---------- 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 'Select Directory Canceled' < < '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.MyFrame.Close.'Title=DirDialog Exercise, Type=MyFrame'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- 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'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- 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'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,24d0 < < ---------- Frame 'FileDialog Exercise' ---------- < < Menubar: < >>> < File (+) < < File menu < Open < -------------------- < Save As < -------------------- < Exit < < ========== TextCtrl ========== < < ============================== < < ------------------------------------------------- < < 'Auto.MyFrame.Menu.'Title=FileDialog Exercise, Type=MyFrame'' event created with arguments 'File~~~Open' < Changed title of frame to 'Open Dialog Canceled' < < 'Auto.MyFrame.Close.'Title=FileDialog 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=FileDialog Exercise, Type=MyFrame' File~~~Open Auto.MyFrame.Close.'Title=FileDialog Exercise, Type=MyFrame'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,31d0 < < ---------- Frame 'FileDialog Exercise' ---------- < < Menubar: < >>> < File (+) < < File menu < Open < -------------------- < Save As < -------------------- < Exit < < ========== TextCtrl ========== < < ============================== < < ------------------------------------------------- < < 'Auto.MyFrame.Menu.'Title=FileDialog Exercise, Type=MyFrame'' event created with arguments 'File~~~Open' < Changed title of frame to 'Open <texttest sandbox>/target_ui.py' < < 'Auto.FileDialog.SelectFile.'Title=Open a File, Type=FileDialog'' event created with arguments 'target_ui.py' < < 'Auto.MyFrame.Menu.'Title=FileDialog Exercise, Type=MyFrame'' event created with arguments 'File~~~Save As' < Changed title of frame to 'Save as <texttest sandbox>/somefile' < < 'Auto.FileDialog.SelectFile.'Title=Save As, Type=FileDialog'' event created with arguments 'somefile' <truncated after showing first 30 lines> ---------- 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=FileDialog Exercise, Type=MyFrame' File~~~Open Auto.FileDialog.SelectFile.'Title=Open a File, Type=FileDialog' target_ui.py Auto.MyFrame.Menu.'Title=FileDialog Exercise, Type=MyFrame' File~~~Save As Auto.FileDialog.SelectFile.'Title=Save As, Type=FileDialog' somefile Auto.MyFrame.Close.'Title=FileDialog Exercise, Type=MyFrame'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- 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'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- 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'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,40d0 < < ---------- Frame 'Test' ---------- < Button 'Select Colour' < < Button 'Close Me' < ---------------------------------- < < 'Auto.Button.Press.'Label=Select Colour, Type=Button'' event created with arguments '' < < ---------- Get Colour from User 'Select a Colour' ---------- < ------------------------------------------------------------ < Changed title of frame to 'Colour selected: (255, 0, 0, 255)' < < 'Auto.GetColourFromUserWidget.GetColourFromUserReply.'Title=Select a Colour, Type=GetColourFromUserWidget'' event created with arguments '(255, 0, 0, 255)' < < 'Auto.Button.Press.'Label=Select Colour, Type=Button'' event created with arguments '' < < ---------- Get Colour from User 'Select a Colour' ---------- < ------------------------------------------------------------ < Changed title of frame to 'Colour selected: (0, 255, 0, 255)' < < 'Auto.GetColourFromUserWidget.GetColourFromUserReply.'Title=Select a Colour, Type=GetColourFromUserWidget'' event created with arguments '(0, 255, 0, 255)' < < 'Auto.Button.Press.'Label=Select Colour, Type=Button'' event created with arguments '' < < ---------- Get Colour from User 'Select a Colour' ---------- < ------------------------------------------------------------ < Changed title of frame to 'Colour selected: (0, 0, 255, 255)' < <truncated after showing first 30 lines> ---------- 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 Colour, Type=Button' Auto.GetColourFromUserWidget.GetColourFromUserReply.'Title=Select a Colour, Type=GetColourFromUserWidget' (255, 0, 0, 255) Auto.Button.Press.'Label=Select Colour, Type=Button' Auto.GetColourFromUserWidget.GetColourFromUserReply.'Title=Select a Colour, Type=GetColourFromUserWidget' (0, 255, 0, 255) Auto.Button.Press.'Label=Select Colour, Type=Button' Auto.GetColourFromUserWidget.GetColourFromUserReply.'Title=Select a Colour, Type=GetColourFromUserWidget' (0, 0, 255, 255) Auto.Button.Press.'Label=Select Colour, Type=Button' Auto.GetColourFromUserWidget.GetColourFromUserReply.'Title=Select a Colour, Type=GetColourFromUserWidget' (-1, -1, -1, 255) Auto.Button.Press.'Label=Close Me, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,42d0 < < ---------- Frame 'wx.ListCtrl' ---------- < List : < -> four < -> three < -> two < -> one < -> zero < ----------------------------------------- < < 'Auto.ListCtrl.ListCtrlSelect.'Type=ListCtrl'' event created with arguments 'zero' < Selected zero < < Updated List : < -> four < -> three < -> two < -> one < -> zero *** < < 'Auto.ListCtrl.ListCtrlSelect.'Type=ListCtrl'' event created with arguments 'two' < Selected two < < Updated List : < -> four < -> three < -> two *** < -> one < -> zero <truncated after showing first 30 lines> ---------- 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.ListCtrl.ListCtrlSelect.'Type=ListCtrl' zero Auto.ListCtrl.ListCtrlSelect.'Type=ListCtrl' two Auto.ListCtrl.ListCtrlSelect.'Type=ListCtrl' four,three Auto.MainFrame.Close.'Title=wx.ListCtrl, Type=MainFrame'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,28d0 < < ---------- Frame 'Test' ---------- < Button 'MessageBox' < < Button 'Close Me' < ---------------------------------- < < 'Auto.Button.Press.'Label=MessageBox, Type=Button'' event created with arguments '' < ---------- Message Box 'Message Box #1' ---------- < Quit program? < ..... < Button 'Yes' Button 'No' Button 'Cancel' < -------------------------------------------------- < Changed title of frame to 'MessageBox Reply=YES' < < 'Auto.MessageBoxWidget.MessageBoxReply.'Title=Message Box #1, Type=MessageBoxWidget'' event created with arguments 'Yes' < < 'Auto.Button.Press.'Label=MessageBox, Type=Button'' event created with arguments '' < ---------- Message Box 'Message Box #1' ---------- < Quit program? < ..... < Button 'Yes' Button 'No' Button 'Cancel' < -------------------------------------------------- < Changed title of frame to 'MessageBox Reply=NO' < < 'Auto.MessageBoxWidget.MessageBoxReply.'Title=Message Box #1, Type=MessageBoxWidget'' event created with arguments 'No' < < '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=MessageBox, Type=Button' Auto.MessageBoxWidget.MessageBoxReply.'Title=Message Box #1, Type=MessageBoxWidget' Yes Auto.Button.Press.'Label=MessageBox, Type=Button' Auto.MessageBoxWidget.MessageBoxReply.'Title=Message Box #1, Type=MessageBoxWidget' No Auto.Button.Press.'Label=Close Me, Type=Button'
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- 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'
Using Tkinter method Menu.unpost that doesn't work on Windows. Action here awaiting advice from tkinter-discuss list. (This bug was triggered by text found in the full difference report matching '< Posting popup') ---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/tkintertoolkit.py", line 4, in <module> > import guishared > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,21d0 < < ---------- Window 'tk' ---------- < 'Right-click to display menu' < Button 'Quit' < --------------------------------- < < 'show popup' event created with arguments '' < Posting popup menu: < Next < Previous < Submenu (+) < --- < Home < < Submenu menu: < Next again < < 'select' event created with arguments 'Next' < Next < < 'quit' event created with arguments '' ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- show popup select Next quit
wxPython checkboxes don't work on Windows, and never have. Roger House got them working on Linux only. Bug TTT-2708 at Jeppesen, which doesn't say a lot more than this. (This bug was triggered by FAILING to find text in file 'recorded_usecase' matching 'Click on') ---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "C:/TextTest/source/other/storytext/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 132, in main > storytext.scriptEngine = create_script_engine(options, install_root) > File "C:/TextTest/source/other/storytext/lib/storytext/cmdline.py", line 92, in create_script_engine > exec(cmd, d) > File "<string>", line 1, in <module> > File "C:/TextTest/source/other/storytext/lib/storytext/wxtoolkit/__init__.py", line 4, in <module> > import storytext.guishared, os, time, wx, logging, inspect > File "C:/TextTest/source/other/storytext/lib/storytext/guishared.py", line 739 > <<<<<<< TREE > ^ > IndentationError: expected an indented block ---------- Differences in output ---------- 1,43d0 < < ---------- Frame 'CheckBoxes' ---------- < CheckBox 'My 2 State CheckBox' (unchecked) < < CheckBox 'My 3 State CheckBox' 0 < ---------------------------------------- < < 'Click on 2-state checkbox' event created with arguments '' < Changed title of frame to 'Two State Clicked: True' < < Updated CheckBox 'My 2 State CheckBox' (checked) < < 'Uncheck 2-state checkbox' event created with arguments '' < Changed title of frame to 'Two State Clicked: False' < < Updated CheckBox 'My 2 State CheckBox' (unchecked) < < 'Click on 2-state checkbox' event created with arguments '' < Changed title of frame to 'Two State Clicked: True' < < Updated CheckBox 'My 2 State CheckBox' (checked) < < 'Click on 3-state checkbox' event created with arguments '' < Changed title of frame to 'Three State Clicked: 1' < < Updated CheckBox 'My 3 State CheckBox' 1 < < 'Set third state on 3-state checkbox' event created with arguments '' < Changed title of frame to 'Three State Clicked: 2' <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in recorded_usecase ---------- Click on 2-state checkbox Uncheck 2-state checkbox Click on 2-state checkbox Click on 3-state checkbox Set third state on 3-state checkbox Uncheck 3-state checkbox Click on 3-state checkbox Exit
Test exceeded wallclock time limit of 300.0 seconds ---------- Differences in errors ---------- 0a1,22 > Traceback (most recent call last): > File "C:/TextTest/source/other/../../../TextTest/virtualenv/jython2.5.1/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/cmdline.py", line 135, in main > if not storytext.scriptEngine.run(options, args): > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/cmdline.py", line 135, in main > if not storytext.scriptEngine.run(options, args): > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/guishared.py", line 330, in run > return scriptengine.ScriptEngine.run(self, options, args) > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/scriptengine.py", line 85, in run > self.runSystemUnderTest(args) > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/javaswttoolkit/__init__.py", line 22, in runSystemUnderTest > self.run_python_or_java(args) > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/guishared.py", line 362, in run_python_or_java > self.run_python_file(args) > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/scriptengine.py", line 120, in run_python_file > exec compile(source, filename, "exec") in main_mod.__dict__ > File "target_ui.py", line 147, in <module> > table = createNatTable(shell) > File "target_ui.py", line 52, in createNatTable > columnGroupHeaderLayer.addColumnsIndexesToGroup("Group 1", 1,2) > TypeError: addColumnsIndexesToGroup(): expected 2 args; got 3 ---------- Differences in output ---------- 1,31d0 < < ---------- Shell '' ---------- < Table : < ______________________________________ < ID Group 1 < First Name DOB < ______________________________________ < 1 100 Mickey Mouse 1970-01-01 01:16 < 2 110 Batman 1970-01-01 01:33 < 3 120 Bender 1970-01-01 01:50 < 4 130 Cartman 1970-01-01 02:06 < 5 140 Dogbert 1970-01-01 02:23 < ______________________________________ < < ------------------------------ < < 'select cell' event created with arguments 'DOB for 120' < < Updated Table : < ____________________________________________________________ < ID Group 1 < First Name DOB (selected) < ____________________________________________________________ < 1 100 Mickey Mouse 1970-01-01 01:16 < 2 110 Batman 1970-01-01 01:33 < 3 (selected) 120 Bender 1970-01-01 01:50 (selected) < 4 130 Cartman 1970-01-01 02:06 < 5 140 Dogbert 1970-01-01 02:23 < ____________________________________________________________ <truncated after showing first 30 lines> ---------- Missing result in recorded_usecase ---------- select cell DOB for 120 close window
Test exceeded wallclock time limit of 300.0 seconds ---------- Differences in errors ---------- 0a1,22 > Traceback (most recent call last): > File "C:/TextTest/source/other/../../../TextTest/virtualenv/jython2.5.1/bin/storytext", line 25, in <module> > main(install_root) > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/cmdline.py", line 135, in main > if not storytext.scriptEngine.run(options, args): > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/cmdline.py", line 135, in main > if not storytext.scriptEngine.run(options, args): > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/guishared.py", line 330, in run > return scriptengine.ScriptEngine.run(self, options, args) > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/scriptengine.py", line 85, in run > self.runSystemUnderTest(args) > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/javaswttoolkit/__init__.py", line 22, in runSystemUnderTest > self.run_python_or_java(args) > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/guishared.py", line 362, in run_python_or_java > self.run_python_file(args) > File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/scriptengine.py", line 120, in run_python_file > exec compile(source, filename, "exec") in main_mod.__dict__ > File "target_ui.py", line 147, in <module> > table = createNatTable(shell) > File "target_ui.py", line 52, in createNatTable > columnGroupHeaderLayer.addColumnsIndexesToGroup("Group 1", 1,2) > TypeError: addColumnsIndexesToGroup(): expected 2 args; got 3 ---------- Differences in output ---------- 1,45d0 < < ---------- Shell '' ---------- < Table : < ______________________________________ < ID Group 1 < ID DOB < ______________________________________ < 1 100 Mickey Mouse 1970-01-01 01:16 < 2 110 Batman 1970-01-01 01:33 < 3 120 Bender 1970-01-01 01:50 < 4 130 Cartman 1970-01-01 02:06 < 5 140 Dogbert 1970-01-01 02:23 < ______________________________________ < < ------------------------------ < < 'select cell' event created with arguments 'Group 1/ID for 130' < < Updated Table : < _______________________________________________________ < ID Group 1 < ID (selected) DOB < _______________________________________________________ < 1 100 Mickey Mouse 1970-01-01 01:16 < 2 110 Batman 1970-01-01 01:33 < 3 120 Bender 1970-01-01 01:50 < 4 (selected) 130 Cartman (selected) 1970-01-01 02:06 < 5 140 Dogbert 1970-01-01 02:23 < _______________________________________________________ <truncated after showing first 30 lines> ---------- Missing result in recorded_usecase ---------- select cell Group 1/ID for 130 select cell ID/ID for 120 close window