Skip to content

Commit 9a644fc

Browse files
committed
Fix unit test adding getLocalTime() fake
1 parent 6852f85 commit 9a644fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extras/test/src/util/PropertyTestUtil.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ unsigned long getTime()
1616
{
1717
return 0;
1818
}
19+
20+
unsigned long getLocalTime()
21+
{
22+
return 0;
23+
}

0 commit comments

Comments
 (0)