Changeset 82968 in vbox for trunk/src/VBox/Storage/testcase
- Timestamp:
- Feb 4, 2020 10:35:17 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135976
- Location:
- trunk/src/VBox/Storage/testcase
- Files:
-
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/BuiltinTests.h
r76578 r82968 5 5 6 6 /* 7 * Copyright (C) 2014-20 19Oracle Corporation7 * Copyright (C) 2014-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/Makefile.kmk
r82755 r82968 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDDefs.h
r76578 r82968 6 6 7 7 /* 8 * Copyright (C) 2013-20 19Oracle Corporation8 * Copyright (C) 2013-2020 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackend.cpp
r80585 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackend.h
r76578 r82968 6 6 7 7 /* 8 * Copyright (C) 2013-20 19Oracle Corporation8 * Copyright (C) 2013-2020 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackendMem.cpp
r77232 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackendMem.h
r76578 r82968 6 6 7 7 /* 8 * Copyright (C) 2011-20 19Oracle Corporation8 * Copyright (C) 2011-2020 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoRnd.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoRnd.h
r76578 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDMemDisk.cpp
r77232 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDMemDisk.h
r76578 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScript.cpp
r77232 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScript.h
r76578 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptAst.cpp
r77232 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptAst.h
r76578 r82968 4 4 5 5 /* 6 * Copyright (C) 2013-20 19Oracle Corporation6 * Copyright (C) 2013-2020 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptChecker.cpp
r77232 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptInternal.h
r76578 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptInterp.cpp
r77232 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptStack.h
r76578 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVD-2.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVD.cpp
r79965 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDCompact.vd
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDCopy.vd
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDDiscard.vd
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDFill.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r80585 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDIo.vd
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDMultBackends.vd
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDResize.vd
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDShareable.vd
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDSnap.cpp
r77232 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/vbox-img.cpp
r79965 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/vbox-img.rc
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2015-20 19Oracle Corporation7 * Copyright (C) 2015-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/vdkeystoremgr.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/vdkeystoremgr.rc
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.