qtmobility/tests/auto/ut_qtcontacts_trackerplugin/ut_qtcontacts_trackerplugin_data/updateTpStatus.sparql
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/tests/auto/ut_qtcontacts_trackerplugin/ut_qtcontacts_trackerplugin_data/updateTpStatus.sparql	Fri Apr 16 15:51:22 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-if [ -z "$1" ]; then
-echo "usage: $0 <imaccount-uid> <imPresence>"
-exit 1
-fi
-tracker-sparql --update --query "
-DELETE { <$1> nco:imContactPresence ?status }
-WHERE { <$1> nco:imContactPresence ?status }
-INSERT { <$1> nco:imContactPresence $2 }
-"