Start a set of automated tests for the file chooser. The only test in
2005-09-15 Federico Mena Quintero <federico@ximian.com> * tests/autotestfilechooser.c: Start a set of automated tests for the file chooser. The only test in there right now doesn't pass yet. It specifies the intended behavior of the first optimization of a series which I'll do on the file chooser (see http://primates.ximian.com/~federico/news-2005-09.html#14 for the details of this optimization). * tests/Makefile.am: Added autotestfilechooser.c. * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDialogPrivate): Move all the file chooser's private structures to here, so that they can be accessed by tests/autotestfilechooser.c: _GtkFileChooserDialogPrivate, _GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault. * gtk/gtkfilechooserdialog.c: See above. * gtk/gtkfilechooserwidget.c: See above. * gtk/gtkfilechooserdefault.c: See above.
Showing
- ChangeLog 23 additions, 0 deletionsChangeLog
- ChangeLog.pre-2-10 23 additions, 0 deletionsChangeLog.pre-2-10
- gtk/gtkfilechooserdefault.c 1 addition, 116 deletionsgtk/gtkfilechooserdefault.c
- gtk/gtkfilechooserdialog.c 1 addition, 13 deletionsgtk/gtkfilechooserdialog.c
- gtk/gtkfilechooserprivate.h 203 additions, 0 deletionsgtk/gtkfilechooserprivate.h
- gtk/gtkfilechooserwidget.c 1 addition, 7 deletionsgtk/gtkfilechooserwidget.c
- gtk/gtkfilesystemmodel.c 1 addition, 50 deletionsgtk/gtkfilesystemmodel.c
- tests/Makefile.am 6 additions, 0 deletionstests/Makefile.am
- tests/autotestfilechooser.c 252 additions, 0 deletionstests/autotestfilechooser.c
Loading
Please register or sign in to comment