[513] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r633 - in trunk: . owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:06:58 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Wed, 28 Feb 2007 21:07:32 -0500 (EST)

Author: nelhage
Date: 2007-02-28 21:07:32 -0500 (Wed, 28 Feb 2007)
New Revision: 633

Modified:
   trunk/
   trunk/owl/tester.c
Log:
 r19148@phanatique:  nelhage | 2007-02-27 23:58:44 -0500
 Tests now run with an initialize global obarray.



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - bb873fd7-8e23-0410-944a-99ec44c633eb:/branches/owl/filter-rewrite:15925
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/trunk:19147
   + bb873fd7-8e23-0410-944a-99ec44c633eb:/branches/owl/filter-rewrite:15925
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/trunk:19148

Modified: trunk/owl/tester.c
===================================================================
--- trunk/owl/tester.c	2007-03-01 02:07:28 UTC (rev 632)
+++ trunk/owl/tester.c	2007-03-01 02:07:32 UTC (rev 633)
@@ -145,6 +145,7 @@
 int main(int argc, char **argv, char **env)
 {
   owl_errqueue_init(owl_global_get_errqueue(&g));
+  owl_obarray_init(&(g.obarray));
 
   int numfailures=0;
   if (argc==2 && 0==strcmp(argv[1],"reg")) {


home help back first fref pref prev next nref lref last post