summaryrefslogtreecommitdiff
path: root/xts5
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-09-10 13:06:57 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-09-10 13:06:57 +1000
commit8289220e31b7913c5c9e33ee13d2e4d394a6f4db (patch)
tree7a440c766b5faffa712acd42d9c4ef0340ce2fa5 /xts5
parent22b3b70fb012bcf470c04f2837cf6ec122216f39 (diff)
Renaming GetAtomName/ to XGetAtomName
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/XGetAtomName/XGetAtomName.m (renamed from xts5/tset/Xlib5/GetAtomName/GetAtomName.m)4
-rw-r--r--xts5/tset/Xproto/.gitignore2
-rw-r--r--xts5/tset/Xproto/Makefile.am2
-rw-r--r--xts5/tset/Xproto/XGetAtomName/XGetAtomName.m (renamed from xts5/tset/Xproto/GetAtomName/GetAtomName.m)4
9 files changed, 12 insertions, 12 deletions
diff --git a/xts5/scenarios/Xlib5_scen b/xts5/scenarios/Xlib5_scen
index 56af0c11..cf1b1f59 100644
--- a/xts5/scenarios/Xlib5_scen
+++ b/xts5/scenarios/Xlib5_scen
@@ -62,7 +62,7 @@
"VSW5TESTSUITE CASE XDeleteProperty 4"
/tset/Xlib5/XDeleteProperty/XDeleteProperty
"VSW5TESTSUITE CASE XGetAtomName 2"
- /tset/Xlib5/GetAtomName/GetAtomName
+ /tset/Xlib5/XGetAtomName/XGetAtomName
"VSW5TESTSUITE CASE XGetGeometry 4"
/tset/Xlib5/GetGeometry/GetGeometry
"VSW5TESTSUITE CASE XGetSelectionOwner 3"
diff --git a/xts5/scenarios/Xproto_scen b/xts5/scenarios/Xproto_scen
index 8c437576..8b7f6331 100644
--- a/xts5/scenarios/Xproto_scen
+++ b/xts5/scenarios/Xproto_scen
@@ -148,7 +148,7 @@
"VSW5TESTSUITE CASE GrabServer 3"
/tset/Xproto/XGrabServer/XGrabServer
"VSW5TESTSUITE CASE GetAtomName 3"
- /tset/Xproto/GetAtomName/GetAtomName
+ /tset/Xproto/XGetAtomName/XGetAtomName
"VSW5TESTSUITE CASE GetFontPath 3"
/tset/Xproto/GetFontPath/GetFontPath
"VSW5TESTSUITE CASE GetGeometry 3"
diff --git a/xts5/tet_scen b/xts5/tet_scen
index b2b13ba2..6278bb77 100644
--- a/xts5/tet_scen
+++ b/xts5/tet_scen
@@ -2445,7 +2445,7 @@ XDeleteProperty
XGetAtomName
"VSW5TESTSUITE CASE XGetAtomName 2"
- /tset/Xlib5/GetAtomName/GetAtomName
+ /tset/Xlib5/XGetAtomName/XGetAtomName
XGetGeometry
"VSW5TESTSUITE CASE XGetGeometry 4"
@@ -3290,7 +3290,7 @@ pGrabServer
pGetAtomName
"VSW5TESTSUITE CASE GetAtomName 3"
- /tset/Xproto/GetAtomName/GetAtomName
+ /tset/Xproto/XGetAtomName/XGetAtomName
pGetFontPath
"VSW5TESTSUITE CASE GetFontPath 3"
diff --git a/xts5/tset/Xlib5/.gitignore b/xts5/tset/Xlib5/.gitignore
index 538e518e..c434349b 100644
--- a/xts5/tset/Xlib5/.gitignore
+++ b/xts5/tset/Xlib5/.gitignore
@@ -1,7 +1,7 @@
XChangeProperty/XChangeProperty
XConvertSelection/XConvertSelection
XDeleteProperty/XDeleteProperty
-GetAtomName/GetAtomName
+XGetAtomName/XGetAtomName
GetGeometry/GetGeometry
GetSelectionOwner/GetSelectionOwner
GetWindowAttributes/GetWindowAttributes
diff --git a/xts5/tset/Xlib5/Makefile.am b/xts5/tset/Xlib5/Makefile.am
index f9a85b59..fc34b7dc 100644
--- a/xts5/tset/Xlib5/Makefile.am
+++ b/xts5/tset/Xlib5/Makefile.am
@@ -12,7 +12,7 @@ tprogs = \
XChangeProperty/XChangeProperty \
XConvertSelection/XConvertSelection \
XDeleteProperty/XDeleteProperty \
- GetAtomName/GetAtomName \
+ XGetAtomName/XGetAtomName \
GetGeometry/GetGeometry \
GetSelectionOwner/GetSelectionOwner \
GetWindowAttributes/GetWindowAttributes \
diff --git a/xts5/tset/Xlib5/GetAtomName/GetAtomName.m b/xts5/tset/Xlib5/XGetAtomName/XGetAtomName.m
index 4e5313a2..37d76a55 100644
--- a/xts5/tset/Xlib5/GetAtomName/GetAtomName.m
+++ b/xts5/tset/Xlib5/XGetAtomName/XGetAtomName.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/GetAtomName/GetAtomName.m,v 1.2 2005-11-03 08:43:38 jmichael Exp $
+$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/XGetAtomName/XGetAtomName.m,v 1.2 2005-11-03 08:43:38 jmichael Exp $
Copyright (c) Applied Testing and Technology, Inc. 1995
All Rights Reserved.
>># Project: VSW5
>>#
->># File: xts5/tset/Xlib5/GetAtomName/GetAtomName.m
+>># File: xts5/tset/Xlib5/XGetAtomName/XGetAtomName.m
>>#
>># Description:
>># Tests for XGetAtomName()
diff --git a/xts5/tset/Xproto/.gitignore b/xts5/tset/Xproto/.gitignore
index 175a46e5..62f56b6c 100644
--- a/xts5/tset/Xproto/.gitignore
+++ b/xts5/tset/Xproto/.gitignore
@@ -44,7 +44,7 @@ XGrabKey/XGrabKey
XGrabKeyboard/XGrabKeyboard
XGrabPointer/XGrabPointer
XGrabServer/XGrabServer
-GetAtomName/GetAtomName
+XGetAtomName/XGetAtomName
GetFontPath/GetFontPath
GetGeometry/GetGeometry
GetImage/GetImage
diff --git a/xts5/tset/Xproto/Makefile.am b/xts5/tset/Xproto/Makefile.am
index eeef931e..a1380252 100644
--- a/xts5/tset/Xproto/Makefile.am
+++ b/xts5/tset/Xproto/Makefile.am
@@ -55,7 +55,7 @@ tprogs = \
XGrabKeyboard/XGrabKeyboard \
XGrabPointer/XGrabPointer \
XGrabServer/XGrabServer \
- GetAtomName/GetAtomName \
+ XGetAtomName/XGetAtomName \
GetFontPath/GetFontPath \
GetGeometry/GetGeometry \
GetImage/GetImage \
diff --git a/xts5/tset/Xproto/GetAtomName/GetAtomName.m b/xts5/tset/Xproto/XGetAtomName/XGetAtomName.m
index cca6a3ee..24632b85 100644
--- a/xts5/tset/Xproto/GetAtomName/GetAtomName.m
+++ b/xts5/tset/Xproto/XGetAtomName/XGetAtomName.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/GetAtomName/GetAtomName.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $
+$Header: /cvs/xtest/xtest/xts5/tset/Xproto/XGetAtomName/XGetAtomName.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $
Copyright (c) Applied Testing and Technology, Inc. 1995
All Rights Reserved.
>># Project: VSW5
>>#
->># File: xts5/tset/Xproto/GetAtomName/GetAtomName.m
+>># File: xts5/tset/Xproto/XGetAtomName/XGetAtomName.m
>>#
>># Description:
>># Tests for GetAtomName