mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 22:05:03 +00:00
Engage "no_variable_data" during tests for predictable unique IDs
This commit is contained in:
parent
0930fab461
commit
dd59f9c624
@ -15,7 +15,8 @@
|
||||
|
||||
#include "tests/unit/init.h"
|
||||
|
||||
#include "src/common/unique_numbers.h"
|
||||
#include "common/hacks.h"
|
||||
#include "common/unique_numbers.h"
|
||||
|
||||
namespace {
|
||||
|
||||
@ -39,6 +40,8 @@ mtxut::init_suite() {
|
||||
set_mxmsg_handler(MXMSG_INFO, mxmsg_handler);
|
||||
set_mxmsg_handler(MXMSG_WARNING, mxmsg_handler);
|
||||
set_mxmsg_handler(MXMSG_ERROR, mxmsg_handler);
|
||||
|
||||
engage_hack(ENGAGE_NO_VARIABLE_DATA);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user