Changeset 101683 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Oct 31, 2023 12:38:46 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159775
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp
r98103 r101683 87 87 //mDetectedOSLanguages = "en_UK" 88 88 mStrDetectedOSHints = "nudge nudge wink wink"; 89 mStrAdditionsInstallPackage = "Something-none-existing.run"; 89 90 } 90 91 … … 606 607 { 607 608 return mStrExtraInstallKernelParameters; 609 } 610 611 Utf8Str const &Unattended::i_getAdditionsInstallPackage() const 612 { 613 return mStrAdditionsInstallPackage; 608 614 } 609 615
Note:
See TracChangeset
for help on using the changeset viewer.