mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -10,8 +10,8 @@ class printfw_Tests(wtc.WidgetTestCase):
|
||||
# TODO: We need to figure out some way to unittest wx.PrintPreview
|
||||
# and wx.Printout... In the meantime see samples/printing/printing.py
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
def test_printfw2(self):
|
||||
wx.PREVIEW_PRINT
|
||||
wx.PREVIEW_NEXT
|
||||
@@ -22,28 +22,28 @@ class printfw_Tests(wtc.WidgetTestCase):
|
||||
wx.PRINTER_NO_ERROR
|
||||
wx.PRINTER_CANCELLED
|
||||
wx.PRINTER_ERROR
|
||||
|
||||
wx.PREVIEW_PRINT
|
||||
wx.PREVIEW_PREVIOUS
|
||||
wx.PREVIEW_NEXT
|
||||
wx.PREVIEW_ZOOM
|
||||
wx.PREVIEW_FIRST
|
||||
wx.PREVIEW_LAST
|
||||
wx.PREVIEW_GOTO
|
||||
wx.PREVIEW_DEFAULT
|
||||
|
||||
wx.ID_PREVIEW_CLOSE
|
||||
wx.ID_PREVIEW_NEXT
|
||||
wx.ID_PREVIEW_PREVIOUS
|
||||
wx.ID_PREVIEW_PRINT
|
||||
wx.ID_PREVIEW_ZOOM
|
||||
wx.ID_PREVIEW_FIRST
|
||||
wx.ID_PREVIEW_LAST
|
||||
wx.ID_PREVIEW_GOTO
|
||||
wx.ID_PREVIEW_ZOOM_IN
|
||||
wx.ID_PREVIEW_ZOOM_OUT
|
||||
|
||||
|
||||
wx.PREVIEW_PRINT
|
||||
wx.PREVIEW_PREVIOUS
|
||||
wx.PREVIEW_NEXT
|
||||
wx.PREVIEW_ZOOM
|
||||
wx.PREVIEW_FIRST
|
||||
wx.PREVIEW_LAST
|
||||
wx.PREVIEW_GOTO
|
||||
wx.PREVIEW_DEFAULT
|
||||
|
||||
wx.ID_PREVIEW_CLOSE
|
||||
wx.ID_PREVIEW_NEXT
|
||||
wx.ID_PREVIEW_PREVIOUS
|
||||
wx.ID_PREVIEW_PRINT
|
||||
wx.ID_PREVIEW_ZOOM
|
||||
wx.ID_PREVIEW_FIRST
|
||||
wx.ID_PREVIEW_LAST
|
||||
wx.ID_PREVIEW_GOTO
|
||||
wx.ID_PREVIEW_ZOOM_IN
|
||||
wx.ID_PREVIEW_ZOOM_OUT
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user