[Mailman3-dev] getting mm3 running on mac OSX 10.3 (or...

Michael Kato mk2s at digitalcommute.com
Sun Apr 11 21:14:45 EDT 2004


Dale,

   I've changed one file(mailman/categories/tests/test_xmlstring) so 
that it doesn't fail the tests.  I've mostly been ignoring the tests 
that fail in berkleydb/tests as it seems to be based on really old 
code.  As well as tests/test_lock.py as it seems to be testing lock.py 
which is not referenced anywhere else.

   As for getting the stubbackend/tests working on OS X you'll have to 
comment out backendtest.conf as in:
Index: etc/backendtest.conf
===================================================================
RCS file: /cvsroot/mailman/mailman3/etc/backendtest.conf,v
retrieving revision 1.2
diff -u -r1.2 backendtest.conf
--- etc/backendtest.conf        6 Apr 2004 04:14:01 -0000       1.2
+++ etc/backendtest.conf        12 Apr 2004 00:29:00 -0000
@@ -3,13 +3,13 @@
  %include defines.conf

  <databases>
-    <bdblist>
-        path $vardir/listdb
-    </bdblist>
-
-    <bdbuser>
-        path $vardir/userdb
-    </bdbuser>
+#    <bdblist>
+#        path $vardir/listdb
+#    </bdblist>
+
+#    <bdbuser>
+#        path $vardir/userdb
+#    </bdbuser>

      <stubuser />
      <stublist />

....maki....




More information about the Mailman3-Dev mailing list