summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xts5/scenarios/Xlib7_scen2
-rw-r--r--xts5/scenarios/Xproto_scen2
-rw-r--r--xts5/tet_scen4
-rw-r--r--xts5/tset/Xlib7/.gitignore2
-rw-r--r--xts5/tset/Xlib7/Makefile.am2
-rw-r--r--xts5/tset/Xlib7/XAllocColorCells/XAllocColorCells.m (renamed from xts5/tset/Xlib7/AllocColorCells/AllocColorCells.m)4
-rw-r--r--xts5/tset/Xproto/.gitignore2
-rw-r--r--xts5/tset/Xproto/Makefile.am2
-rw-r--r--xts5/tset/Xproto/XAllocColorCells/XAllocColorCells.m (renamed from xts5/tset/Xproto/AllocColorCells/AllocColorCells.m)4
9 files changed, 12 insertions, 12 deletions
diff --git a/xts5/scenarios/Xlib7_scen b/xts5/scenarios/Xlib7_scen
index 287ef166..7d2f2a12 100644
--- a/xts5/scenarios/Xlib7_scen
+++ b/xts5/scenarios/Xlib7_scen
@@ -58,7 +58,7 @@
"VSW5TESTSUITE CASE XAllocColor 5"
/tset/Xlib7/XAllocColor/XAllocColor
"VSW5TESTSUITE CASE XAllocColorCells 9"
- /tset/Xlib7/AllocColorCells/AllocColorCells
+ /tset/Xlib7/XAllocColorCells/XAllocColorCells
"VSW5TESTSUITE CASE XAllocColorPlanes 7"
/tset/Xlib7/AllocColorPlanes/AllocColorPlanes
"VSW5TESTSUITE CASE XAllocNamedColor 6"
diff --git a/xts5/scenarios/Xproto_scen b/xts5/scenarios/Xproto_scen
index f9347658..39fae0dc 100644
--- a/xts5/scenarios/Xproto_scen
+++ b/xts5/scenarios/Xproto_scen
@@ -58,7 +58,7 @@
"VSW5TESTSUITE CASE AllocColor 3"
/tset/Xproto/XAllocColor/XAllocColor
"VSW5TESTSUITE CASE AllocColorCells 3"
- /tset/Xproto/AllocColorCells/AllocColorCells
+ /tset/Xproto/XAllocColorCells/XAllocColorCells
"VSW5TESTSUITE CASE AllocColorPlanes 3"
/tset/Xproto/AllocColorPlanes/AllocColorPlanes
"VSW5TESTSUITE CASE AllocNamedColor 3"
diff --git a/xts5/tet_scen b/xts5/tet_scen
index 2da84184..beb7da45 100644
--- a/xts5/tet_scen
+++ b/xts5/tet_scen
@@ -2535,7 +2535,7 @@ XAllocColor
XAllocColorCells
"VSW5TESTSUITE CASE XAllocColorCells 9"
- /tset/Xlib7/AllocColorCells/AllocColorCells
+ /tset/Xlib7/XAllocColorCells/XAllocColorCells
XAllocColorPlanes
"VSW5TESTSUITE CASE XAllocColorPlanes 7"
@@ -3110,7 +3110,7 @@ pAllocColor
pAllocColorCells
"VSW5TESTSUITE CASE AllocColorCells 3"
- /tset/Xproto/AllocColorCells/AllocColorCells
+ /tset/Xproto/XAllocColorCells/XAllocColorCells
pAllocColorPlanes
"VSW5TESTSUITE CASE AllocColorPlanes 3"
diff --git a/xts5/tset/Xlib7/.gitignore b/xts5/tset/Xlib7/.gitignore
index 0584d3b6..7998d22c 100644
--- a/xts5/tset/Xlib7/.gitignore
+++ b/xts5/tset/Xlib7/.gitignore
@@ -1,5 +1,5 @@
XAllocColor/XAllocColor
-AllocColorCells/AllocColorCells
+XAllocColorCells/XAllocColorCells
AllocColorPlanes/AllocColorPlanes
XAllocNamedColor/XAllocNamedColor
cmsac/cmsac
diff --git a/xts5/tset/Xlib7/Makefile.am b/xts5/tset/Xlib7/Makefile.am
index efe46b7e..b3691719 100644
--- a/xts5/tset/Xlib7/Makefile.am
+++ b/xts5/tset/Xlib7/Makefile.am
@@ -11,7 +11,7 @@ CLEANFILES = $(BUILT_SOURCES)
tprogs = \
XAllocColor/XAllocColor \
- AllocColorCells/AllocColorCells \
+ XAllocColorCells/XAllocColorCells \
AllocColorPlanes/AllocColorPlanes \
XAllocNamedColor/XAllocNamedColor \
cmsac/cmsac \
diff --git a/xts5/tset/Xlib7/AllocColorCells/AllocColorCells.m b/xts5/tset/Xlib7/XAllocColorCells/XAllocColorCells.m
index 1d9cbb2d..4c0af61f 100644
--- a/xts5/tset/Xlib7/AllocColorCells/AllocColorCells.m
+++ b/xts5/tset/Xlib7/XAllocColorCells/XAllocColorCells.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/Xlib7/AllocColorCells/AllocColorCells.m,v 1.2 2005-11-03 08:43:42 jmichael Exp $
+$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/XAllocColorCells/XAllocColorCells.m,v 1.2 2005-11-03 08:43:42 jmichael Exp $
Copyright (c) Applied Testing and Technology, Inc. 1995
All Rights Reserved.
>># Project: VSW5
>>#
->># File: xts5/tset/Xlib7/AllocColorCells/AllocColorCells.m
+>># File: xts5/tset/Xlib7/XAllocColorCells/XAllocColorCells.m
>>#
>># Description:
>># Tests for XAllocColorCells()
diff --git a/xts5/tset/Xproto/.gitignore b/xts5/tset/Xproto/.gitignore
index 212307f0..19cd0716 100644
--- a/xts5/tset/Xproto/.gitignore
+++ b/xts5/tset/Xproto/.gitignore
@@ -1,5 +1,5 @@
XAllocColor/XAllocColor
-AllocColorCells/AllocColorCells
+XAllocColorCells/XAllocColorCells
AllocColorPlanes/AllocColorPlanes
XAllocNamedColor/XAllocNamedColor
XAllowEvents/XAllowEvents
diff --git a/xts5/tset/Xproto/Makefile.am b/xts5/tset/Xproto/Makefile.am
index 6427d0b9..1812d49a 100644
--- a/xts5/tset/Xproto/Makefile.am
+++ b/xts5/tset/Xproto/Makefile.am
@@ -10,7 +10,7 @@ CLEANFILES = $(BUILT_SOURCES)
tprogs = \
XAllocColor/XAllocColor \
- AllocColorCells/AllocColorCells \
+ XAllocColorCells/XAllocColorCells \
AllocColorPlanes/AllocColorPlanes \
XAllocNamedColor/XAllocNamedColor \
XAllowEvents/XAllowEvents \
diff --git a/xts5/tset/Xproto/AllocColorCells/AllocColorCells.m b/xts5/tset/Xproto/XAllocColorCells/XAllocColorCells.m
index ca76f1fd..248a6c59 100644
--- a/xts5/tset/Xproto/AllocColorCells/AllocColorCells.m
+++ b/xts5/tset/Xproto/XAllocColorCells/XAllocColorCells.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/AllocColorCells/AllocColorCells.m,v 1.2 2005-11-03 08:44:01 jmichael Exp $
+$Header: /cvs/xtest/xtest/xts5/tset/Xproto/XAllocColorCells/XAllocColorCells.m,v 1.2 2005-11-03 08:44:01 jmichael Exp $
Copyright (c) Applied Testing and Technology, Inc. 1995
All Rights Reserved.
>># Project: VSW5
>>#
->># File: xts5/tset/Xproto/AllocColorCells/AllocColorCells.m
+>># File: xts5/tset/Xproto/XAllocColorCells/XAllocColorCells.m
>>#
>># Description:
>># Tests for AllocColorCells