diff options
-rw-r--r-- | xts5/Xlib12/.gitignore | 52 | ||||
-rw-r--r-- | xts5/Xlib12/Makefile.am | 52 | ||||
-rw-r--r-- | xts5/Xlib12/XCheckIfEvent.m (renamed from xts5/Xlib12/XCheckIfEvent/XCheckIfEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XCheckMaskEvent.m (renamed from xts5/Xlib12/XCheckMaskEvent/XCheckMaskEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XCheckTypedEvent.m (renamed from xts5/Xlib12/XCheckTypedEvent/XCheckTypedEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XCheckTypedWindowEvent.m (renamed from xts5/Xlib12/XCheckTypedWindowEvent/XCheckTypedWindowEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XCheckWindowEvent.m (renamed from xts5/Xlib12/XCheckWindowEvent/XCheckWindowEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XDisplayMotionBufferSize.m (renamed from xts5/Xlib12/XDisplayMotionBufferSize/XDisplayMotionBufferSize.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XEventsQueued.m (renamed from xts5/Xlib12/XEventsQueued/XEventsQueued.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XFlush.m (renamed from xts5/Xlib12/XFlush/XFlush.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XGetErrorDatabaseText.m (renamed from xts5/Xlib12/XGetErrorDatabaseText/XGetErrorDatabaseText.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XGetErrorText.m (renamed from xts5/Xlib12/XGetErrorText/XGetErrorText.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XGetMotionEvents.m (renamed from xts5/Xlib12/XGetMotionEvents/XGetMotionEvents.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XIfEvent.m (renamed from xts5/Xlib12/XIfEvent/XIfEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XMaskEvent.m (renamed from xts5/Xlib12/XMaskEvent/XMaskEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XNextEvent.m (renamed from xts5/Xlib12/XNextEvent/XNextEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XPeekEvent.m (renamed from xts5/Xlib12/XPeekEvent/XPeekEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XPeekIfEvent.m (renamed from xts5/Xlib12/XPeekIfEvent/XPeekIfEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XPending.m (renamed from xts5/Xlib12/XPending/XPending.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XPutBackEvent.m (renamed from xts5/Xlib12/XPutBackEvent/XPutBackEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XSelectInput.m (renamed from xts5/Xlib12/XSelectInput/XSelectInput.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XSendEvent.m (renamed from xts5/Xlib12/XSendEvent/XSendEvent.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XSetAfterFunction.m (renamed from xts5/Xlib12/XSetAfterFunction/XSetAfterFunction.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XSetErrorHandler.m (renamed from xts5/Xlib12/XSetErrorHandler/XSetErrorHandler.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XSetIOErrorHandler.m (renamed from xts5/Xlib12/XSetIOErrorHandler/XSetIOErrorHandler.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XSync.m (renamed from xts5/Xlib12/XSync/XSync.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XSynchronize.m (renamed from xts5/Xlib12/XSynchronize/XSynchronize.m) | 2 | ||||
-rw-r--r-- | xts5/Xlib12/XWindowEvent.m (renamed from xts5/Xlib12/XWindowEvent/XWindowEvent.m) | 2 | ||||
-rw-r--r-- | xts5/scenarios/Xlib12_scen | 52 | ||||
-rw-r--r-- | xts5/tet_scen | 52 |
30 files changed, 130 insertions, 130 deletions
diff --git a/xts5/Xlib12/.gitignore b/xts5/Xlib12/.gitignore index ae15a2e1..262d8c19 100644 --- a/xts5/Xlib12/.gitignore +++ b/xts5/Xlib12/.gitignore @@ -1,28 +1,28 @@ -XCheckIfEvent/XCheckIfEvent -XCheckMaskEvent/XCheckMaskEvent -XCheckTypedEvent/XCheckTypedEvent -XCheckTypedWindowEvent/XCheckTypedWindowEvent -XCheckWindowEvent/XCheckWindowEvent -XDisplayMotionBufferSize/XDisplayMotionBufferSize +XCheckIfEvent +XCheckMaskEvent +XCheckTypedEvent +XCheckTypedWindowEvent +XCheckWindowEvent +XDisplayMotionBufferSize XDisplayName/XDisplayName XDisplayName/Test1 -XEventsQueued/XEventsQueued -XFlush/XFlush -XGetErrorDatabaseText/XGetErrorDatabaseText -XGetErrorText/XGetErrorText -XGetMotionEvents/XGetMotionEvents -XIfEvent/XIfEvent -XMaskEvent/XMaskEvent -XNextEvent/XNextEvent -XPeekEvent/XPeekEvent -XPeekIfEvent/XPeekIfEvent -XPending/XPending -XPutBackEvent/XPutBackEvent -XSelectInput/XSelectInput -XSendEvent/XSendEvent -XSetAfterFunction/XSetAfterFunction -XSetErrorHandler/XSetErrorHandler -XSetIOErrorHandler/XSetIOErrorHandler -XSync/XSync -XSynchronize/XSynchronize -XWindowEvent/XWindowEvent +XEventsQueued +XFlush +XGetErrorDatabaseText +XGetErrorText +XGetMotionEvents +XIfEvent +XMaskEvent +XNextEvent +XPeekEvent +XPeekIfEvent +XPending +XPutBackEvent +XSelectInput +XSendEvent +XSetAfterFunction +XSetErrorHandler +XSetIOErrorHandler +XSync +XSynchronize +XWindowEvent diff --git a/xts5/Xlib12/Makefile.am b/xts5/Xlib12/Makefile.am index e7872b18..2f3b1968 100644 --- a/xts5/Xlib12/Makefile.am +++ b/xts5/Xlib12/Makefile.am @@ -9,33 +9,33 @@ BUILT_SOURCES = $(tprogs:$(EXEEXT)=.c) CLEANFILES = $(BUILT_SOURCES) tprogs = \ - XCheckIfEvent/XCheckIfEvent \ - XCheckMaskEvent/XCheckMaskEvent \ - XCheckTypedEvent/XCheckTypedEvent \ - XCheckTypedWindowEvent/XCheckTypedWindowEvent \ - XCheckWindowEvent/XCheckWindowEvent \ - XDisplayMotionBufferSize/XDisplayMotionBufferSize \ + XCheckIfEvent \ + XCheckMaskEvent \ + XCheckTypedEvent \ + XCheckTypedWindowEvent \ + XCheckWindowEvent \ + XDisplayMotionBufferSize \ XDisplayName/XDisplayName \ - XEventsQueued/XEventsQueued \ - XFlush/XFlush \ - XGetErrorDatabaseText/XGetErrorDatabaseText \ - XGetErrorText/XGetErrorText \ - XGetMotionEvents/XGetMotionEvents \ - XIfEvent/XIfEvent \ - XMaskEvent/XMaskEvent \ - XNextEvent/XNextEvent \ - XPeekEvent/XPeekEvent \ - XPeekIfEvent/XPeekIfEvent \ - XPending/XPending \ - XPutBackEvent/XPutBackEvent \ - XSelectInput/XSelectInput \ - XSendEvent/XSendEvent \ - XSetAfterFunction/XSetAfterFunction \ - XSetErrorHandler/XSetErrorHandler \ - XSetIOErrorHandler/XSetIOErrorHandler \ - XSync/XSync \ - XSynchronize/XSynchronize \ - XWindowEvent/XWindowEvent + XEventsQueued \ + XFlush \ + XGetErrorDatabaseText \ + XGetErrorText \ + XGetMotionEvents \ + XIfEvent \ + XMaskEvent \ + XNextEvent \ + XPeekEvent \ + XPeekIfEvent \ + XPending \ + XPutBackEvent \ + XSelectInput \ + XSendEvent \ + XSetAfterFunction \ + XSetErrorHandler \ + XSetIOErrorHandler \ + XSync \ + XSynchronize \ + XWindowEvent # Auxiliary programs run from tests libexec_PROGRAMS += XDisplayName/Test1 diff --git a/xts5/Xlib12/XCheckIfEvent/XCheckIfEvent.m b/xts5/Xlib12/XCheckIfEvent.m index ae396ff3..ff258eef 100644 --- a/xts5/Xlib12/XCheckIfEvent/XCheckIfEvent.m +++ b/xts5/Xlib12/XCheckIfEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XCheckIfEvent/XCheckIfEvent.m +>># File: xts5/Xlib12/XCheckIfEvent.m >># >># Description: >># Tests for XCheckIfEvent() diff --git a/xts5/Xlib12/XCheckMaskEvent/XCheckMaskEvent.m b/xts5/Xlib12/XCheckMaskEvent.m index 3eab5e98..70487836 100644 --- a/xts5/Xlib12/XCheckMaskEvent/XCheckMaskEvent.m +++ b/xts5/Xlib12/XCheckMaskEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XCheckMaskEvent/XCheckMaskEvent.m +>># File: xts5/Xlib12/XCheckMaskEvent.m >># >># Description: >># Tests for XCheckMaskEvent() diff --git a/xts5/Xlib12/XCheckTypedEvent/XCheckTypedEvent.m b/xts5/Xlib12/XCheckTypedEvent.m index 07bd120e..2a864754 100644 --- a/xts5/Xlib12/XCheckTypedEvent/XCheckTypedEvent.m +++ b/xts5/Xlib12/XCheckTypedEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XCheckTypedEvent/XCheckTypedEvent.m +>># File: xts5/Xlib12/XCheckTypedEvent.m >># >># Description: >># Tests for XCheckTypedEvent() diff --git a/xts5/Xlib12/XCheckTypedWindowEvent/XCheckTypedWindowEvent.m b/xts5/Xlib12/XCheckTypedWindowEvent.m index 7e6a0b67..a7de331b 100644 --- a/xts5/Xlib12/XCheckTypedWindowEvent/XCheckTypedWindowEvent.m +++ b/xts5/Xlib12/XCheckTypedWindowEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XCheckTypedWindowEvent/XCheckTypedWindowEvent.m +>># File: xts5/Xlib12/XCheckTypedWindowEvent.m >># >># Description: >># Tests for XCheckTypedWindowEvent() diff --git a/xts5/Xlib12/XCheckWindowEvent/XCheckWindowEvent.m b/xts5/Xlib12/XCheckWindowEvent.m index 55bf604f..cf727ce9 100644 --- a/xts5/Xlib12/XCheckWindowEvent/XCheckWindowEvent.m +++ b/xts5/Xlib12/XCheckWindowEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XCheckWindowEvent/XCheckWindowEvent.m +>># File: xts5/Xlib12/XCheckWindowEvent.m >># >># Description: >># Tests for XCheckWindowEvent() diff --git a/xts5/Xlib12/XDisplayMotionBufferSize/XDisplayMotionBufferSize.m b/xts5/Xlib12/XDisplayMotionBufferSize.m index 33ff49c8..8d9930f5 100644 --- a/xts5/Xlib12/XDisplayMotionBufferSize/XDisplayMotionBufferSize.m +++ b/xts5/Xlib12/XDisplayMotionBufferSize.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XDisplayMotionBufferSize/XDisplayMotionBufferSize.m +>># File: xts5/Xlib12/XDisplayMotionBufferSize.m >># >># Description: >># Tests for XDisplayMotionBufferSize() diff --git a/xts5/Xlib12/XEventsQueued/XEventsQueued.m b/xts5/Xlib12/XEventsQueued.m index 7bcbc082..006e3018 100644 --- a/xts5/Xlib12/XEventsQueued/XEventsQueued.m +++ b/xts5/Xlib12/XEventsQueued.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XEventsQueued/XEventsQueued.m +>># File: xts5/Xlib12/XEventsQueued.m >># >># Description: >># Tests for XEventsQueued() diff --git a/xts5/Xlib12/XFlush/XFlush.m b/xts5/Xlib12/XFlush.m index 0c2c278f..7984f4a2 100644 --- a/xts5/Xlib12/XFlush/XFlush.m +++ b/xts5/Xlib12/XFlush.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XFlush/XFlush.m +>># File: xts5/Xlib12/XFlush.m >># >># Description: >># Tests for XFlush() diff --git a/xts5/Xlib12/XGetErrorDatabaseText/XGetErrorDatabaseText.m b/xts5/Xlib12/XGetErrorDatabaseText.m index 8d090bb7..d63feb88 100644 --- a/xts5/Xlib12/XGetErrorDatabaseText/XGetErrorDatabaseText.m +++ b/xts5/Xlib12/XGetErrorDatabaseText.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XGetErrorDatabaseText/XGetErrorDatabaseText.m +>># File: xts5/Xlib12/XGetErrorDatabaseText.m >># >># Description: >># Tests for XGetErrorDatabaseText() diff --git a/xts5/Xlib12/XGetErrorText/XGetErrorText.m b/xts5/Xlib12/XGetErrorText.m index 09971bbd..f8a29ee6 100644 --- a/xts5/Xlib12/XGetErrorText/XGetErrorText.m +++ b/xts5/Xlib12/XGetErrorText.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XGetErrorText/XGetErrorText.m +>># File: xts5/Xlib12/XGetErrorText.m >># >># Description: >># Tests for XGetErrorText() diff --git a/xts5/Xlib12/XGetMotionEvents/XGetMotionEvents.m b/xts5/Xlib12/XGetMotionEvents.m index 0189c6f1..42a86485 100644 --- a/xts5/Xlib12/XGetMotionEvents/XGetMotionEvents.m +++ b/xts5/Xlib12/XGetMotionEvents.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XGetMotionEvents/XGetMotionEvents.m +>># File: xts5/Xlib12/XGetMotionEvents.m >># >># Description: >># Tests for XGetMotionEvents() diff --git a/xts5/Xlib12/XIfEvent/XIfEvent.m b/xts5/Xlib12/XIfEvent.m index 36c87761..42d71769 100644 --- a/xts5/Xlib12/XIfEvent/XIfEvent.m +++ b/xts5/Xlib12/XIfEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XIfEvent/XIfEvent.m +>># File: xts5/Xlib12/XIfEvent.m >># >># Description: >># Tests for XIfEvent() diff --git a/xts5/Xlib12/XMaskEvent/XMaskEvent.m b/xts5/Xlib12/XMaskEvent.m index 5a92ce33..673862f5 100644 --- a/xts5/Xlib12/XMaskEvent/XMaskEvent.m +++ b/xts5/Xlib12/XMaskEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XMaskEvent/XMaskEvent.m +>># File: xts5/Xlib12/XMaskEvent.m >># >># Description: >># Tests for XMaskEvent() diff --git a/xts5/Xlib12/XNextEvent/XNextEvent.m b/xts5/Xlib12/XNextEvent.m index b7295552..bbf0e43a 100644 --- a/xts5/Xlib12/XNextEvent/XNextEvent.m +++ b/xts5/Xlib12/XNextEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XNextEvent/XNextEvent.m +>># File: xts5/Xlib12/XNextEvent.m >># >># Description: >># Tests for XNextEvent() diff --git a/xts5/Xlib12/XPeekEvent/XPeekEvent.m b/xts5/Xlib12/XPeekEvent.m index 9f3787c4..34717b8b 100644 --- a/xts5/Xlib12/XPeekEvent/XPeekEvent.m +++ b/xts5/Xlib12/XPeekEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XPeekEvent/XPeekEvent.m +>># File: xts5/Xlib12/XPeekEvent.m >># >># Description: >># Tests for XPeekEvent() diff --git a/xts5/Xlib12/XPeekIfEvent/XPeekIfEvent.m b/xts5/Xlib12/XPeekIfEvent.m index ca72b075..d3d7a616 100644 --- a/xts5/Xlib12/XPeekIfEvent/XPeekIfEvent.m +++ b/xts5/Xlib12/XPeekIfEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XPeekIfEvent/XPeekIfEvent.m +>># File: xts5/Xlib12/XPeekIfEvent.m >># >># Description: >># Tests for XPeekIfEvent() diff --git a/xts5/Xlib12/XPending/XPending.m b/xts5/Xlib12/XPending.m index d4031c68..6a3c4369 100644 --- a/xts5/Xlib12/XPending/XPending.m +++ b/xts5/Xlib12/XPending.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XPending/XPending.m +>># File: xts5/Xlib12/XPending.m >># >># Description: >># Tests for XPending() diff --git a/xts5/Xlib12/XPutBackEvent/XPutBackEvent.m b/xts5/Xlib12/XPutBackEvent.m index 83222b11..2834e504 100644 --- a/xts5/Xlib12/XPutBackEvent/XPutBackEvent.m +++ b/xts5/Xlib12/XPutBackEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XPutBackEvent/XPutBackEvent.m +>># File: xts5/Xlib12/XPutBackEvent.m >># >># Description: >># Tests for XPutBackEvent() diff --git a/xts5/Xlib12/XSelectInput/XSelectInput.m b/xts5/Xlib12/XSelectInput.m index 2271ba14..8d0932dd 100644 --- a/xts5/Xlib12/XSelectInput/XSelectInput.m +++ b/xts5/Xlib12/XSelectInput.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XSelectInput/XSelectInput.m +>># File: xts5/Xlib12/XSelectInput.m >># >># Description: >># Tests for XSelectInput() diff --git a/xts5/Xlib12/XSendEvent/XSendEvent.m b/xts5/Xlib12/XSendEvent.m index 76e56d5d..aa086de8 100644 --- a/xts5/Xlib12/XSendEvent/XSendEvent.m +++ b/xts5/Xlib12/XSendEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XSendEvent/XSendEvent.m +>># File: xts5/Xlib12/XSendEvent.m >># >># Description: >># Tests for XSendEvent() diff --git a/xts5/Xlib12/XSetAfterFunction/XSetAfterFunction.m b/xts5/Xlib12/XSetAfterFunction.m index 51aa891b..468f292e 100644 --- a/xts5/Xlib12/XSetAfterFunction/XSetAfterFunction.m +++ b/xts5/Xlib12/XSetAfterFunction.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XSetAfterFunction/XSetAfterFunction.m +>># File: xts5/Xlib12/XSetAfterFunction.m >># >># Description: >># Tests for XSetAfterFunction() diff --git a/xts5/Xlib12/XSetErrorHandler/XSetErrorHandler.m b/xts5/Xlib12/XSetErrorHandler.m index 6eb2ae06..ddc351b7 100644 --- a/xts5/Xlib12/XSetErrorHandler/XSetErrorHandler.m +++ b/xts5/Xlib12/XSetErrorHandler.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XSetErrorHandler/XSetErrorHandler.m +>># File: xts5/Xlib12/XSetErrorHandler.m >># >># Description: >># Tests for XSetErrorHandler() diff --git a/xts5/Xlib12/XSetIOErrorHandler/XSetIOErrorHandler.m b/xts5/Xlib12/XSetIOErrorHandler.m index 0720b103..4f653e6c 100644 --- a/xts5/Xlib12/XSetIOErrorHandler/XSetIOErrorHandler.m +++ b/xts5/Xlib12/XSetIOErrorHandler.m @@ -24,7 +24,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XSetIOErrorHandler/XSetIOErrorHandler.m +>># File: xts5/Xlib12/XSetIOErrorHandler.m >># >># Description: >># Tests for XSetIOErrorHandler() diff --git a/xts5/Xlib12/XSync/XSync.m b/xts5/Xlib12/XSync.m index c82f4d3f..b94671a5 100644 --- a/xts5/Xlib12/XSync/XSync.m +++ b/xts5/Xlib12/XSync.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XSync/XSync.m +>># File: xts5/Xlib12/XSync.m >># >># Description: >># Tests for XSync() diff --git a/xts5/Xlib12/XSynchronize/XSynchronize.m b/xts5/Xlib12/XSynchronize.m index 4c2836df..ec1bbb6a 100644 --- a/xts5/Xlib12/XSynchronize/XSynchronize.m +++ b/xts5/Xlib12/XSynchronize.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XSynchronize/XSynchronize.m +>># File: xts5/Xlib12/XSynchronize.m >># >># Description: >># Tests for XSynchronize() diff --git a/xts5/Xlib12/XWindowEvent/XWindowEvent.m b/xts5/Xlib12/XWindowEvent.m index 447eef49..90a984c0 100644 --- a/xts5/Xlib12/XWindowEvent/XWindowEvent.m +++ b/xts5/Xlib12/XWindowEvent.m @@ -23,7 +23,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/Xlib12/XWindowEvent/XWindowEvent.m +>># File: xts5/Xlib12/XWindowEvent.m >># >># Description: >># Tests for XWindowEvent() diff --git a/xts5/scenarios/Xlib12_scen b/xts5/scenarios/Xlib12_scen index a58d75b4..3620d463 100644 --- a/xts5/scenarios/Xlib12_scen +++ b/xts5/scenarios/Xlib12_scen @@ -55,56 +55,56 @@ # "VSW5TESTSUITE CASE XCheckIfEvent 6" - /Xlib12/XCheckIfEvent/XCheckIfEvent + /Xlib12/XCheckIfEvent "VSW5TESTSUITE CASE XCheckMaskEvent 6" - /Xlib12/XCheckMaskEvent/XCheckMaskEvent + /Xlib12/XCheckMaskEvent "VSW5TESTSUITE CASE XCheckTypedEvent 6" - /Xlib12/XCheckTypedEvent/XCheckTypedEvent + /Xlib12/XCheckTypedEvent "VSW5TESTSUITE CASE XCheckTypedWindowEvent 6" - /Xlib12/XCheckTypedWindowEvent/XCheckTypedWindowEvent + /Xlib12/XCheckTypedWindowEvent "VSW5TESTSUITE CASE XCheckWindowEvent 6" - /Xlib12/XCheckWindowEvent/XCheckWindowEvent + /Xlib12/XCheckWindowEvent "VSW5TESTSUITE CASE XDisplayMotionBufferSize 2" - /Xlib12/XDisplayMotionBufferSize/XDisplayMotionBufferSize + /Xlib12/XDisplayMotionBufferSize "VSW5TESTSUITE CASE XDisplayName 1" /Xlib12/XDisplayName/XDisplayName "VSW5TESTSUITE CASE XEventsQueued 6" - /Xlib12/XEventsQueued/XEventsQueued + /Xlib12/XEventsQueued "VSW5TESTSUITE CASE XFlush 1" - /Xlib12/XFlush/XFlush + /Xlib12/XFlush "VSW5TESTSUITE CASE XGetErrorDatabaseText 5" - /Xlib12/XGetErrorDatabaseText/XGetErrorDatabaseText + /Xlib12/XGetErrorDatabaseText "VSW5TESTSUITE CASE XGetErrorText 2" - /Xlib12/XGetErrorText/XGetErrorText + /Xlib12/XGetErrorText "VSW5TESTSUITE CASE XGetMotionEvents 7" - /Xlib12/XGetMotionEvents/XGetMotionEvents + /Xlib12/XGetMotionEvents "VSW5TESTSUITE CASE XIfEvent 4" - /Xlib12/XIfEvent/XIfEvent + /Xlib12/XIfEvent "VSW5TESTSUITE CASE XMaskEvent 3" - /Xlib12/XMaskEvent/XMaskEvent + /Xlib12/XMaskEvent "VSW5TESTSUITE CASE XNextEvent 3" - /Xlib12/XNextEvent/XNextEvent + /Xlib12/XNextEvent "VSW5TESTSUITE CASE XPeekEvent 3" - /Xlib12/XPeekEvent/XPeekEvent + /Xlib12/XPeekEvent "VSW5TESTSUITE CASE XPeekIfEvent 4" - /Xlib12/XPeekIfEvent/XPeekIfEvent + /Xlib12/XPeekIfEvent "VSW5TESTSUITE CASE XPending 3" - /Xlib12/XPending/XPending + /Xlib12/XPending "VSW5TESTSUITE CASE XPutBackEvent 2" - /Xlib12/XPutBackEvent/XPutBackEvent + /Xlib12/XPutBackEvent "VSW5TESTSUITE CASE XSelectInput 8" - /Xlib12/XSelectInput/XSelectInput + /Xlib12/XSelectInput "VSW5TESTSUITE CASE XSendEvent 22" - /Xlib12/XSendEvent/XSendEvent + /Xlib12/XSendEvent "VSW5TESTSUITE CASE XSetAfterFunction 3" - /Xlib12/XSetAfterFunction/XSetAfterFunction + /Xlib12/XSetAfterFunction "VSW5TESTSUITE CASE XSetErrorHandler 9" - /Xlib12/XSetErrorHandler/XSetErrorHandler + /Xlib12/XSetErrorHandler "VSW5TESTSUITE CASE XSetIOErrorHandler 7" - /Xlib12/XSetIOErrorHandler/XSetIOErrorHandler + /Xlib12/XSetIOErrorHandler "VSW5TESTSUITE CASE XSync 5" - /Xlib12/XSync/XSync + /Xlib12/XSync "VSW5TESTSUITE CASE XSynchronize 5" - /Xlib12/XSynchronize/XSynchronize + /Xlib12/XSynchronize "VSW5TESTSUITE CASE XWindowEvent 3" - /Xlib12/XWindowEvent/XWindowEvent + /Xlib12/XWindowEvent diff --git a/xts5/tet_scen b/xts5/tet_scen index 8efaf0d5..b9063920 100644 --- a/xts5/tet_scen +++ b/xts5/tet_scen @@ -921,27 +921,27 @@ VisibilityNotify XCheckIfEvent "VSW5TESTSUITE CASE XCheckIfEvent 6" - /Xlib12/XCheckIfEvent/XCheckIfEvent + /Xlib12/XCheckIfEvent XCheckMaskEvent "VSW5TESTSUITE CASE XCheckMaskEvent 6" - /Xlib12/XCheckMaskEvent/XCheckMaskEvent + /Xlib12/XCheckMaskEvent XCheckTypedEvent "VSW5TESTSUITE CASE XCheckTypedEvent 6" - /Xlib12/XCheckTypedEvent/XCheckTypedEvent + /Xlib12/XCheckTypedEvent XCheckTypedWindowEvent "VSW5TESTSUITE CASE XCheckTypedWindowEvent 6" - /Xlib12/XCheckTypedWindowEvent/XCheckTypedWindowEvent + /Xlib12/XCheckTypedWindowEvent XCheckWindowEvent "VSW5TESTSUITE CASE XCheckWindowEvent 6" - /Xlib12/XCheckWindowEvent/XCheckWindowEvent + /Xlib12/XCheckWindowEvent XDisplayMotionBufferSize "VSW5TESTSUITE CASE XDisplayMotionBufferSize 2" - /Xlib12/XDisplayMotionBufferSize/XDisplayMotionBufferSize + /Xlib12/XDisplayMotionBufferSize XDisplayName "VSW5TESTSUITE CASE XDisplayName 1" @@ -949,83 +949,83 @@ XDisplayName XEventsQueued "VSW5TESTSUITE CASE XEventsQueued 6" - /Xlib12/XEventsQueued/XEventsQueued + /Xlib12/XEventsQueued XFlush "VSW5TESTSUITE CASE XFlush 1" - /Xlib12/XFlush/XFlush + /Xlib12/XFlush XGetErrorDatabaseText "VSW5TESTSUITE CASE XGetErrorDatabaseText 5" - /Xlib12/XGetErrorDatabaseText/XGetErrorDatabaseText + /Xlib12/XGetErrorDatabaseText XGetErrorText "VSW5TESTSUITE CASE XGetErrorText 2" - /Xlib12/XGetErrorText/XGetErrorText + /Xlib12/XGetErrorText XGetMotionEvents "VSW5TESTSUITE CASE XGetMotionEvents 7" - /Xlib12/XGetMotionEvents/XGetMotionEvents + /Xlib12/XGetMotionEvents XIfEvent "VSW5TESTSUITE CASE XIfEvent 4" - /Xlib12/XIfEvent/XIfEvent + /Xlib12/XIfEvent XMaskEvent "VSW5TESTSUITE CASE XMaskEvent 3" - /Xlib12/XMaskEvent/XMaskEvent + /Xlib12/XMaskEvent XNextEvent "VSW5TESTSUITE CASE XNextEvent 3" - /Xlib12/XNextEvent/XNextEvent + /Xlib12/XNextEvent XPeekEvent "VSW5TESTSUITE CASE XPeekEvent 3" - /Xlib12/XPeekEvent/XPeekEvent + /Xlib12/XPeekEvent XPeekIfEvent "VSW5TESTSUITE CASE XPeekIfEvent 4" - /Xlib12/XPeekIfEvent/XPeekIfEvent + /Xlib12/XPeekIfEvent XPending "VSW5TESTSUITE CASE XPending 3" - /Xlib12/XPending/XPending + /Xlib12/XPending XPutBackEvent "VSW5TESTSUITE CASE XPutBackEvent 2" - /Xlib12/XPutBackEvent/XPutBackEvent + /Xlib12/XPutBackEvent XSelectInput "VSW5TESTSUITE CASE XSelectInput 8" - /Xlib12/XSelectInput/XSelectInput + /Xlib12/XSelectInput XSendEvent "VSW5TESTSUITE CASE XSendEvent 22" - /Xlib12/XSendEvent/XSendEvent + /Xlib12/XSendEvent XSetAfterFunction "VSW5TESTSUITE CASE XSetAfterFunction 3" - /Xlib12/XSetAfterFunction/XSetAfterFunction + /Xlib12/XSetAfterFunction XSetErrorHandler "VSW5TESTSUITE CASE XSetErrorHandler 9" - /Xlib12/XSetErrorHandler/XSetErrorHandler + /Xlib12/XSetErrorHandler XSetIOErrorHandler "VSW5TESTSUITE CASE XSetIOErrorHandler 7" - /Xlib12/XSetIOErrorHandler/XSetIOErrorHandler + /Xlib12/XSetIOErrorHandler XSync "VSW5TESTSUITE CASE XSync 5" - /Xlib12/XSync/XSync + /Xlib12/XSync XSynchronize "VSW5TESTSUITE CASE XSynchronize 5" - /Xlib12/XSynchronize/XSynchronize + /Xlib12/XSynchronize XWindowEvent "VSW5TESTSUITE CASE XWindowEvent 3" - /Xlib12/XWindowEvent/XWindowEvent + /Xlib12/XWindowEvent # Discrete tests for Xlib Chapter 13-Input Device Functions |