Commit 4d639bfef1bfa4e687ddec21cbb5eadf2f5e05ee

Authored by Perry Werneck
1 parent 30084e12
Exists in master and in 1 other branch develop

Updating D-Bus test scripts.

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
@@ -3,5 +3,5 @@ gdbus \ @@ -3,5 +3,5 @@ gdbus \
3 introspect \ 3 introspect \
4 --session \ 4 --session \
5 --dest=br.com.bb.pw3270.a \ 5 --dest=br.com.bb.pw3270.a \
6 - --object-path=/br/com/bb/tn3270 6 + --object-path=/br/com/bb/tn3270/session
7 7
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