gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21827 - in gnunet/src: stream testing_old


From: gnunet
Subject: [GNUnet-SVN] r21827 - in gnunet/src: stream testing_old
Date: Sat, 9 Jun 2012 20:31:29 +0200

Author: grothoff
Date: 2012-06-09 20:31:29 +0200 (Sat, 09 Jun 2012)
New Revision: 21827

Modified:
   gnunet/src/stream/Makefile.am
   gnunet/src/testing_old/testing_old.conf
Log:
-fix

Modified: gnunet/src/stream/Makefile.am
===================================================================
--- gnunet/src/stream/Makefile.am       2012-06-09 18:30:21 UTC (rev 21826)
+++ gnunet/src/stream/Makefile.am       2012-06-09 18:31:29 UTC (rev 21827)
@@ -35,18 +35,18 @@
 test_stream_2peers_LDADD = \
  $(top_builddir)/src/stream/libgnunetstream.la \
  $(top_builddir)/src/util/libgnunetutil.la \
- $(top_builddir)/src/testing/libgnunettesting.la
+ $(top_builddir)/src/testing_old/libgnunettesting_old.la
 
 test_stream_2peers_halfclose_SOURCES = \
  test_stream_2peers_halfclose.c
 test_stream_2peers_halfclose_LDADD = \
  $(top_builddir)/src/stream/libgnunetstream.la \
  $(top_builddir)/src/util/libgnunetutil.la \
- $(top_builddir)/src/testing/libgnunettesting.la
+ $(top_builddir)/src/testing_old/libgnunettesting_old.la
 
 test_stream_local_SOURCES = \
  test_stream_local.c
 test_stream_local_LDADD = \
  $(top_builddir)/src/stream/libgnunetstream.la \
  $(top_builddir)/src/util/libgnunetutil.la \
- $(top_builddir)/src/testing/libgnunettesting.la
\ No newline at end of file
+ $(top_builddir)/src/testing_old/libgnunettesting_old.la
\ No newline at end of file

Modified: gnunet/src/testing_old/testing_old.conf
===================================================================
--- gnunet/src/testing_old/testing_old.conf     2012-06-09 18:30:21 UTC (rev 
21826)
+++ gnunet/src/testing_old/testing_old.conf     2012-06-09 18:31:29 UTC (rev 
21827)
@@ -1,4 +1,4 @@
-[TESTING]
+[TESTING_OLD]
 # How long before failing a connection?
 CONNECT_TIMEOUT = 30 s
 # How many connect attempts should we make?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]