Comment out disabled unittests.

remotes/origin/master-1.1.x
Victor Julien 15 years ago
parent a622ad5047
commit 44e678b86b

@ -6920,7 +6920,7 @@ end:
SCFree(p); SCFree(p);
return ret; return ret;
} }
#if 0
/** /**
* \test Test to make sure we setup the ipv4 pseudo packet properly * \test Test to make sure we setup the ipv4 pseudo packet properly
* *
@ -7153,6 +7153,7 @@ end:
StreamTcpReassembleFreeThreadCtx(ra_ctx); StreamTcpReassembleFreeThreadCtx(ra_ctx);
return ret; return ret;
} }
#endif
#endif /* UNITTESTS */ #endif /* UNITTESTS */
/** \brief The Function Register the Unit tests to test the reassembly engine /** \brief The Function Register the Unit tests to test the reassembly engine

Loading…
Cancel
Save