mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

The framework so far populated data structures with missing fields even when those fields are defined without the &optional attribute. When using the attribute, such entries continue to get populated. Update tests to reflect focus on unset fields.
12 lines
311 B
Text
12 lines
311 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
==========SERVERS============
|
|
{
|
|
[4] = [s=TEST, ss=TEST],
|
|
[3] = [s=TEST, ss=<uninitialized>]
|
|
}
|
|
==========SERVERS============
|
|
{
|
|
[4] = [s=TEST2, ss=TEST2],
|
|
[1] = [s=TEST2, ss=<uninitialized>]
|
|
}
|
|
done
|