Commit 7bfe813dd38eb9c37585d76c764b8d2a20d5fa48

Authored by Perry Werneck
1 parent 4d99a858

Incluindo teste do método para obtenção de URL.

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/plugins/dbus3270/test.sh
... ... @@ -29,6 +29,10 @@ run_command()
29 29 dbus-send --session --print-reply --dest=$DEST.$SESSION $BPATH $DEST.disconnect
30 30 ;;
31 31  
  32 + url)
  33 + dbus-send --session --print-reply --dest=$DEST.$SESSION $BPATH $DEST.getURL
  34 + ;;
  35 +
32 36 quit)
33 37 dbus-send --session --print-reply --dest=$DEST.$SESSION $BPATH $DEST.quit
34 38 ;;
... ...