Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[tests] gconftool-2 is not available on platform
Signed-off-by: Reto Zingg <reto.zingg@jolla.com>
  • Loading branch information
Reto Zingg committed Sep 22, 2014
1 parent 7bb20a1 commit eb61f1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ut_birthdayplugin/with-daemon.sh.in
Expand Up @@ -25,21 +25,21 @@
cleanup ()
{
# Restore the original language
gconftool-2 --type string --set /meegotouch/i18n/language $CURRENT_LANG
# gconftool-2 --type string --set /meegotouch/i18n/language $CURRENT_LANG

kill $contactsd_pid
tracker-control -r > /dev/null
}
trap cleanup INT HUP TERM

CURRENT_LANG=$(gconftool-2 --get /meegotouch/i18n/language)
#CURRENT_LANG=$(gconftool-2 --get /meegotouch/i18n/language)
tracker-control -r > /dev/null
/usr/lib/tracker/tracker-store >/dev/null 2>&1 &

sleep 3

# Set the language manually since the key is missing in scratchbox
gconftool-2 --type string --set /meegotouch/i18n/language en
# gconftool-2 --type string --set /meegotouch/i18n/language en

UNITTEST="$@"

Expand Down

1 comment on commit eb61f1e

@VDVsx
Copy link

@VDVsx VDVsx commented on eb61f1e Sep 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is good to keep these lines around for reference, but would be also nice to add comment why these were disabled, then this can be properly fixed later.

Please sign in to comment.