[orca] Fix for bug 679514 - settings_test.py script fails because of some still remaining yaml files



commit d3fa26a34ccb70960c9138ac8e91495941739428
Author: Javier HernÃndez <jhernandez emergya com>
Date:   Fri Jul 6 15:02:42 2012 +0200

    Fix for bug 679514 - settings_test.py script fails because of some still remaining yaml files

 test/harness/generalSettings.conf        |   21 +++++++++++----------
 test/harness/importFile2.conf            |    7 ++++---
 test/harness/pronunciationsSettings.conf |    7 ++++---
 3 files changed, 19 insertions(+), 16 deletions(-)
---
diff --git a/test/harness/generalSettings.conf b/test/harness/generalSettings.conf
index 5e35deb..0e5333b 100644
--- a/test/harness/generalSettings.conf
+++ b/test/harness/generalSettings.conf
@@ -1,10 +1,11 @@
- enableKeyEcho: false
- keyboardLayout: 2
- magSourceDisplay: :0.0
- magTargetDisplay: :0.0
- orcaModifierKeys: [Caps_Lock]
- profile: [Laptop, laptop]
- quitOrcaNoConfirmation: true
- speechServerFactory: orca.speechdispatcherfactory
- speechServerInfo: [Sintetizador predeterminado, default]
- verbalizePunctuationStyle: 2
+{"enableKeyEcho": false,
+ "keyboardLayout": 2,
+ "magSourceDisplay": ":0.0",
+ "magTargetDisplay": ":0.0",
+ "orcaModifierKeys": ["Caps_Lock"],
+ "profile": ["Laptop", "laptop"],
+ "quitOrcaNoConfirmation": true,
+ "speechServerFactory": "orca.speechdispatcherfactory",
+ "speechServerInfo": ["Sintetizador predeterminado", "default"],
+ "verbalizePunctuationStyle": 2
+}
diff --git a/test/harness/importFile2.conf b/test/harness/importFile2.conf
index c786f40..37e8c24 100644
--- a/test/harness/importFile2.conf
+++ b/test/harness/importFile2.conf
@@ -1,3 +1,4 @@
-profile: [Laptop, laptop]
-keyboardLayout: 2
-quitOrcaNoConfirmation: true
+{"profile": ["Laptop", "laptop"],
+"keyboardLayout": 2,
+"quitOrcaNoConfirmation": true
+}
diff --git a/test/harness/pronunciationsSettings.conf b/test/harness/pronunciationsSettings.conf
index 7e5a958..e6680a2 100644
--- a/test/harness/pronunciationsSettings.conf
+++ b/test/harness/pronunciationsSettings.conf
@@ -1,3 +1,4 @@
-pronunciations:
-  asap: [ASAP, as soon as possible]
-  btw: [BTW, by the way]
+{"pronunciations": {
+  "asap": ["ASAP", "as soon as possible"],
+  "btw": ["BTW", "by the way"]}
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]