Changeset 102224 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Nov 22, 2023 8:53:57 AM (14 months ago)
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstUnattendedScript-1.expected
r93190 r102224 25 25 09=true 26 26 27 28 27 /* 29 28 * Regular inserts. … … 383 382 01: GUEST_OS_VERSION >= 1.2.3 384 383 02: GUEST_OS_VERSION <= 3.4.2 384 385 /* 386 * Hashing attributes. 387 * Contains the word "changeme" as hashed results. 388 */ 389 01=4cb9c8a8048fd02294477fcb1a41191a 390 02=fa9beb99e4029ad5a6615399e7bbae21356086b3 391 03=057ba03d6c44104863dc7361fe4578965d1887360f90a0895882e58a6248fc86 392 04=f1891cea80fc05e433c943254c6bdabc159577a02a7395dfebbfbc4f7661d4af56f2d372131a45936de40160007368a56ef216a30cb202c66d3145fd24380906 393 -
trunk/src/VBox/Main/testcase/tstUnattendedScript-1.template
r93190 r102224 24 24 08=@@VBOX_COND[${IS_RTC_USING_UTC}]@@true@@VBOX_COND_ELSE@@false@@VBOX_COND_END@@ 25 25 09=@@VBOX_COND[${HAS_PROXY}]@@true@@VBOX_COND_ELSE@@false@@VBOX_COND_END@@ 26 27 26 28 27 /* … … 383 382 01: @@VBOX_COND[${GUEST_OS_VERSION} vge 1.2.3]@@ GUEST_OS_VERSION >= 1.2.3@@VBOX_COND_ELSE@@ failed@@VBOX_COND_END@@ 384 383 02: @@VBOX_COND[${GUEST_OS_VERSION} vle 3.4.2]@@ GUEST_OS_VERSION <= 3.4.2@@VBOX_COND_ELSE@@ failed@@VBOX_COND_END@@ 384 385 /* 386 * Hashing attributes. 387 * Contains the word "changeme" as hashed results. 388 */ 389 01=@@VBOX_INSERT_USER_PASSWORD_MD5@@ 390 02=@@VBOX_INSERT_USER_PASSWORD_SHA1@@ 391 03=@@VBOX_INSERT_USER_PASSWORD_SHA256@@ 392 04=@@VBOX_INSERT_USER_PASSWORD_SHA512@@ 393 -
trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp
r102116 r102224 727 727 if (strExpected != strActual) 728 728 { 729 RTTestIFailed("Output does not match tstUnattendedScript-1.expect !");729 RTTestIFailed("Output does not match tstUnattendedScript-1.expected!"); 730 730 RTTestIFailureDetails("------ BEGIN OUTPUT ------\n"); 731 731 RTStrmWrite(g_pStdErr, strActual.c_str(), strActual.length());
Note:
See TracChangeset
for help on using the changeset viewer.