summaryrefslogtreecommitdiff
path: root/xts5
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-09-10 12:23:04 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-09-10 12:23:04 +1000
commita57c4cf635a745d221f3e662728a3482c8b46c69 (patch)
tree9e783560e036557d4b08031be0269c514a2d2001 /xts5
parente9aca4f8ccc560c131a1f2febbd456a093251afa (diff)
Renaming crtgc/ to CreateGC
Diffstat (limited to 'xts5')
-rw-r--r--xts5/scenarios/Xlib8_scen2
-rw-r--r--xts5/scenarios/Xproto_scen2
-rw-r--r--xts5/tet_scen4
-rw-r--r--xts5/tset/Xlib8/.gitignore2
-rw-r--r--xts5/tset/Xlib8/CreateGC/CreateGC.m (renamed from xts5/tset/Xlib8/crtgc/crtgc.m)4
-rw-r--r--xts5/tset/Xlib8/Makefile.am2
-rw-r--r--xts5/tset/Xproto/.gitignore2
-rw-r--r--xts5/tset/Xproto/CreateGC/CreateGC.m (renamed from xts5/tset/Xproto/crtgc/crtgc.m)4
-rw-r--r--xts5/tset/Xproto/Makefile.am2
9 files changed, 12 insertions, 12 deletions
diff --git a/xts5/scenarios/Xlib8_scen b/xts5/scenarios/Xlib8_scen
index 2a5fe2da..4852b337 100644
--- a/xts5/scenarios/Xlib8_scen
+++ b/xts5/scenarios/Xlib8_scen
@@ -60,7 +60,7 @@
"VSW5TESTSUITE CASE XCopyGC 5"
/tset/Xlib8/CopyGC/CopyGC
"VSW5TESTSUITE CASE XCreateGC 26"
- /tset/Xlib8/crtgc/crtgc
+ /tset/Xlib8/CreateGC/CreateGC
"VSW5TESTSUITE CASE XFreeGC 2"
/tset/Xlib8/frgc/frgc
"VSW5TESTSUITE CASE XGContextFromGC 1"
diff --git a/xts5/scenarios/Xproto_scen b/xts5/scenarios/Xproto_scen
index 60585d1a..b7ed3f6a 100644
--- a/xts5/scenarios/Xproto_scen
+++ b/xts5/scenarios/Xproto_scen
@@ -110,7 +110,7 @@
"VSW5TESTSUITE CASE CreateCursor 5"
/tset/Xproto/CreateCursor/CreateCursor
"VSW5TESTSUITE CASE CreateGC 6"
- /tset/Xproto/crtgc/crtgc
+ /tset/Xproto/CreateGC/CreateGC
"VSW5TESTSUITE CASE CreateGlyphCursor 5"
/tset/Xproto/crtglyphcr/crtglyphcr
"VSW5TESTSUITE CASE CreatePixmap 5"
diff --git a/xts5/tet_scen b/xts5/tet_scen
index 1df2e6e9..30c37b68 100644
--- a/xts5/tet_scen
+++ b/xts5/tet_scen
@@ -2773,7 +2773,7 @@ XCopyGC
XCreateGC
"VSW5TESTSUITE CASE XCreateGC 26"
- /tset/Xlib8/crtgc/crtgc
+ /tset/Xlib8/CreateGC/CreateGC
XFreeGC
"VSW5TESTSUITE CASE XFreeGC 2"
@@ -3214,7 +3214,7 @@ pCreateCursor
pCreateGC
"VSW5TESTSUITE CASE CreateGC 6"
- /tset/Xproto/crtgc/crtgc
+ /tset/Xproto/CreateGC/CreateGC
pCreateGlyphCursor
"VSW5TESTSUITE CASE CreateGlyphCursor 5"
diff --git a/xts5/tset/Xlib8/.gitignore b/xts5/tset/Xlib8/.gitignore
index c2d1ba2e..a9807f8b 100644
--- a/xts5/tset/Xlib8/.gitignore
+++ b/xts5/tset/Xlib8/.gitignore
@@ -1,6 +1,6 @@
ChangeGC/ChangeGC
CopyGC/CopyGC
-crtgc/crtgc
+CreateGC/CreateGC
flushgc/flushgc
frgc/frgc
gcntxtfrmg/gcntxtfrmg
diff --git a/xts5/tset/Xlib8/crtgc/crtgc.m b/xts5/tset/Xlib8/CreateGC/CreateGC.m
index 2a1b510d..17a6581e 100644
--- a/xts5/tset/Xlib8/crtgc/crtgc.m
+++ b/xts5/tset/Xlib8/CreateGC/CreateGC.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/Xlib8/crtgc/crtgc.m,v 1.2 2005-11-03 08:43:46 jmichael Exp $
+$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/CreateGC/CreateGC.m,v 1.2 2005-11-03 08:43:46 jmichael Exp $
Copyright (c) Applied Testing and Technology, Inc. 1995
All Rights Reserved.
>># Project: VSW5
>>#
->># File: xts5/tset/Xlib8/crtgc/crtgc.m
+>># File: xts5/tset/Xlib8/CreateGC/CreateGC.m
>>#
>># Description:
>># Tests for XCreateGC()
diff --git a/xts5/tset/Xlib8/Makefile.am b/xts5/tset/Xlib8/Makefile.am
index 2c40462a..ccf22c7c 100644
--- a/xts5/tset/Xlib8/Makefile.am
+++ b/xts5/tset/Xlib8/Makefile.am
@@ -14,7 +14,7 @@ flushgc_flushgc_LDADD = $(TCM) $(XTS_LLIBS) $(XTS_LIBS) \
tprogs = \
ChangeGC/ChangeGC \
CopyGC/CopyGC \
- crtgc/crtgc \
+ CreateGC/CreateGC \
flushgc/flushgc \
frgc/frgc \
gcntxtfrmg/gcntxtfrmg \
diff --git a/xts5/tset/Xproto/.gitignore b/xts5/tset/Xproto/.gitignore
index eb6570e3..7f08d8de 100644
--- a/xts5/tset/Xproto/.gitignore
+++ b/xts5/tset/Xproto/.gitignore
@@ -25,7 +25,7 @@ CopyPlane/CopyPlane
CirculateWindow/CirculateWindow
CreateColormap/CreateColormap
CreateCursor/CreateCursor
-crtgc/crtgc
+CreateGC/CreateGC
crtglyphcr/crtglyphcr
crtpxmp/crtpxmp
crtwdw/crtwdw
diff --git a/xts5/tset/Xproto/crtgc/crtgc.m b/xts5/tset/Xproto/CreateGC/CreateGC.m
index 93c87e5a..dccb7822 100644
--- a/xts5/tset/Xproto/crtgc/crtgc.m
+++ b/xts5/tset/Xproto/CreateGC/CreateGC.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/Xproto/crtgc/crtgc.m,v 1.2 2005-11-03 08:44:05 jmichael Exp $
+$Header: /cvs/xtest/xtest/xts5/tset/Xproto/CreateGC/CreateGC.m,v 1.2 2005-11-03 08:44:05 jmichael Exp $
Copyright (c) Applied Testing and Technology, Inc. 1995
All Rights Reserved.
>># Project: VSW5
>>#
->># File: xts5/tset/Xproto/crtgc/crtgc.m
+>># File: xts5/tset/Xproto/CreateGC/CreateGC.m
>>#
>># Description:
>># Tests for CreateGC
diff --git a/xts5/tset/Xproto/Makefile.am b/xts5/tset/Xproto/Makefile.am
index 3d0204f8..c9797afa 100644
--- a/xts5/tset/Xproto/Makefile.am
+++ b/xts5/tset/Xproto/Makefile.am
@@ -36,7 +36,7 @@ tprogs = \
CirculateWindow/CirculateWindow \
CreateColormap/CreateColormap \
CreateCursor/CreateCursor \
- crtgc/crtgc \
+ CreateGC/CreateGC \
crtglyphcr/crtglyphcr \
crtpxmp/crtpxmp \
crtwdw/crtwdw \