diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:34:41 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 14:38:52 +1000 |
commit | bb641c4328518189c7b41e4af2439013aacd6936 (patch) | |
tree | 787034af8d65b5bf5be665148a5e143217bedbf4 /xts5 | |
parent | 1ed5b244028df0511cbab9ac340346c14da28176 (diff) |
Renaming ftchbyts/ to XFetchBytes
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/XFetchBytes/XFetchBytes.m (renamed from xts5/tset/Xlib17/ftchbyts/ftchbyts.m) | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/xts5/scenarios/Xlib17_scen b/xts5/scenarios/Xlib17_scen index ac776c55..ef56140b 100644 --- a/xts5/scenarios/Xlib17_scen +++ b/xts5/scenarios/Xlib17_scen @@ -82,7 +82,7 @@ "VSW5TESTSUITE CASE XFetchBuffer 2" /tset/Xlib17/XFetchBuffer/XFetchBuffer "VSW5TESTSUITE CASE XFetchBytes 2" - /tset/Xlib17/ftchbyts/ftchbyts + /tset/Xlib17/XFetchBytes/XFetchBytes "VSW5TESTSUITE CASE XGetDefault 5" /tset/Xlib17/gtdflt/gtdflt "VSW5TESTSUITE CASE XGetPixel 1" diff --git a/xts5/tet_scen b/xts5/tet_scen index f59b1f7d..76f2175f 100644 --- a/xts5/tet_scen +++ b/xts5/tet_scen @@ -1704,7 +1704,7 @@ XFetchBuffer XFetchBytes "VSW5TESTSUITE CASE XFetchBytes 2" - /tset/Xlib17/ftchbyts/ftchbyts + /tset/Xlib17/XFetchBytes/XFetchBytes XGetDefault "VSW5TESTSUITE CASE XGetDefault 5" diff --git a/xts5/tset/Xlib17/.gitignore b/xts5/tset/Xlib17/.gitignore index 2174e609..6f386f69 100644 --- a/xts5/tset/Xlib17/.gitignore +++ b/xts5/tset/Xlib17/.gitignore @@ -11,7 +11,7 @@ XEmptyRegion/XEmptyRegion XEqualRegion/XEqualRegion XFindContext/XFindContext XFetchBuffer/XFetchBuffer -ftchbyts/ftchbyts +XFetchBytes/XFetchBytes gtdflt/gtdflt gtdflt/Test3 gtdflt/Test4 diff --git a/xts5/tset/Xlib17/Makefile.am b/xts5/tset/Xlib17/Makefile.am index 97047536..20555f69 100644 --- a/xts5/tset/Xlib17/Makefile.am +++ b/xts5/tset/Xlib17/Makefile.am @@ -22,7 +22,7 @@ tprogs = \ XEqualRegion/XEqualRegion \ XFindContext/XFindContext \ XFetchBuffer/XFetchBuffer \ - ftchbyts/ftchbyts \ + XFetchBytes/XFetchBytes \ gtdflt/gtdflt \ gtpxl/gtpxl \ gtvslinf/gtvslinf \ diff --git a/xts5/tset/Xlib17/ftchbyts/ftchbyts.m b/xts5/tset/Xlib17/XFetchBytes/XFetchBytes.m index f0bc6a1a..8ca133d1 100644 --- a/xts5/tset/Xlib17/ftchbyts/ftchbyts.m +++ b/xts5/tset/Xlib17/XFetchBytes/XFetchBytes.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/ftchbyts/ftchbyts.m,v 1.2 2005-11-03 08:43:04 jmichael Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/XFetchBytes/XFetchBytes.m,v 1.2 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/tset/Xlib17/ftchbyts/ftchbyts.m +>># File: xts5/tset/Xlib17/XFetchBytes/XFetchBytes.m >># >># Description: >># Tests for XFetchBytes() |