NS3_LOG_ENABLE shouldn't be forced.
Moreover, there is no NS_LOG* usage in these files.
--- a/src/internet/test/ipv6-fragmentation-test.cc Sun Mar 23 16:51:32 2014 +0400
+++ b/src/internet/test/ipv6-fragmentation-test.cc Sun Mar 23 16:56:59 2014 +0400
@@ -23,8 +23,6 @@
* This is the test code for ipv6-l3protocol.cc (only the fragmentation and reassembly part).
*/
-#define NS3_LOG_ENABLE 1
-
#include "ns3/test.h"
#include "ns3/config.h"
#include "ns3/uinteger.h"
--- a/src/sixlowpan/test/sixlowpan-fragmentation-test.cc Sun Mar 23 16:51:32 2014 +0400
+++ b/src/sixlowpan/test/sixlowpan-fragmentation-test.cc Sun Mar 23 16:56:59 2014 +0400
@@ -17,8 +17,6 @@
*
* Author: Tommaso Pecorella <tommaso.pecorella@unifi.it>
*/
-#define NS3_LOG_ENABLE 1
-
#include "ns3/test.h"
#include "ns3/config.h"
#include "ns3/uinteger.h"