mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Update plugin btests for namespace changes
This commit is contained in:
parent
70c2397f69
commit
874e170341
43 changed files with 420 additions and 317 deletions
|
@ -1,13 +1,13 @@
|
|||
|
||||
#include "Plugin.h"
|
||||
|
||||
namespace plugin { namespace Testing_NoPatchVersion { Plugin plugin; } }
|
||||
namespace btest::plugin::Testing_NoPatchVersion { Plugin plugin; }
|
||||
|
||||
using namespace plugin::Testing_NoPatchVersion;
|
||||
using namespace btest::plugin::Testing_NoPatchVersion;
|
||||
|
||||
plugin::Configuration Plugin::Configure()
|
||||
zeek::plugin::Configuration Plugin::Configure()
|
||||
{
|
||||
plugin::Configuration config;
|
||||
zeek::plugin::Configuration config;
|
||||
config.name = "Testing::NoPatchVersion";
|
||||
config.description = "Testing a plugin without a specified patch version";
|
||||
config.version.major = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue