diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:34:57 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 14:39:07 +1000 |
commit | 045891c245767631d22fe2e24a2a5834e3d0fd71 (patch) | |
tree | 51789fea732eef0ae3ae5648725906826d8e45c9 /xts5 | |
parent | 1c22f0b390d8b3b2c97edcb7692699ccbf4940c5 (diff) |
Renaming rdbtmpfl/ to XReadBitmapFile
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/Makefile.am | 2 | ||||
-rw-r--r-- | xts5/tset/Xlib17/XReadBitmapFile/XReadBitmapFile.m (renamed from xts5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m) | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/xts5/scenarios/Xlib17_scen b/xts5/scenarios/Xlib17_scen index bac4163d..1e7de571 100644 --- a/xts5/scenarios/Xlib17_scen +++ b/xts5/scenarios/Xlib17_scen @@ -132,7 +132,7 @@ "VSW5TESTSUITE CASE XRectInRegion 3" /tset/Xlib17/XRectInRegion/XRectInRegion "VSW5TESTSUITE CASE XReadBitmapFile 9" - /tset/Xlib17/rdbtmpfl/rdbtmpfl + /tset/Xlib17/XReadBitmapFile/XReadBitmapFile "VSW5TESTSUITE CASE XRefreshKeyboardMapping 3" /tset/Xlib17/rfrshkybrd/rfrshkybrd "VSW5TESTSUITE CASE XRotateBuffers 2" diff --git a/xts5/tet_scen b/xts5/tet_scen index f8786332..9fa643d3 100644 --- a/xts5/tet_scen +++ b/xts5/tet_scen @@ -1804,7 +1804,7 @@ XRectInRegion XReadBitmapFile "VSW5TESTSUITE CASE XReadBitmapFile 9" - /tset/Xlib17/rdbtmpfl/rdbtmpfl + /tset/Xlib17/XReadBitmapFile/XReadBitmapFile XRefreshKeyboardMapping "VSW5TESTSUITE CASE XRefreshKeyboardMapping 3" diff --git a/xts5/tset/Xlib17/.gitignore b/xts5/tset/Xlib17/.gitignore index 7ea3a1b2..58eaa0e1 100644 --- a/xts5/tset/Xlib17/.gitignore +++ b/xts5/tset/Xlib17/.gitignore @@ -39,7 +39,7 @@ XParseGeometry/XParseGeometry XPutPixel/XPutPixel XRebindKeysym/XRebindKeysym XRectInRegion/XRectInRegion -rdbtmpfl/rdbtmpfl +XReadBitmapFile/XReadBitmapFile rfrshkybrd/rfrshkybrd rttbffrs/rttbffrs sbimg/sbimg diff --git a/xts5/tset/Xlib17/Makefile.am b/xts5/tset/Xlib17/Makefile.am index ddbbd0e7..48443d8e 100644 --- a/xts5/tset/Xlib17/Makefile.am +++ b/xts5/tset/Xlib17/Makefile.am @@ -47,7 +47,7 @@ tprogs = \ XPutPixel/XPutPixel \ XRebindKeysym/XRebindKeysym \ XRectInRegion/XRectInRegion \ - rdbtmpfl/rdbtmpfl \ + XReadBitmapFile/XReadBitmapFile \ rfrshkybrd/rfrshkybrd \ rttbffrs/rttbffrs \ sbimg/sbimg \ diff --git a/xts5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m b/xts5/tset/Xlib17/XReadBitmapFile/XReadBitmapFile.m index d3a84a09..6e5af903 100644 --- a/xts5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m +++ b/xts5/tset/Xlib17/XReadBitmapFile/XReadBitmapFile.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/rdbtmpfl/rdbtmpfl.m,v 1.2 2005-11-03 08:43:11 jmichael Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/XReadBitmapFile/XReadBitmapFile.m,v 1.2 2005-11-03 08:43:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m +>># File: xts5/tset/Xlib17/XReadBitmapFile/XReadBitmapFile.m >># >># Description: >># Tests for XReadBitmapFile() |