Title: [commits] (bear) [11404] Add the i18n workaround flag to allow old unit tests to work with new i18n code
Revision
11404
Author
bear
Date
2006-08-11 17:23:36 -0700 (Fri, 11 Aug 2006)

Log Message

Add the i18n workaround flag to allow old unit tests to work with new i18n code

Modified Paths

Diff

Modified: trunk/hardhat/tbox.sh (11403 => 11404)

--- trunk/hardhat/tbox.sh	2006-08-12 00:04:32 UTC (rev 11403)
+++ trunk/hardhat/tbox.sh	2006-08-12 00:23:36 UTC (rev 11404)
@@ -68,6 +68,9 @@
     CHANDLERBIN="$C_DIR"
 fi
 
+# this is needed for the short term for tests that don't init i18n
+export UNIT_TESTING=True
+
 HH_DIR=`pwd`
 LOGFILES="svn.log distrib.log install.log tests.log"
 MODES="release debug"




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to