Commit 4d639bfef1bfa4e687ddec21cbb5eadf2f5e05ee
1 parent
30084e12
Exists in
master
and in
1 other branch
Updating D-Bus test scripts.
Showing
4 changed files
with
7 additions
and
7 deletions
Show diff stats
testscripts/callmethod.sh
| @@ -7,6 +7,6 @@ dbus-send \ | @@ -7,6 +7,6 @@ dbus-send \ | ||
| 7 | --session \ | 7 | --session \ |
| 8 | --dest=br.com.bb.pw3270.a\ | 8 | --dest=br.com.bb.pw3270.a\ |
| 9 | --print-reply \ | 9 | --print-reply \ |
| 10 | - "/br/com/bb/tn3270" \ | ||
| 11 | - "br.com.bb.tn3270.${1}" | 10 | + "/br/com/bb/tn3270/session" \ |
| 11 | + "br.com.bb.tn3270.session.${1}" | ||
| 12 | 12 |
testscripts/getproperty.sh
| @@ -7,8 +7,8 @@ dbus-send \ | @@ -7,8 +7,8 @@ dbus-send \ | ||
| 7 | --session \ | 7 | --session \ |
| 8 | --dest=br.com.bb.pw3270.a\ | 8 | --dest=br.com.bb.pw3270.a\ |
| 9 | --print-reply \ | 9 | --print-reply \ |
| 10 | - "/br/com/bb/tn3270" \ | 10 | + "/br/com/bb/tn3270/session" \ |
| 11 | "org.freedesktop.DBus.Properties.Get" \ | 11 | "org.freedesktop.DBus.Properties.Get" \ |
| 12 | - string:br.com.bb.tn3270 \ | 12 | + string:br.com.bb.tn3270.session \ |
| 13 | string:${1} | 13 | string:${1} |
| 14 | 14 |
testscripts/introspect-plugin.sh
testscripts/setstring.sh
| @@ -7,7 +7,7 @@ dbus-send \ | @@ -7,7 +7,7 @@ dbus-send \ | ||
| 7 | --session \ | 7 | --session \ |
| 8 | --dest=br.com.bb.pw3270.a\ | 8 | --dest=br.com.bb.pw3270.a\ |
| 9 | --print-reply \ | 9 | --print-reply \ |
| 10 | - "/br/com/bb/tn3270" \ | ||
| 11 | - "br.com.bb.tn3270.setString" \ | 10 | + "/br/com/bb/tn3270/session" \ |
| 11 | + "br.com.bb.tn3270.session.setString" \ | ||
| 12 | string:${1} | 12 | string:${1} |
| 13 | 13 |