Skip to content
Snippets Groups Projects

Tests for values and units

Merged Timm Fitschen requested to merge f-value-and-unit into dev
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -28,14 +28,14 @@
@@ -28,14 +28,14 @@
#include "caosdb/transaction.h" // for Entity, Transaction
#include "caosdb/transaction.h" // for Entity, Transaction
#include "caosdb/transaction_status.h" // for TransactionStatus
#include "caosdb/transaction_status.h" // for TransactionStatus
#include "caosdb/value.h" // for Value
#include "caosdb/value.h" // for Value
#include <gtest/gtest-message.h> // for Message
#include <gtest/gtest-test-part.h> // for TestPartResult
#include <gtest/gtest_pred_impl.h> // for AssertionResult
#include <stddef.h> // for size_t
#include <boost/filesystem/operations.hpp> // for remove
#include <boost/filesystem/operations.hpp> // for remove
#include <boost/filesystem/path.hpp> // for path
#include <boost/filesystem/path.hpp> // for path
#include <boost/filesystem/path_traits.hpp> // for filesystem
#include <boost/filesystem/path_traits.hpp> // for filesystem
 
#include <cstddef> // for size_t
#include <cstdint> // for int32_t
#include <cstdint> // for int32_t
 
#include <gtest/gtest-message.h> // for Message
 
#include <gtest/gtest-test-part.h> // for TestPartResult
 
#include <gtest/gtest_pred_impl.h> // for AssertionResult
#include <iostream> // for operator<<, endl
#include <iostream> // for operator<<, endl
#include <limits> // for numeric_limits
#include <limits> // for numeric_limits
#include <memory> // for unique_ptr, allocator
#include <memory> // for unique_ptr, allocator
Loading