Skip to content

Commit

Permalink
New variable needs to be in main of unit test as well ...
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Sep 11, 2023
1 parent 193cbc6 commit 2423d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Fixed issues:
* #280 - Highly experimental feature for subscriptions: allowing a wildcard as value for entity type, to not filter on entity type
* #280 - Implemented Periodic Notifications (subscriptions with a 'timeInterval')
* #280 - Fixed a crash in the subscription cache for subscriptions with empty URL paths in the notification::endpoint::uri field
* #280 - New CLI (hidden) for extra field in notifications (trigger: "VERB URL PATH"): -triggerOperation
1 change: 1 addition & 0 deletions test/unittests/main_UnitTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ uint32_t cSubCounters = 0;
char localIpAndPort[135];
unsigned long long inReqPayloadMaxSize;
unsigned long long outReqMsgMaxSize;
bool triggerOperation = false;



Expand Down

0 comments on commit 2423d65

Please sign in to comment.