[MERGE] Merged from the main trunk server branch.
authorAnup (OpenERP) <ach@tinyerp.com>
Thu, 20 May 2010 05:07:27 +0000 (10:37 +0530)
committerAnup (OpenERP) <ach@tinyerp.com>
Thu, 20 May 2010 05:07:27 +0000 (10:37 +0530)
bzr revid: ach@tinyerp.com-20100520050727-zdkp6mp65kmfm66o

1  2 
bin/addons/base/res/partner/partner_demo.xml
bin/netsvc.py
bin/osv/orm.py
bin/tools/config.py
bin/tools/convert.py
bin/tools/misc.py
setup.py

diff --cc bin/netsvc.py
Simple merge
diff --cc bin/osv/orm.py
Simple merge
@@@ -141,12 -141,10 +140,10 @@@ class configmanager(object)
          group = optparse.OptionGroup(parser, "Testing Configuration")
          group.add_option("--test-disable", action="store_true", dest="test_disable",
                           default=False, help="Disable loading test files.")
-         group.add_option("--test-no-rollback", action="store_false", dest="test_rollback",
-                          default=True, help="Don't rollback after running test.")
-         group.add_option("--test-continue", action="store_true", dest="test_continue",
-                          default=False, help="Display exception but then test should continue.")
+         group.add_option("--test-commit", action="store_true", dest="test_commit",
+                          default=False, help="Commit database changes performed by tests.")
          parser.add_option_group(group)
 -        
 +
          # Logging Group
          group = optparse.OptionGroup(parser, "Logging Configuration")
          group.add_option("--logfile", dest="logfile", help="file where the server log will be stored")
Simple merge
Simple merge
diff --cc setup.py
+++ b/setup.py
@@@ -176,14 -177,11 +177,14 @@@ options = 
          "compressed": 1,
          "optimize": 2,
          "dist_dir": 'dist',
 -        "packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
 -                     "lxml.objectify", "decimal", "xml", "encodings",
 -                     "dateutil", "wizard", "pychart", "PIL", "pyparsing",
 -                     "pydot", "asyncore","asynchat", "reportlab", "vobject",
 -                     "HTMLParser", "select", "yaml", "pywebdav"],
 +        "packages": [
 +                 "lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
 +                 "lxml.objectify", "decimal", "xml", "xml", "xml.dom", "xml.xpath",
 +                 "encodings", "dateutil", "wizard", "pychart", "PIL", "pyparsing",
 +                 "pydot", "asyncore","asynchat", "reportlab", "vobject",
 +                 "HTMLParser", "select", "mako", "poplib",
-                  "imaplib", "smtplib", "email", "yaml",
++                 "imaplib", "smtplib", "email", "yaml","pywebdav",
 +                 ],
          "excludes" : ["Tkconstants","Tkinter","tcl"],
      }
  }