mirror of
https://github.com/eclipse-paho/paho.mqtt.cpp.git
synced 2025-09-15 12:58:39 +08:00
Moved unit test persistence directory to relative location
This commit is contained in:
parent
77a0455ebb
commit
5b77b0e427
@ -45,8 +45,9 @@ using namespace mqtt;
|
||||
|
||||
static const std::string BAD_SERVER_URI { "one://invalid.address" };
|
||||
static const std::string CLIENT_ID { "" }; // { "async_client_unit_test" };
|
||||
static const std::string PERSISTENCE_DIR { "/tmp" };
|
||||
static const std::string PERSISTENCE_DIR { "persist" };
|
||||
static const std::string TOPIC { "TOPIC" };
|
||||
|
||||
static const int GOOD_QOS { 0 };
|
||||
static const int BAD_QOS { 3 };
|
||||
static const_string_collection_ptr TOPIC_COLL { string_collection::create({ "TOPIC0", "TOPIC1", "TOPIC2" })};
|
||||
|
||||
@ -46,7 +46,7 @@ using namespace mqtt;
|
||||
#endif
|
||||
static const std::string BAD_SERVER_URI { "one://invalid.address" };
|
||||
static const std::string CLIENT_ID { "client_test" };
|
||||
static const std::string PERSISTENCE_DIR { "/tmp" };
|
||||
static const std::string PERSISTENCE_DIR { "persist" };
|
||||
static const std::string TOPIC { "TOPIC" };
|
||||
static const int GOOD_QOS { 0 };
|
||||
static const int BAD_QOS { 3 };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user