Changeset 99775 in vbox for trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp
- Timestamp:
- May 12, 2023 12:21:58 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp
r98103 r99775 601 601 602 602 603 void testDouble(void)603 static void testDouble(void) 604 604 { 605 605 RTTestSub(g_hTest, "RTCRestDouble"); … … 902 902 903 903 904 void testString(const char *pszDummy, ...)904 static void testString(const char *pszDummy, ...) 905 905 { 906 906 RTTestSub(g_hTest, "RTCRestString"); … … 1218 1218 1219 1219 1220 void testDate()1220 static void testDate() 1221 1221 { 1222 1222 RTTestSub(g_hTest, "RTCRestDate"); … … 1842 1842 1843 1843 1844 void testStringMap(void)1844 static void testStringMap(void) 1845 1845 { 1846 1846 RTTestSub(g_hTest, "RTCRestMap"); … … 2140 2140 2141 2141 2142 void testClientRequestBase()2142 static void testClientRequestBase() 2143 2143 { 2144 2144 RTTestSub(g_hTest, "RTCRestClientRequestBase"); … … 2275 2275 2276 2276 2277 void testClientResponseBase()2277 static void testClientResponseBase() 2278 2278 { 2279 2279 RTTestSub(g_hTest, "RTCRestClientResponseBase");
Note:
See TracChangeset
for help on using the changeset viewer.