summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/testcase
diff options
context:
space:
mode:
authorMichael Meskes <meskes@debian.org>2009-02-27 11:01:37 +0100
committerMichael Meskes <meskes@debian.org>2009-02-27 11:01:37 +0100
commit3851150159d840b361841684946a96018c251ebd (patch)
tree674ef2c1cca58ee8656f458e6b7884c0e3e90716 /src/VBox/Runtime/testcase
parent5b633c860b9ccb98910812f91c2474fda316b50b (diff)
downloadvirtualbox-3851150159d840b361841684946a96018c251ebd.tar.gz
Imported Upstream version 2.1.4-dfsgupstream/2.1.4-dfsg
Diffstat (limited to 'src/VBox/Runtime/testcase')
-rw-r--r--src/VBox/Runtime/testcase/Makefile.kmk2
-rw-r--r--src/VBox/Runtime/testcase/ioctl.h2
-rw-r--r--src/VBox/Runtime/testcase/ntGetTimerResolution.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstAvl.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstBitOperations.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstCidr.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstCritSect.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstDeadlock.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstDir-2.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstDir-3.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstDir.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstEnv.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstErrUnique.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstFile.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstFileLock.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstGetOpt.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstHandleTable.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstInlineAsm.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstIoCtl.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstLdr-2.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstLdr-3.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstLdr-4.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstLdr.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstLdrLoad.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstLdrObj.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstLdrObjR0.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstLog.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstMemAutoPtr.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstMove.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstMp-1.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstNoCrt-1.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstOnce.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstPath.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstPrfRT.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstRTFsQueries.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstRTProcWait.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstRand.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstSemMutex.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstSemPingPong.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstSems.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstStrFormat.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstStrSimplePattern.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstStrToNum.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstSystemQueryOsInfo.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstTSC.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstThread-1.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstTime-2.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstTime-3.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstTime-4.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstTime.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstTimeSpec.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstTimer.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstTimerLR.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstUtf8.cpp2
-rw-r--r--src/VBox/Runtime/testcase/tstUuid.cpp2
57 files changed, 57 insertions, 57 deletions
diff --git a/src/VBox/Runtime/testcase/Makefile.kmk b/src/VBox/Runtime/testcase/Makefile.kmk
index 31cbd8e4f..ddd9d224c 100644
--- a/src/VBox/Runtime/testcase/Makefile.kmk
+++ b/src/VBox/Runtime/testcase/Makefile.kmk
@@ -1,4 +1,4 @@
-# $Id: Makefile.kmk 15821 2009-01-06 16:49:21Z vboxsync $
+# $Id: Makefile.kmk $
## @file
# Sub-Makefile for the IPRT testcases.
#
diff --git a/src/VBox/Runtime/testcase/ioctl.h b/src/VBox/Runtime/testcase/ioctl.h
index da61f2ff3..48d5c490a 100644
--- a/src/VBox/Runtime/testcase/ioctl.h
+++ b/src/VBox/Runtime/testcase/ioctl.h
@@ -1,4 +1,4 @@
-/* $Id: ioctl.h 8155 2008-04-18 15:16:47Z vboxsync $ */
+/* $Id: ioctl.h $ */
/** @file
* VBox L4/OSS audio - header for Linux IoCtls.
*/
diff --git a/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp b/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp
index 5157b6f2b..bd09bf315 100644
--- a/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp
+++ b/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp
@@ -1,4 +1,4 @@
-/* $Id: ntGetTimerResolution.cpp 9963 2008-06-26 14:41:05Z vboxsync $ */
+/* $Id: ntGetTimerResolution.cpp $ */
/** @file
* IPRT - Win32 (NT) testcase for getting the timer resolution.
*/
diff --git a/src/VBox/Runtime/testcase/tstAvl.cpp b/src/VBox/Runtime/testcase/tstAvl.cpp
index dee6f6212..abf15117f 100644
--- a/src/VBox/Runtime/testcase/tstAvl.cpp
+++ b/src/VBox/Runtime/testcase/tstAvl.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstAvl.cpp 13836 2008-11-05 02:42:54Z vboxsync $ */
+/* $Id: tstAvl.cpp $ */
/** @file
* IPRT Testcase - Avl trees.
*/
diff --git a/src/VBox/Runtime/testcase/tstBitOperations.cpp b/src/VBox/Runtime/testcase/tstBitOperations.cpp
index 2166780f8..ad282c65a 100644
--- a/src/VBox/Runtime/testcase/tstBitOperations.cpp
+++ b/src/VBox/Runtime/testcase/tstBitOperations.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstBitOperations.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */
+/* $Id: tstBitOperations.cpp $ */
/** @file
* IPRT Testcase - Inlined Bit Operations.
*/
diff --git a/src/VBox/Runtime/testcase/tstCidr.cpp b/src/VBox/Runtime/testcase/tstCidr.cpp
index dc3a389eb..ad81b6c99 100644
--- a/src/VBox/Runtime/testcase/tstCidr.cpp
+++ b/src/VBox/Runtime/testcase/tstCidr.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstCidr.cpp 13837 2008-11-05 02:54:02Z vboxsync $ */
+/* $Id: tstCidr.cpp $ */
/** @file
* IPRT Testcase - IPv4.
*/
diff --git a/src/VBox/Runtime/testcase/tstCritSect.cpp b/src/VBox/Runtime/testcase/tstCritSect.cpp
index 46ffd7285..4cda8d6af 100644
--- a/src/VBox/Runtime/testcase/tstCritSect.cpp
+++ b/src/VBox/Runtime/testcase/tstCritSect.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstCritSect.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstCritSect.cpp $ */
/** @file
* IPRT Testcase - Critical Sections.
*/
diff --git a/src/VBox/Runtime/testcase/tstDeadlock.cpp b/src/VBox/Runtime/testcase/tstDeadlock.cpp
index a2e98abc1..70528b915 100644
--- a/src/VBox/Runtime/testcase/tstDeadlock.cpp
+++ b/src/VBox/Runtime/testcase/tstDeadlock.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstDeadlock.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstDeadlock.cpp $ */
/** @file
* IPRT Testcase - deadlock detection. Will never really "work".
*/
diff --git a/src/VBox/Runtime/testcase/tstDir-2.cpp b/src/VBox/Runtime/testcase/tstDir-2.cpp
index f1671c4f2..8db2c5dac 100644
--- a/src/VBox/Runtime/testcase/tstDir-2.cpp
+++ b/src/VBox/Runtime/testcase/tstDir-2.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstDir-2.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstDir-2.cpp $ */
/** @file
* IPRT Testcase - Directory listing & filtering .
*/
diff --git a/src/VBox/Runtime/testcase/tstDir-3.cpp b/src/VBox/Runtime/testcase/tstDir-3.cpp
index 554f8ab84..00ed35130 100644
--- a/src/VBox/Runtime/testcase/tstDir-3.cpp
+++ b/src/VBox/Runtime/testcase/tstDir-3.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstDir-3.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstDir-3.cpp $ */
/** @file
* IPRT Testcase - Directory listing & filtering (no parameters needed).
*/
diff --git a/src/VBox/Runtime/testcase/tstDir.cpp b/src/VBox/Runtime/testcase/tstDir.cpp
index 64b182570..ec69e1272 100644
--- a/src/VBox/Runtime/testcase/tstDir.cpp
+++ b/src/VBox/Runtime/testcase/tstDir.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstDir.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstDir.cpp $ */
/** @file
* IPRT Testcase - Directory listing.
*/
diff --git a/src/VBox/Runtime/testcase/tstEnv.cpp b/src/VBox/Runtime/testcase/tstEnv.cpp
index eff54f03a..25e8b64f6 100644
--- a/src/VBox/Runtime/testcase/tstEnv.cpp
+++ b/src/VBox/Runtime/testcase/tstEnv.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstEnv.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstEnv.cpp $ */
/** @file
* IPRT Testcase - Environment.
*/
diff --git a/src/VBox/Runtime/testcase/tstErrUnique.cpp b/src/VBox/Runtime/testcase/tstErrUnique.cpp
index d050d0b52..4e551b07d 100644
--- a/src/VBox/Runtime/testcase/tstErrUnique.cpp
+++ b/src/VBox/Runtime/testcase/tstErrUnique.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstErrUnique.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstErrUnique.cpp $ */
/** @file
* IPRT Testcase - Error Messages.
*/
diff --git a/src/VBox/Runtime/testcase/tstFile.cpp b/src/VBox/Runtime/testcase/tstFile.cpp
index 444359c21..557843de5 100644
--- a/src/VBox/Runtime/testcase/tstFile.cpp
+++ b/src/VBox/Runtime/testcase/tstFile.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstFile.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstFile.cpp $ */
/** @file
* IPRT Testcase - File I/O.
*/
diff --git a/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp b/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp
index 143c7149d..84b0d8d5a 100644
--- a/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp
+++ b/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstFileAppendWin-1.cpp 9138 2008-05-26 22:26:10Z vboxsync $ */
+/* $Id: tstFileAppendWin-1.cpp $ */
/** @file
* IPRT Testcase - Exploration of File Appending on Windows.
*/
diff --git a/src/VBox/Runtime/testcase/tstFileLock.cpp b/src/VBox/Runtime/testcase/tstFileLock.cpp
index a746c49c2..f6bfecdbe 100644
--- a/src/VBox/Runtime/testcase/tstFileLock.cpp
+++ b/src/VBox/Runtime/testcase/tstFileLock.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstFileLock.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstFileLock.cpp $ */
/** @file
* IPRT Testcase - File Locks.
*/
diff --git a/src/VBox/Runtime/testcase/tstGetOpt.cpp b/src/VBox/Runtime/testcase/tstGetOpt.cpp
index 201008bb6..8dc969c7f 100644
--- a/src/VBox/Runtime/testcase/tstGetOpt.cpp
+++ b/src/VBox/Runtime/testcase/tstGetOpt.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstGetOpt.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */
+/* $Id: tstGetOpt.cpp $ */
/** @file
* IPRT Testcase - RTGetOpt
*/
diff --git a/src/VBox/Runtime/testcase/tstHandleTable.cpp b/src/VBox/Runtime/testcase/tstHandleTable.cpp
index 58c6b1792..ba61b2b89 100644
--- a/src/VBox/Runtime/testcase/tstHandleTable.cpp
+++ b/src/VBox/Runtime/testcase/tstHandleTable.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstHandleTable.cpp 11822 2008-08-29 14:21:03Z vboxsync $ */
+/* $Id: tstHandleTable.cpp $ */
/** @file
* IPRT Testcase - Handle Tables.
*/
diff --git a/src/VBox/Runtime/testcase/tstInlineAsm.cpp b/src/VBox/Runtime/testcase/tstInlineAsm.cpp
index 8a5084901..eee6a83a4 100644
--- a/src/VBox/Runtime/testcase/tstInlineAsm.cpp
+++ b/src/VBox/Runtime/testcase/tstInlineAsm.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstInlineAsm.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstInlineAsm.cpp $ */
/** @file
* IPRT Testcase - inline assembly.
*/
diff --git a/src/VBox/Runtime/testcase/tstIoCtl.cpp b/src/VBox/Runtime/testcase/tstIoCtl.cpp
index de900c1e5..0fbae69ed 100644
--- a/src/VBox/Runtime/testcase/tstIoCtl.cpp
+++ b/src/VBox/Runtime/testcase/tstIoCtl.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstIoCtl.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */
+/* $Id: tstIoCtl.cpp $ */
/** @file
* IPRT Testcase - file IoCtl.
*/
diff --git a/src/VBox/Runtime/testcase/tstLdr-2.cpp b/src/VBox/Runtime/testcase/tstLdr-2.cpp
index 6bdf9d265..7185a813b 100644
--- a/src/VBox/Runtime/testcase/tstLdr-2.cpp
+++ b/src/VBox/Runtime/testcase/tstLdr-2.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstLdr-2.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstLdr-2.cpp $ */
/** @file
* IPRT - Testcase for parts of RTLdr*, manual inspection.
*/
diff --git a/src/VBox/Runtime/testcase/tstLdr-3.cpp b/src/VBox/Runtime/testcase/tstLdr-3.cpp
index 5875dd99d..789bb4bc3 100644
--- a/src/VBox/Runtime/testcase/tstLdr-3.cpp
+++ b/src/VBox/Runtime/testcase/tstLdr-3.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstLdr-3.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstLdr-3.cpp $ */
/** @file
* IPRT - Testcase for parts of RTLdr*, manual inspection.
*/
diff --git a/src/VBox/Runtime/testcase/tstLdr-4.cpp b/src/VBox/Runtime/testcase/tstLdr-4.cpp
index 164f747cb..81849d601 100644
--- a/src/VBox/Runtime/testcase/tstLdr-4.cpp
+++ b/src/VBox/Runtime/testcase/tstLdr-4.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstLdr-4.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstLdr-4.cpp $ */
/** @file
* IPRT - Testcase for RTLdrOpen using ldrLdrObjR0.r0.
*/
diff --git a/src/VBox/Runtime/testcase/tstLdr.cpp b/src/VBox/Runtime/testcase/tstLdr.cpp
index ee92a7af6..068034e3c 100644
--- a/src/VBox/Runtime/testcase/tstLdr.cpp
+++ b/src/VBox/Runtime/testcase/tstLdr.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstLdr.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstLdr.cpp $ */
/** @file
* IPRT - Testcase for parts of RTLdr*.
*/
diff --git a/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp b/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
index ad6b6d44a..9ec6cd17c 100644
--- a/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
+++ b/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstLdrDisasmTest.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */
+/* $Id: tstLdrDisasmTest.cpp $ */
/** @file
* IPRT - RTLdr test object.
*
diff --git a/src/VBox/Runtime/testcase/tstLdrLoad.cpp b/src/VBox/Runtime/testcase/tstLdrLoad.cpp
index 9f867bcdc..44f17b2d2 100644
--- a/src/VBox/Runtime/testcase/tstLdrLoad.cpp
+++ b/src/VBox/Runtime/testcase/tstLdrLoad.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstLdrLoad.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstLdrLoad.cpp $ */
/** @file
* IPRT Testcase - Native Loader.
*/
diff --git a/src/VBox/Runtime/testcase/tstLdrObj.cpp b/src/VBox/Runtime/testcase/tstLdrObj.cpp
index 94d19f20d..ac2e72912 100644
--- a/src/VBox/Runtime/testcase/tstLdrObj.cpp
+++ b/src/VBox/Runtime/testcase/tstLdrObj.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstLdrObj.cpp 13832 2008-11-05 02:01:12Z vboxsync $ */
+/* $Id: tstLdrObj.cpp $ */
/** @file
* IPRT - RTLdr test object.
*
diff --git a/src/VBox/Runtime/testcase/tstLdrObjR0.cpp b/src/VBox/Runtime/testcase/tstLdrObjR0.cpp
index f8fcff1f6..4c4492289 100644
--- a/src/VBox/Runtime/testcase/tstLdrObjR0.cpp
+++ b/src/VBox/Runtime/testcase/tstLdrObjR0.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstLdrObjR0.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */
+/* $Id: tstLdrObjR0.cpp $ */
/** @file
* IPRT - RTLdr test object.
*
diff --git a/src/VBox/Runtime/testcase/tstLog.cpp b/src/VBox/Runtime/testcase/tstLog.cpp
index 09e8107a4..9243cfb39 100644
--- a/src/VBox/Runtime/testcase/tstLog.cpp
+++ b/src/VBox/Runtime/testcase/tstLog.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstLog.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstLog.cpp $ */
/** @file
* IPRT Testcase - Log Formatting.
*/
diff --git a/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp b/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp
index 03f5b0322..0a1a0f0bd 100644
--- a/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp
+++ b/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstMemAutoPtr.cpp 11822 2008-08-29 14:21:03Z vboxsync $ */
+/* $Id: tstMemAutoPtr.cpp $ */
/** @file
* IPRT - Testcase the RTMemAutoPtr template.
*/
diff --git a/src/VBox/Runtime/testcase/tstMove.cpp b/src/VBox/Runtime/testcase/tstMove.cpp
index 6a9c5ccb2..047ae23d7 100644
--- a/src/VBox/Runtime/testcase/tstMove.cpp
+++ b/src/VBox/Runtime/testcase/tstMove.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstMove.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstMove.cpp $ */
/** @file
* IPRT - RTFileMove & RTDirMove test program.
*/
diff --git a/src/VBox/Runtime/testcase/tstMp-1.cpp b/src/VBox/Runtime/testcase/tstMp-1.cpp
index 002f5259a..4563cd8b2 100644
--- a/src/VBox/Runtime/testcase/tstMp-1.cpp
+++ b/src/VBox/Runtime/testcase/tstMp-1.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstMp-1.cpp 12107 2008-09-04 20:10:06Z vboxsync $ */
+/* $Id: tstMp-1.cpp $ */
/** @file
* IPRT Testcase - RTMp.
*/
diff --git a/src/VBox/Runtime/testcase/tstNoCrt-1.cpp b/src/VBox/Runtime/testcase/tstNoCrt-1.cpp
index 4a8af4821..f324b5dd0 100644
--- a/src/VBox/Runtime/testcase/tstNoCrt-1.cpp
+++ b/src/VBox/Runtime/testcase/tstNoCrt-1.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstNoCrt-1.cpp 14026 2008-11-10 17:11:07Z vboxsync $ */
+/* $Id: tstNoCrt-1.cpp $ */
/** @file
* IPRT Testcase - Testcase for the No-CRT assembly bits.
*/
diff --git a/src/VBox/Runtime/testcase/tstOnce.cpp b/src/VBox/Runtime/testcase/tstOnce.cpp
index 3861c8122..01292a60c 100644
--- a/src/VBox/Runtime/testcase/tstOnce.cpp
+++ b/src/VBox/Runtime/testcase/tstOnce.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstOnce.cpp 10947 2008-07-29 18:27:35Z vboxsync $ */
+/* $Id: tstOnce.cpp $ */
/** @file
* IPRT Testcase - RTOnce.
*/
diff --git a/src/VBox/Runtime/testcase/tstPath.cpp b/src/VBox/Runtime/testcase/tstPath.cpp
index 04f7b3598..800b95761 100644
--- a/src/VBox/Runtime/testcase/tstPath.cpp
+++ b/src/VBox/Runtime/testcase/tstPath.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstPath.cpp 15813 2009-01-05 16:06:55Z vboxsync $ */
+/* $Id: tstPath.cpp $ */
/** @file
* IPRT Testcase - Test various path functions.
*/
diff --git a/src/VBox/Runtime/testcase/tstPrfRT.cpp b/src/VBox/Runtime/testcase/tstPrfRT.cpp
index 08299159e..22a623383 100644
--- a/src/VBox/Runtime/testcase/tstPrfRT.cpp
+++ b/src/VBox/Runtime/testcase/tstPrfRT.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstPrfRT.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstPrfRT.cpp $ */
/** @file
* IPRT testcase - profile some of the important functions.
*/
diff --git a/src/VBox/Runtime/testcase/tstRTFsQueries.cpp b/src/VBox/Runtime/testcase/tstRTFsQueries.cpp
index f13b7514b..7c5da1d14 100644
--- a/src/VBox/Runtime/testcase/tstRTFsQueries.cpp
+++ b/src/VBox/Runtime/testcase/tstRTFsQueries.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstRTFsQueries.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstRTFsQueries.cpp $ */
/** @file
* IPRT Testcase - RTFs Queries..
*/
diff --git a/src/VBox/Runtime/testcase/tstRTProcWait.cpp b/src/VBox/Runtime/testcase/tstRTProcWait.cpp
index 00e09cb7e..34fa5673a 100644
--- a/src/VBox/Runtime/testcase/tstRTProcWait.cpp
+++ b/src/VBox/Runtime/testcase/tstRTProcWait.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstRTProcWait.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstRTProcWait.cpp $ */
/** @file
* IPRT Testcase - RTProcWait.
*/
diff --git a/src/VBox/Runtime/testcase/tstRand.cpp b/src/VBox/Runtime/testcase/tstRand.cpp
index 3786b53c7..8b1dc350e 100644
--- a/src/VBox/Runtime/testcase/tstRand.cpp
+++ b/src/VBox/Runtime/testcase/tstRand.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstRand.cpp 11822 2008-08-29 14:21:03Z vboxsync $ */
+/* $Id: tstRand.cpp $ */
/** @file
* IPRT - Testcase for the RTRand API.
*/
diff --git a/src/VBox/Runtime/testcase/tstSemMutex.cpp b/src/VBox/Runtime/testcase/tstSemMutex.cpp
index 60a739925..726f645ed 100644
--- a/src/VBox/Runtime/testcase/tstSemMutex.cpp
+++ b/src/VBox/Runtime/testcase/tstSemMutex.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstSemMutex.cpp 11822 2008-08-29 14:21:03Z vboxsync $ */
+/* $Id: tstSemMutex.cpp $ */
/** @file
* IPRT Testcase - Simple Semaphore Smoke Test.
*/
diff --git a/src/VBox/Runtime/testcase/tstSemPingPong.cpp b/src/VBox/Runtime/testcase/tstSemPingPong.cpp
index 9b1556f25..19f630714 100644
--- a/src/VBox/Runtime/testcase/tstSemPingPong.cpp
+++ b/src/VBox/Runtime/testcase/tstSemPingPong.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstSemPingPong.cpp 12874 2008-10-01 20:09:09Z vboxsync $ */
+/* $Id: tstSemPingPong.cpp $ */
/** @file
* IPRT Testcase - RTSemPing/RTSemPong.
*/
diff --git a/src/VBox/Runtime/testcase/tstSems.cpp b/src/VBox/Runtime/testcase/tstSems.cpp
index 133f92328..a59adba8b 100644
--- a/src/VBox/Runtime/testcase/tstSems.cpp
+++ b/src/VBox/Runtime/testcase/tstSems.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstSems.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */
+/* $Id: tstSems.cpp $ */
/** @file
* IPRT Testcase - Simple Semaphore Smoke Test.
*/
diff --git a/src/VBox/Runtime/testcase/tstStrFormat.cpp b/src/VBox/Runtime/testcase/tstStrFormat.cpp
index 3952de6ac..7741708ad 100644
--- a/src/VBox/Runtime/testcase/tstStrFormat.cpp
+++ b/src/VBox/Runtime/testcase/tstStrFormat.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstStrFormat.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstStrFormat.cpp $ */
/** @file
* IPRT Testcase - String formatting.
*/
diff --git a/src/VBox/Runtime/testcase/tstStrSimplePattern.cpp b/src/VBox/Runtime/testcase/tstStrSimplePattern.cpp
index d3b283a69..42278a789 100644
--- a/src/VBox/Runtime/testcase/tstStrSimplePattern.cpp
+++ b/src/VBox/Runtime/testcase/tstStrSimplePattern.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstStrSimplePattern.cpp 13472 2008-10-22 09:19:00Z vboxsync $ */
+/* $Id: tstStrSimplePattern.cpp $ */
/** @file
* IPRT Testcase - RTStrSimplePattern.
*/
diff --git a/src/VBox/Runtime/testcase/tstStrToNum.cpp b/src/VBox/Runtime/testcase/tstStrToNum.cpp
index 7d7a0c9f8..5a5cff467 100644
--- a/src/VBox/Runtime/testcase/tstStrToNum.cpp
+++ b/src/VBox/Runtime/testcase/tstStrToNum.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstStrToNum.cpp 13837 2008-11-05 02:54:02Z vboxsync $ */
+/* $Id: tstStrToNum.cpp $ */
/** @file
* IPRT Testcase - String To Number Conversion.
*/
diff --git a/src/VBox/Runtime/testcase/tstSystemQueryOsInfo.cpp b/src/VBox/Runtime/testcase/tstSystemQueryOsInfo.cpp
index 49a964b3e..3ddb735e8 100644
--- a/src/VBox/Runtime/testcase/tstSystemQueryOsInfo.cpp
+++ b/src/VBox/Runtime/testcase/tstSystemQueryOsInfo.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstSystemQueryOsInfo.cpp 11822 2008-08-29 14:21:03Z vboxsync $ */
+/* $Id: tstSystemQueryOsInfo.cpp $ */
/** @file
* IPRT Testcase - RTSystemQueryOSInfo.
*/
diff --git a/src/VBox/Runtime/testcase/tstTSC.cpp b/src/VBox/Runtime/testcase/tstTSC.cpp
index 439c9d61e..431369b7e 100644
--- a/src/VBox/Runtime/testcase/tstTSC.cpp
+++ b/src/VBox/Runtime/testcase/tstTSC.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstTSC.cpp 12548 2008-09-17 17:59:49Z vboxsync $ */
+/* $Id: tstTSC.cpp $ */
/** @file
* IPRT Testcase - SMP TSC testcase.
*/
diff --git a/src/VBox/Runtime/testcase/tstThread-1.cpp b/src/VBox/Runtime/testcase/tstThread-1.cpp
index 64889fc89..a1791b68d 100644
--- a/src/VBox/Runtime/testcase/tstThread-1.cpp
+++ b/src/VBox/Runtime/testcase/tstThread-1.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstThread-1.cpp 11822 2008-08-29 14:21:03Z vboxsync $ */
+/* $Id: tstThread-1.cpp $ */
/** @file
* IPRT Testcase - Thread Testcase no.1.
*/
diff --git a/src/VBox/Runtime/testcase/tstTime-2.cpp b/src/VBox/Runtime/testcase/tstTime-2.cpp
index b914add26..cabf1e678 100644
--- a/src/VBox/Runtime/testcase/tstTime-2.cpp
+++ b/src/VBox/Runtime/testcase/tstTime-2.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstTime-2.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstTime-2.cpp $ */
/** @file
* IPRT Testcase - Simple RTTime test.
*/
diff --git a/src/VBox/Runtime/testcase/tstTime-3.cpp b/src/VBox/Runtime/testcase/tstTime-3.cpp
index 6eb3a9ac4..6df3a5c92 100644
--- a/src/VBox/Runtime/testcase/tstTime-3.cpp
+++ b/src/VBox/Runtime/testcase/tstTime-3.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstTime-3.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstTime-3.cpp $ */
/** @file
* IPRT Testcase - Simple RTTime test.
*/
diff --git a/src/VBox/Runtime/testcase/tstTime-4.cpp b/src/VBox/Runtime/testcase/tstTime-4.cpp
index 015afa246..99053ce18 100644
--- a/src/VBox/Runtime/testcase/tstTime-4.cpp
+++ b/src/VBox/Runtime/testcase/tstTime-4.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstTime-4.cpp 11822 2008-08-29 14:21:03Z vboxsync $ */
+/* $Id: tstTime-4.cpp $ */
/** @file
* IPRT Testcase - Simple RTTime vs. RTTimeSystem test.
*/
diff --git a/src/VBox/Runtime/testcase/tstTime.cpp b/src/VBox/Runtime/testcase/tstTime.cpp
index e77438e66..c608fde04 100644
--- a/src/VBox/Runtime/testcase/tstTime.cpp
+++ b/src/VBox/Runtime/testcase/tstTime.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstTime.cpp 11822 2008-08-29 14:21:03Z vboxsync $ */
+/* $Id: tstTime.cpp $ */
/** @file
* IPRT Testcase - Simple RTTime tests.
*/
diff --git a/src/VBox/Runtime/testcase/tstTimeSpec.cpp b/src/VBox/Runtime/testcase/tstTimeSpec.cpp
index 28ffd41fc..c3b13138a 100644
--- a/src/VBox/Runtime/testcase/tstTimeSpec.cpp
+++ b/src/VBox/Runtime/testcase/tstTimeSpec.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstTimeSpec.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */
+/* $Id: tstTimeSpec.cpp $ */
/** @file
* IPRT - RTTimeSpec and PRTTIME tests.
*/
diff --git a/src/VBox/Runtime/testcase/tstTimer.cpp b/src/VBox/Runtime/testcase/tstTimer.cpp
index a91e17cdf..03a16f3f9 100644
--- a/src/VBox/Runtime/testcase/tstTimer.cpp
+++ b/src/VBox/Runtime/testcase/tstTimer.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstTimer.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstTimer.cpp $ */
/** @file
* IPRT Testcase - Timers.
*/
diff --git a/src/VBox/Runtime/testcase/tstTimerLR.cpp b/src/VBox/Runtime/testcase/tstTimerLR.cpp
index 5bf2ec28a..68b47e23c 100644
--- a/src/VBox/Runtime/testcase/tstTimerLR.cpp
+++ b/src/VBox/Runtime/testcase/tstTimerLR.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstTimerLR.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstTimerLR.cpp $ */
/** @file
* IPRT Testcase - Low Resolution Timers.
*/
diff --git a/src/VBox/Runtime/testcase/tstUtf8.cpp b/src/VBox/Runtime/testcase/tstUtf8.cpp
index afa6c20ac..256631c2f 100644
--- a/src/VBox/Runtime/testcase/tstUtf8.cpp
+++ b/src/VBox/Runtime/testcase/tstUtf8.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstUtf8.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstUtf8.cpp $ */
/** @file
* IPRT Testcase - UTF-8 and UTF-16 string conversions.
*/
diff --git a/src/VBox/Runtime/testcase/tstUuid.cpp b/src/VBox/Runtime/testcase/tstUuid.cpp
index 734bab66c..230363ea8 100644
--- a/src/VBox/Runtime/testcase/tstUuid.cpp
+++ b/src/VBox/Runtime/testcase/tstUuid.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstUuid.cpp 13837 2008-11-05 02:54:02Z vboxsync $ */
+/* $Id: tstUuid.cpp $ */
/** @file
* IPRT Testcase - UUID.
*/