[orca] Updating the test harness to look for OOo-3.2 dev.



commit 1f3fe4e275f3b433de69ddc39009cc7b9387e537
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Aug 17 16:54:53 2009 -0400

    Updating the test harness to look for OOo-3.2 dev.

 test/harness/utils.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/test/harness/utils.py b/test/harness/utils.py
index 7b0e5a8..79c58a5 100644
--- a/test/harness/utils.py
+++ b/test/harness/utils.py
@@ -41,8 +41,8 @@ OOoWriterNames = "(StarOffice Writer|OpenOffice.org Writer|OOo-dev Writer Beta)"
 #OOO_VERSION="OpenOffice 2.4"
 #OOO_VERSION="StarOffice 8"
 #OOO_VERSION="DEV300_m25"
-#OOO_VERSION="DEV300_m29"
-OOO_VERSION="OpenOffice 3.0"
+#OOO_VERSION="OpenOffice 3.0"
+OOO_VERSION="DEV300_m54" # This is the current dev build of 3.2
 
 def getOOoName(app):
     if OOO_VERSION in ["OpenOffice 2.4", "OpenOffice 3.0"]:
@@ -51,7 +51,7 @@ def getOOoName(app):
         return "StarOffice %s" % app
     elif OOO_VERSION == "DEV300_m25":
         return "OOo-dev %s Beta" % app
-    elif OOO_VERSION == "DEV300_m29":
+    elif OOO_VERSION == "DEV300_m54":
         return "OOo-dev %s" % app
         
 def getOOoBrailleLine(app, title, remainder):
@@ -61,7 +61,7 @@ def getOOoBrailleLine(app, title, remainder):
         return "soffice Application " + title + " - StarOffice " + app + " Frame " +  title + " - StarOffice " + app + " RootPane ScrollPane Document view " + remainder
     elif OOO_VERSION == "DEV300_m25":
         return "soffice Application " + title + " - OOo-dev " + app + " Beta Frame " +  title + " - OOo-dev " + app + " Beta RootPane ScrollPane Document view " + remainder
-    elif OOO_VERSION == "DEV300_m29":
+    elif OOO_VERSION == "DEV300_m54":
         return "soffice Application " + title + " - OOo-dev " + app + " Frame " +  title + " - OOo-dev " + app + " RootPane ScrollPane Document view " + remainder
 
 createDiffs = True



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