diff options
author | Oto Ciulis <oto.ciulis@ixonos.com> | 2013-12-09 04:58:40 -0800 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2014-01-23 13:52:45 -0800 |
commit | 6a4055720591fe0077bc33574c43b817e94c20e7 (patch) | |
tree | b56d3d6fd7388510267ae1836fcb34e31bb7e3b3 /tests/settings_test.cpp | |
parent | f89aab623a9d6d586ba01862ead69c1414d0cab7 (diff) | |
download | settings-daemon-6a4055720591fe0077bc33574c43b817e94c20e7.tar.gz settings-daemon-6a4055720591fe0077bc33574c43b817e94c20e7.tar.bz2 settings-daemon-6a4055720591fe0077bc33574c43b817e94c20e7.zip |
Added API for enabling tetheringsubmit/tizen_ivi_release/20140312.071515submit/tizen/20140307.080756submit/tizen/20140123.215424accepted/tizen/ivi/release/20140312.113719accepted/tizen/ivi/20140308.005500accepted/tizen/ivi/20140123.222913tizen_ivi_releaseaccepted/tizen_ivi_releaseaccepted/tizen/ivi
Change-Id: Iab08af56c29ec596022df96a1cf4a61c45fd4a70
Signed-off-by: Oto Ciulis <oto.ciulis@ixonos.com>
Diffstat (limited to 'tests/settings_test.cpp')
-rw-r--r-- | tests/settings_test.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/settings_test.cpp b/tests/settings_test.cpp index 7af9804..2c34abc 100644 --- a/tests/settings_test.cpp +++ b/tests/settings_test.cpp @@ -58,6 +58,13 @@ namespace //" \"value\": null" //"}"; + // "{" + // " \"type\": \"connman::technology\"," + // " \"transactionid\": \"3b5c9ebe-23fa-6b58-3f50-1203d7641441\"," + // " \"name\": \"tethering\"," + // " \"value\": { \"path\": \"/net/connman/technology/wifi\", \"ssid\" : \"ivi-poc\", \"password\": \"ivipoc-123\", \"enabled\": true }" + // "}"; + "{" " \"type\": \"connman::service\"," " \"transactionid\": \"fnord\"," |