summaryrefslogtreecommitdiff
path: root/xts5
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-09-10 13:07:00 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-09-10 13:07:00 +1000
commitc3f96ba21800aa72103839224c085b368d6e03d9 (patch)
tree1928fbe6105c3483f4f0bc2b21e31ddcf2444f25 /xts5
parentd27eec5470d6ffed89bdaaf711bbc5ce0d70e283 (diff)
Renaming InternAtom/ to XInternAtom
Diffstat (limited to 'xts5')
-rw-r--r--xts5/scenarios/Xlib5_scen2
-rw-r--r--xts5/scenarios/Xproto_scen2
-rw-r--r--xts5/tet_scen4
-rw-r--r--xts5/tset/Xlib5/.gitignore2
-rw-r--r--xts5/tset/Xlib5/Makefile.am2
-rw-r--r--xts5/tset/Xlib5/XInternAtom/XInternAtom.m (renamed from xts5/tset/Xlib5/InternAtom/InternAtom.m)4
-rw-r--r--xts5/tset/Xproto/.gitignore2
-rw-r--r--xts5/tset/Xproto/Makefile.am2
-rw-r--r--xts5/tset/Xproto/XInternAtom/XInternAtom.m (renamed from xts5/tset/Xproto/InternAtom/InternAtom.m)4
9 files changed, 12 insertions, 12 deletions
diff --git a/xts5/scenarios/Xlib5_scen b/xts5/scenarios/Xlib5_scen
index efec254b..facc5f3b 100644
--- a/xts5/scenarios/Xlib5_scen
+++ b/xts5/scenarios/Xlib5_scen
@@ -72,7 +72,7 @@
"VSW5TESTSUITE CASE XGetWindowProperty 10"
/tset/Xlib5/XGetWindowProperty/XGetWindowProperty
"VSW5TESTSUITE CASE XInternAtom 8"
- /tset/Xlib5/InternAtom/InternAtom
+ /tset/Xlib5/XInternAtom/XInternAtom
"VSW5TESTSUITE CASE XListProperties 3"
/tset/Xlib5/ListProperties/ListProperties
"VSW5TESTSUITE CASE XQueryPointer 6"
diff --git a/xts5/scenarios/Xproto_scen b/xts5/scenarios/Xproto_scen
index 2d0ad984..96883da9 100644
--- a/xts5/scenarios/Xproto_scen
+++ b/xts5/scenarios/Xproto_scen
@@ -184,7 +184,7 @@
"VSW5TESTSUITE CASE InstallColormap 3"
/tset/Xproto/XInstallColormap/XInstallColormap
"VSW5TESTSUITE CASE InternAtom 3"
- /tset/Xproto/InternAtom/InternAtom
+ /tset/Xproto/XInternAtom/XInternAtom
"VSW5TESTSUITE CASE KillClient 3"
/tset/Xproto/XKillClient/XKillClient
"VSW5TESTSUITE CASE LookupColor 3"
diff --git a/xts5/tet_scen b/xts5/tet_scen
index 85b7d2c4..72d0e8a6 100644
--- a/xts5/tet_scen
+++ b/xts5/tet_scen
@@ -2465,7 +2465,7 @@ XGetWindowProperty
XInternAtom
"VSW5TESTSUITE CASE XInternAtom 8"
- /tset/Xlib5/InternAtom/InternAtom
+ /tset/Xlib5/XInternAtom/XInternAtom
XListProperties
"VSW5TESTSUITE CASE XListProperties 3"
@@ -3362,7 +3362,7 @@ pInstallColormap
pInternAtom
"VSW5TESTSUITE CASE InternAtom 3"
- /tset/Xproto/InternAtom/InternAtom
+ /tset/Xproto/XInternAtom/XInternAtom
pKillClient
"VSW5TESTSUITE CASE KillClient 3"
diff --git a/xts5/tset/Xlib5/.gitignore b/xts5/tset/Xlib5/.gitignore
index 4ff0d133..6ad391f5 100644
--- a/xts5/tset/Xlib5/.gitignore
+++ b/xts5/tset/Xlib5/.gitignore
@@ -6,7 +6,7 @@ XGetGeometry/XGetGeometry
XGetSelectionOwner/XGetSelectionOwner
XGetWindowAttributes/XGetWindowAttributes
XGetWindowProperty/XGetWindowProperty
-InternAtom/InternAtom
+XInternAtom/XInternAtom
ListProperties/ListProperties
QueryPointer/QueryPointer
QueryTree/QueryTree
diff --git a/xts5/tset/Xlib5/Makefile.am b/xts5/tset/Xlib5/Makefile.am
index 77e5c920..5242d21b 100644
--- a/xts5/tset/Xlib5/Makefile.am
+++ b/xts5/tset/Xlib5/Makefile.am
@@ -17,7 +17,7 @@ tprogs = \
XGetSelectionOwner/XGetSelectionOwner \
XGetWindowAttributes/XGetWindowAttributes \
XGetWindowProperty/XGetWindowProperty \
- InternAtom/InternAtom \
+ XInternAtom/XInternAtom \
ListProperties/ListProperties \
QueryPointer/QueryPointer \
QueryTree/QueryTree \
diff --git a/xts5/tset/Xlib5/InternAtom/InternAtom.m b/xts5/tset/Xlib5/XInternAtom/XInternAtom.m
index 2424d246..8d16d0d8 100644
--- a/xts5/tset/Xlib5/InternAtom/InternAtom.m
+++ b/xts5/tset/Xlib5/XInternAtom/XInternAtom.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/Xlib5/InternAtom/InternAtom.m,v 1.2 2005-11-03 08:43:39 jmichael Exp $
+$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/XInternAtom/XInternAtom.m,v 1.2 2005-11-03 08:43:39 jmichael Exp $
Copyright (c) Applied Testing and Technology, Inc. 1995
All Rights Reserved.
>># Project: VSW5
>>#
->># File: xts5/tset/Xlib5/InternAtom/InternAtom.m
+>># File: xts5/tset/Xlib5/XInternAtom/XInternAtom.m
>>#
>># Description:
>># Tests for XInternAtom()
diff --git a/xts5/tset/Xproto/.gitignore b/xts5/tset/Xproto/.gitignore
index 81e2d223..21839ff3 100644
--- a/xts5/tset/Xproto/.gitignore
+++ b/xts5/tset/Xproto/.gitignore
@@ -62,7 +62,7 @@ XGetWindowAttributes/XGetWindowAttributes
ImageText16/ImageText16
ImageText8/ImageText8
XInstallColormap/XInstallColormap
-InternAtom/InternAtom
+XInternAtom/XInternAtom
XKillClient/XKillClient
XLookupColor/XLookupColor
ListExtensions/ListExtensions
diff --git a/xts5/tset/Xproto/Makefile.am b/xts5/tset/Xproto/Makefile.am
index fd06c161..b7b64c95 100644
--- a/xts5/tset/Xproto/Makefile.am
+++ b/xts5/tset/Xproto/Makefile.am
@@ -73,7 +73,7 @@ tprogs = \
ImageText16/ImageText16 \
ImageText8/ImageText8 \
XInstallColormap/XInstallColormap \
- InternAtom/InternAtom \
+ XInternAtom/XInternAtom \
XKillClient/XKillClient \
XLookupColor/XLookupColor \
ListExtensions/ListExtensions \
diff --git a/xts5/tset/Xproto/InternAtom/InternAtom.m b/xts5/tset/Xproto/XInternAtom/XInternAtom.m
index ae166fd8..3e259d0b 100644
--- a/xts5/tset/Xproto/InternAtom/InternAtom.m
+++ b/xts5/tset/Xproto/XInternAtom/XInternAtom.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/InternAtom/InternAtom.m,v 1.2 2005-11-03 08:44:11 jmichael Exp $
+$Header: /cvs/xtest/xtest/xts5/tset/Xproto/XInternAtom/XInternAtom.m,v 1.2 2005-11-03 08:44:11 jmichael Exp $
Copyright (c) Applied Testing and Technology, Inc. 1995
All Rights Reserved.
>># Project: VSW5
>>#
->># File: xts5/tset/Xproto/InternAtom/InternAtom.m
+>># File: xts5/tset/Xproto/XInternAtom/XInternAtom.m
>>#
>># Description:
>># Tests for InternAtom