summaryrefslogtreecommitdiff
path: root/xts5
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-09-10 13:34:35 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-09-10 14:38:47 +1000
commit3f09a526986113893304a92f6a1e587315ec6590 (patch)
tree65e41d505020aded30435d9c73389599e961ec2a /xts5
parent83ec8e4be8e3e309c691d248a17294d728b6c8c5 (diff)
Renaming crtimg/ to XCreateImage
Diffstat (limited to 'xts5')
-rw-r--r--xts5/scenarios/Xlib17_scen2
-rw-r--r--xts5/tet_scen2
-rw-r--r--xts5/tset/Xlib17/.gitignore2
-rw-r--r--xts5/tset/Xlib17/Makefile.am2
-rw-r--r--xts5/tset/Xlib17/XCreateImage/XCreateImage.m (renamed from xts5/tset/Xlib17/crtimg/crtimg.m)4
5 files changed, 6 insertions, 6 deletions
diff --git a/xts5/scenarios/Xlib17_scen b/xts5/scenarios/Xlib17_scen
index e9fc18c0..a7d200f9 100644
--- a/xts5/scenarios/Xlib17_scen
+++ b/xts5/scenarios/Xlib17_scen
@@ -62,7 +62,7 @@
"VSW5TESTSUITE CASE XCreateBitmapFromData 4"
/tset/Xlib17/XCreateBitmapFromData/XCreateBitmapFromData
"VSW5TESTSUITE CASE XCreateImage 3"
- /tset/Xlib17/crtimg/crtimg
+ /tset/Xlib17/XCreateImage/XCreateImage
"VSW5TESTSUITE CASE XCreatePixmapFromBitmapData 5"
/tset/Xlib17/crtpxmpfrm/crtpxmpfrm
"VSW5TESTSUITE CASE XCreateRegion 2"
diff --git a/xts5/tet_scen b/xts5/tet_scen
index c9d95d66..4214da75 100644
--- a/xts5/tet_scen
+++ b/xts5/tet_scen
@@ -1664,7 +1664,7 @@ XCreateBitmapFromData
XCreateImage
"VSW5TESTSUITE CASE XCreateImage 3"
- /tset/Xlib17/crtimg/crtimg
+ /tset/Xlib17/XCreateImage/XCreateImage
XCreatePixmapFromBitmapData
"VSW5TESTSUITE CASE XCreatePixmapFromBitmapData 5"
diff --git a/xts5/tset/Xlib17/.gitignore b/xts5/tset/Xlib17/.gitignore
index 991aca37..f2cda1e1 100644
--- a/xts5/tset/Xlib17/.gitignore
+++ b/xts5/tset/Xlib17/.gitignore
@@ -1,7 +1,7 @@
XAddPixel/XAddPixel
XClipBox/XClipBox
XCreateBitmapFromData/XCreateBitmapFromData
-crtimg/crtimg
+XCreateImage/XCreateImage
crtpxmpfrm/crtpxmpfrm
crtrgn/crtrgn
dltcntxt/dltcntxt
diff --git a/xts5/tset/Xlib17/Makefile.am b/xts5/tset/Xlib17/Makefile.am
index d73f0d85..63aa1244 100644
--- a/xts5/tset/Xlib17/Makefile.am
+++ b/xts5/tset/Xlib17/Makefile.am
@@ -12,7 +12,7 @@ tprogs = \
XAddPixel/XAddPixel \
XClipBox/XClipBox \
XCreateBitmapFromData/XCreateBitmapFromData \
- crtimg/crtimg \
+ XCreateImage/XCreateImage \
crtpxmpfrm/crtpxmpfrm \
crtrgn/crtrgn \
dltcntxt/dltcntxt \
diff --git a/xts5/tset/Xlib17/crtimg/crtimg.m b/xts5/tset/Xlib17/XCreateImage/XCreateImage.m
index abd2386f..5d7385e9 100644
--- a/xts5/tset/Xlib17/crtimg/crtimg.m
+++ b/xts5/tset/Xlib17/XCreateImage/XCreateImage.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/crtimg/crtimg.m,v 1.3 2007-05-14 15:29:46 gwc Exp $
+$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/XCreateImage/XCreateImage.m,v 1.3 2007-05-14 15:29:46 gwc Exp $
Copyright (c) Applied Testing and Technology, Inc. 1995
All Rights Reserved.
>># Project: VSW5
>>#
->># File: xts5/tset/Xlib17/crtimg/crtimg.m
+>># File: xts5/tset/Xlib17/XCreateImage/XCreateImage.m
>>#
>># Description:
>># Tests for XCreateImage()