From 95d1ac2f8b631d382a458a870abeb09e302cea93 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 25 Aug 2020 12:25:51 +0300 Subject: [PATCH] tests: Add proper tests for UniqueIdAllocator --- panda/src/putil/test_uniqueIdAllocator.cxx | 48 -------- tests/putil/test_uniqueidallocator.py | 134 +++++++++++++++++++++ 2 files changed, 134 insertions(+), 48 deletions(-) delete mode 100644 panda/src/putil/test_uniqueIdAllocator.cxx create mode 100644 tests/putil/test_uniqueidallocator.py diff --git a/panda/src/putil/test_uniqueIdAllocator.cxx b/panda/src/putil/test_uniqueIdAllocator.cxx deleted file mode 100644 index 73c3c6b498..0000000000 --- a/panda/src/putil/test_uniqueIdAllocator.cxx +++ /dev/null @@ -1,48 +0,0 @@ - -#include "stdafx.h" - -#include -#include -#include - -using std::cout; -using std::endl; - -#include "uniqueIdAllocator.h" - - -int _tmain(int argc, _TCHAR* argv[]) { - cout <<"UniqueIdAllocator Test"<