[Erp5-report] r42151 rafael - in /erp5/trunk/bt5/erp5_configurator_standard_ui_test: Extens...

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Jan 8 22:40:50 CET 2011


Author: rafael
Date: Sat Jan  8 22:40:50 2011
New Revision: 42151

URL: http://svn.erp5.org?rev=42151&view=rev
Log:
Included extension.

Added:
    erp5/trunk/bt5/erp5_configurator_standard_ui_test/ExtensionTemplateItem/
    erp5/trunk/bt5/erp5_configurator_standard_ui_test/ExtensionTemplateItem/ConfiguratorTestUtils.py
    erp5/trunk/bt5/erp5_configurator_standard_ui_test/bt/template_extension_id_list
Modified:
    erp5/trunk/bt5/erp5_configurator_standard_ui_test/bt/revision

Added: erp5/trunk/bt5/erp5_configurator_standard_ui_test/ExtensionTemplateItem/ConfiguratorTestUtils.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator_standard_ui_test/ExtensionTemplateItem/ConfiguratorTestUtils.py?rev=42151&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_configurator_standard_ui_test/ExtensionTemplateItem/ConfiguratorTestUtils.py (added)
+++ erp5/trunk/bt5/erp5_configurator_standard_ui_test/ExtensionTemplateItem/ConfiguratorTestUtils.py [utf8] Sat Jan  8 22:40:50 2011
@@ -0,0 +1,40 @@
+# -*- coding: utf-8 -*-
+##############################################################################
+#
+# Copyright (c) 2002-2010 Nexedi SA and Contributors. All Rights Reserved.
+#                  Ivan Tyagov <ivan at nexedi.com>
+#                  Rafael Monenrat <rafael at nexedi.com>
+#
+# WARNING: This program as such is intended to be used by professional
+# programmers who take the whole responsability of assessing all potential
+# consequences resulting from its eventual inadequacies and bugs
+# End users who are looking for a ready-to-use solution with commercial
+# garantees and support are strongly adviced to contract a Free Software
+# Service Company
+#
+# This program is Free Software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+##############################################################################
+
+import os
+from Products.ERP5Configurator import tests
+
+def Zuite_getTestDocumentsHome(self):
+  """
+    Get test documents folder as string.
+  """
+  return os.path.join(
+               os.path.abspath(
+                  os.path.dirname(tests.__file__)),'test_data') 

Modified: erp5/trunk/bt5/erp5_configurator_standard_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator_standard_ui_test/bt/revision?rev=42151&r1=42150&r2=42151&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator_standard_ui_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator_standard_ui_test/bt/revision [utf8] Sat Jan  8 22:40:50 2011
@@ -1 +1 @@
-655
\ No newline at end of file
+656
\ No newline at end of file

Added: erp5/trunk/bt5/erp5_configurator_standard_ui_test/bt/template_extension_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator_standard_ui_test/bt/template_extension_id_list?rev=42151&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_configurator_standard_ui_test/bt/template_extension_id_list (added)
+++ erp5/trunk/bt5/erp5_configurator_standard_ui_test/bt/template_extension_id_list [utf8] Sat Jan  8 22:40:50 2011
@@ -0,0 +1 @@
+ConfiguratorTestUtils
\ No newline at end of file



More information about the Erp5-report mailing list