[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] disable buffer tests, until we rewrite them (one of them fa...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] disable buffer tests, until we rewrite them (one of them fa...
- From: arma@seul.org (Roger Dingledine)
- Date: Sat, 28 Feb 2004 19:15:22 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 28 Feb 2004 19:15:39 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
	test.c 
Log Message:
disable buffer tests, until we rewrite them (one of them fails)
Index: test.c
===================================================================
RCS file: /home/or/cvsroot/src/or/test.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- test.c	11 Jan 2004 07:41:01 -0000	1.59
+++ test.c	29 Feb 2004 00:15:20 -0000	1.60
@@ -702,8 +702,8 @@
   crypto_seed_rng();
 
   setup_directory();
-  puts("========================== Buffers =========================");
-  test_buffers();
+//  puts("========================== Buffers =========================");
+//  test_buffers();
   puts("\n========================== Crypto ==========================");
   test_crypto();
   test_crypto_dh();