diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:16:15 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:16:15 +1000 |
commit | 6c6c1e07d5c97aa2a2856da3becad5cc15a3767b (patch) | |
tree | 369124288c18994d59a35c190d7d6171a0f6e4a5 | |
parent | 01699078765acd902556b01fa2549a96eae70461 (diff) |
Renaming txtextnts/ to XTextExtents
-rw-r--r-- | xts5/scenarios/Xlib9_scen | 2 | ||||
-rw-r--r-- | xts5/tet_scen | 2 | ||||
-rw-r--r-- | xts5/tset/Xlib9/.gitignore | 2 | ||||
-rw-r--r-- | xts5/tset/Xlib9/Makefile.am | 2 | ||||
-rw-r--r-- | xts5/tset/Xlib9/XTextExtents/XTextExtents.m (renamed from xts5/tset/Xlib9/txtextnts/txtextnts.m) | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/xts5/scenarios/Xlib9_scen b/xts5/scenarios/Xlib9_scen index 1e3ecc17..44ccb3f3 100644 --- a/xts5/scenarios/Xlib9_scen +++ b/xts5/scenarios/Xlib9_scen @@ -140,7 +140,7 @@ "VSW5TESTSUITE CASE XTextExtents16 11" /tset/Xlib9/XTextExtents16/XTextExtents16 "VSW5TESTSUITE CASE XTextExtents 10" - /tset/Xlib9/txtextnts/txtextnts + /tset/Xlib9/XTextExtents/XTextExtents "VSW5TESTSUITE CASE XTextWidth 1" /tset/Xlib9/txtwdth/txtwdth "VSW5TESTSUITE CASE XTextWidth16 2" diff --git a/xts5/tet_scen b/xts5/tet_scen index 88ed8cad..d46b8a75 100644 --- a/xts5/tet_scen +++ b/xts5/tet_scen @@ -3052,7 +3052,7 @@ XTextExtents16 XTextExtents "VSW5TESTSUITE CASE XTextExtents 10" - /tset/Xlib9/txtextnts/txtextnts + /tset/Xlib9/XTextExtents/XTextExtents XTextWidth "VSW5TESTSUITE CASE XTextWidth 1" diff --git a/xts5/tset/Xlib9/.gitignore b/xts5/tset/Xlib9/.gitignore index 63cd05c9..d5121ab3 100644 --- a/xts5/tset/Xlib9/.gitignore +++ b/xts5/tset/Xlib9/.gitignore @@ -40,7 +40,7 @@ XQueryTextExtents16/XQueryTextExtents16 XQueryTextExtents/XQueryTextExtents XSetFontPath/XSetFontPath XTextExtents16/XTextExtents16 -txtextnts/txtextnts +XTextExtents/XTextExtents txtwdth/txtwdth txtwdth16/txtwdth16 unldfnt/unldfnt diff --git a/xts5/tset/Xlib9/Makefile.am b/xts5/tset/Xlib9/Makefile.am index 5dcbd44c..bd397ca3 100644 --- a/xts5/tset/Xlib9/Makefile.am +++ b/xts5/tset/Xlib9/Makefile.am @@ -51,7 +51,7 @@ tprogs = \ XQueryTextExtents/XQueryTextExtents \ XSetFontPath/XSetFontPath \ XTextExtents16/XTextExtents16 \ - txtextnts/txtextnts \ + XTextExtents/XTextExtents \ txtwdth/txtwdth \ txtwdth16/txtwdth16 \ unldfnt/unldfnt diff --git a/xts5/tset/Xlib9/txtextnts/txtextnts.m b/xts5/tset/Xlib9/XTextExtents/XTextExtents.m index 2a1b0852..5f07bf27 100644 --- a/xts5/tset/Xlib9/txtextnts/txtextnts.m +++ b/xts5/tset/Xlib9/XTextExtents/XTextExtents.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/Xlib9/txtextnts/txtextnts.m,v 1.2 2005-11-03 08:43:59 jmichael Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/XTextExtents/XTextExtents.m,v 1.2 2005-11-03 08:43:59 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/tset/Xlib9/txtextnts/txtextnts.m +>># File: xts5/tset/Xlib9/XTextExtents/XTextExtents.m >># >># Description: >># Tests for XTextExtents() |