diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:34:45 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 14:38:56 +1000 |
commit | 2b21d3b380f9bdd9120f4432c9adc8290972b690 (patch) | |
tree | ff0b32b75d42224f3b8576f4d05594d69f5c74ae /xts5 | |
parent | 6f02a08467d91a37e38f32943e0b3d0257b38b64 (diff) |
Renaming iscrsrky/ to IsCursorKey
Diffstat (limited to 'xts5')
-rw-r--r-- | xts5/scenarios/Xlib17_scen | 2 | ||||
-rw-r--r-- | xts5/tet_scen | 2 | ||||
-rw-r--r-- | xts5/tset/Xlib17/.gitignore | 2 | ||||
-rw-r--r-- | xts5/tset/Xlib17/IsCursorKey/IsCursorKey.m (renamed from xts5/tset/Xlib17/iscrsrky/iscrsrky.m) | 4 | ||||
-rw-r--r-- | xts5/tset/Xlib17/Makefile.am | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/xts5/scenarios/Xlib17_scen b/xts5/scenarios/Xlib17_scen index f697fbbb..b1d77e31 100644 --- a/xts5/scenarios/Xlib17_scen +++ b/xts5/scenarios/Xlib17_scen @@ -92,7 +92,7 @@ "VSW5TESTSUITE CASE XIntersectRegion 1" /tset/Xlib17/XIntersectRegion/XIntersectRegion "VSW5TESTSUITE CASE IsCursorKey 2" - /tset/Xlib17/iscrsrky/iscrsrky + /tset/Xlib17/IsCursorKey/IsCursorKey "VSW5TESTSUITE CASE IsFunctionKey 2" /tset/Xlib17/isfnctnky/isfnctnky "VSW5TESTSUITE CASE IsKeypadKey 2" diff --git a/xts5/tet_scen b/xts5/tet_scen index 64622c8d..cbccd411 100644 --- a/xts5/tet_scen +++ b/xts5/tet_scen @@ -1724,7 +1724,7 @@ XIntersectRegion IsCursorKey "VSW5TESTSUITE CASE IsCursorKey 2" - /tset/Xlib17/iscrsrky/iscrsrky + /tset/Xlib17/IsCursorKey/IsCursorKey IsFunctionKey "VSW5TESTSUITE CASE IsFunctionKey 2" diff --git a/xts5/tset/Xlib17/.gitignore b/xts5/tset/Xlib17/.gitignore index b3a95b95..00497dc2 100644 --- a/xts5/tset/Xlib17/.gitignore +++ b/xts5/tset/Xlib17/.gitignore @@ -19,7 +19,7 @@ gtdflt/Test5 XGetPixel/XGetPixel XGetVisualInfo/XGetVisualInfo XIntersectRegion/XIntersectRegion -iscrsrky/iscrsrky +IsCursorKey/IsCursorKey isfnctnky/isfnctnky iskypdky/iskypdky ismdfrky/ismdfrky diff --git a/xts5/tset/Xlib17/iscrsrky/iscrsrky.m b/xts5/tset/Xlib17/IsCursorKey/IsCursorKey.m index b47df8db..6bce260f 100644 --- a/xts5/tset/Xlib17/iscrsrky/iscrsrky.m +++ b/xts5/tset/Xlib17/IsCursorKey/IsCursorKey.m @@ -17,14 +17,14 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/iscrsrky/iscrsrky.m,v 1.2 2005-11-03 08:43:05 jmichael Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/IsCursorKey/IsCursorKey.m,v 1.2 2005-11-03 08:43:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/tset/Xlib17/iscrsrky/iscrsrky.m +>># File: xts5/tset/Xlib17/IsCursorKey/IsCursorKey.m >># >># Description: >># Tests for IsCursorKey() diff --git a/xts5/tset/Xlib17/Makefile.am b/xts5/tset/Xlib17/Makefile.am index 088d3104..7fef1f86 100644 --- a/xts5/tset/Xlib17/Makefile.am +++ b/xts5/tset/Xlib17/Makefile.am @@ -27,7 +27,7 @@ tprogs = \ XGetPixel/XGetPixel \ XGetVisualInfo/XGetVisualInfo \ XIntersectRegion/XIntersectRegion \ - iscrsrky/iscrsrky \ + IsCursorKey/IsCursorKey \ isfnctnky/isfnctnky \ iskypdky/iskypdky \ ismdfrky/ismdfrky \ |