wine
19 years agoEliminate forward declarations, make functions static.
Mike McCormack [Thu, 31 Mar 2005 15:26:30 +0000 (15:26 +0000)] 
Eliminate forward declarations, make functions static.

19 years agoAsk for a tag if one was not given on the command line.
Ferenc Wagner [Thu, 31 Mar 2005 15:22:41 +0000 (15:22 +0000)] 
Ask for a tag if one was not given on the command line.

19 years agoAdded support for the DC meta region.
Alexandre Julliard [Thu, 31 Mar 2005 10:19:40 +0000 (10:19 +0000)] 
Added support for the DC meta region.

19 years agoStub implementation of HTMLDocument2 interface.
Jacek Caban [Thu, 31 Mar 2005 10:08:02 +0000 (10:08 +0000)] 
Stub implementation of HTMLDocument2 interface.

19 years agoUse textlen instead of len.
Paul Vriens [Thu, 31 Mar 2005 10:07:26 +0000 (10:07 +0000)] 
Use textlen instead of len.
Use textheight as the return value of DrawTextA.

19 years agoFix GetFileSecurityA test on Win98.
Stefan Leichter [Thu, 31 Mar 2005 10:07:11 +0000 (10:07 +0000)] 
Fix GetFileSecurityA test on Win98.

19 years agoDon't stop looking for devices if one can't be opened.
Paul van Schayck [Thu, 31 Mar 2005 10:07:02 +0000 (10:07 +0000)] 
Don't stop looking for devices if one can't be opened.

19 years agoSet the registry keys under HCU\Software\Microsoft\Windows
Huw Davies [Thu, 31 Mar 2005 10:06:46 +0000 (10:06 +0000)] 
Set the registry keys under HCU\Software\Microsoft\Windows
NT\CurrentVersion to mimic the win.ini values.

19 years agoFix up PIDL dumping code.
Mike McCormack [Thu, 31 Mar 2005 10:05:59 +0000 (10:05 +0000)] 
Fix up PIDL dumping code.

19 years agoJapanese 106 Keyboard fix.
Aric Cyr [Thu, 31 Mar 2005 10:05:48 +0000 (10:05 +0000)] 
Japanese 106 Keyboard fix.

19 years agoImplement mailslots.
Mike McCormack [Wed, 30 Mar 2005 19:02:15 +0000 (19:02 +0000)] 
Implement mailslots.

19 years ago- Make GetSystemMenu respect CS_NOCLOSE.
Dmitry Timoshkov [Wed, 30 Mar 2005 18:59:27 +0000 (18:59 +0000)] 
- Make GetSystemMenu respect CS_NOCLOSE.
- EnableMenuItem should not generate WM_WINDOWPOSCHANGING message.
- Make nonclient code check for presence of SC_CLOSE, not CS_NOCLOSE
  window class style.
- Add a test case.

19 years agoRemoved the incomplete signature checking code.
Michael Jung [Wed, 30 Mar 2005 18:56:41 +0000 (18:56 +0000)] 
Removed the incomplete signature checking code.

19 years agoThe update region passed in WM_NCPAINT and the clipping region passed
Alexandre Julliard [Wed, 30 Mar 2005 17:11:46 +0000 (17:11 +0000)] 
The update region passed in WM_NCPAINT and the clipping region passed
to GetDCEx have to be in screen coordinates.

19 years agoAssorted spelling fixes.
Francois Gouget [Wed, 30 Mar 2005 17:08:31 +0000 (17:08 +0000)] 
Assorted spelling fixes.

19 years agoAdded IMonikerProp and IInternetPriority interfaces.
Jacek Caban [Wed, 30 Mar 2005 17:05:22 +0000 (17:05 +0000)] 
Added IMonikerProp and IInternetPriority interfaces.

19 years agoAdded some definitions.
Jacek Caban [Wed, 30 Mar 2005 17:05:12 +0000 (17:05 +0000)] 
Added some definitions.

19 years agoReturn a computername constructed from the hostname.
Hans Leidekker [Wed, 30 Mar 2005 17:04:55 +0000 (17:04 +0000)] 
Return a computername constructed from the hostname.

19 years agoBetter handling of 16-bit native dlls when a 32-bit builtin with the
Alexandre Julliard [Wed, 30 Mar 2005 10:31:33 +0000 (10:31 +0000)] 
Better handling of 16-bit native dlls when a 32-bit builtin with the
same name exists; should help with the 16-bit cards.dll issue.
Replace some magic error numbers by the corresponding names.

19 years agoOnly reset the clip region in GetDC() if a new region is specified.
Alexandre Julliard [Wed, 30 Mar 2005 10:28:58 +0000 (10:28 +0000)] 
Only reset the clip region in GetDC() if a new region is specified.
Don't release the clip region for window DCs in ReleaseDC(), except
when called from EndPaint().
Added a bunch of tests.

19 years agoZero out return string in GetMenuStringA/W.
Uwe Bonnes [Wed, 30 Mar 2005 10:24:07 +0000 (10:24 +0000)] 
Zero out return string in GetMenuStringA/W.

19 years agoStub implementation of RtlAbsoluteToSelfRelativeSD.
Mike McCormack [Wed, 30 Mar 2005 10:22:51 +0000 (10:22 +0000)] 
Stub implementation of RtlAbsoluteToSelfRelativeSD.

19 years agoKeep dsound8.c and dsound.c in sync.
Robert Reif [Wed, 30 Mar 2005 10:21:44 +0000 (10:21 +0000)] 
Keep dsound8.c and dsound.c in sync.

19 years agoInitialize [orig|himetric][Width|Height] for PICTYPE_ICON case.
Alex Villacís Lasso [Wed, 30 Mar 2005 10:21:30 +0000 (10:21 +0000)] 
Initialize [orig|himetric][Width|Height] for PICTYPE_ICON case.

19 years agoMove save_registry and unload_key server calls to ntdll.
Robert Shearman [Wed, 30 Mar 2005 10:21:15 +0000 (10:21 +0000)] 
Move save_registry and unload_key server calls to ntdll.

19 years agoMake sure the GUID of the typelib we are registering matches the guid
Aric Stewart [Wed, 30 Mar 2005 10:19:08 +0000 (10:19 +0000)] 
Make sure the GUID of the typelib we are registering matches the guid
requested from MSI. If not search the given typelib file to find the
typelib requested to register.

19 years agoTry using a stable temporary directory at first to silence ZoneAlarm
Ferenc Wagner [Tue, 29 Mar 2005 19:51:49 +0000 (19:51 +0000)] 
Try using a stable temporary directory at first to silence ZoneAlarm
warnings.

19 years agoImplement ChangeServiceConfig.
Mike McCormack [Tue, 29 Mar 2005 19:51:40 +0000 (19:51 +0000)] 
Implement ChangeServiceConfig.

19 years agoJanitorial: Get rid of strncpy/strncpyW.
Peter Berg Larsen [Tue, 29 Mar 2005 19:49:21 +0000 (19:49 +0000)] 
Janitorial: Get rid of strncpy/strncpyW.

19 years agoImprove winealsa dsound driver by accessing sound driver's buffer
Jerry Jenkins [Tue, 29 Mar 2005 19:48:07 +0000 (19:48 +0000)] 
Improve winealsa dsound driver by accessing sound driver's buffer
directly in an undocumented way.

19 years ago- Volume now inherits Resource. This isn't the way Microsoft implements
Oliver Stieber [Tue, 29 Mar 2005 19:01:00 +0000 (19:01 +0000)] 
- Volume now inherits Resource. This isn't the way Microsoft implements
  the interface but it is more correct way (Microsoft even have a
  resource type of volume).
- Moved usage, format, allocatedMemory and size onto the resource
  class structure.
- Refactored Preload for classes that inherit BaseTexture, preload now
  binds the texture instead of bind texture calling preload, bindTexture
  allocated a glTexture if there isn't one.
- Added two new class static members BaseTexture_CleanUp and
  Resource_CleanUp that should be called by classes that implement
  BaseTexture or Resource.

19 years agoOnly restore the DC attributes on the next GetDC, and add support for
Alexandre Julliard [Tue, 29 Mar 2005 18:59:02 +0000 (18:59 +0000)] 
Only restore the DC attributes on the next GetDC, and add support for
the DCX_NORESETATTRS flag.
Get rid of the DCE flags, simplify the code a bit.
Add some test cases.

19 years agoFix failure to notice the use of a GIF palette index greater or equal
Alex Villacís Lasso [Tue, 29 Mar 2005 18:57:15 +0000 (18:57 +0000)] 
Fix failure to notice the use of a GIF palette index greater or equal
to 128 for transparency.

19 years agoAdded ES_AUTOHSCROLL style to the edittext changing text data.
Jacek Caban [Tue, 29 Mar 2005 18:56:54 +0000 (18:56 +0000)] 
Added ES_AUTOHSCROLL style to the edittext changing text data.

19 years agoIn a call to EnumEnhMetaFile when hdc is NULL, lpRect may be NULL. Add
Huw Davies [Tue, 29 Mar 2005 18:56:35 +0000 (18:56 +0000)] 
In a call to EnumEnhMetaFile when hdc is NULL, lpRect may be NULL. Add
a test for this.

19 years agoWriteFmtUserTypeStg doesn't pull a CLSID from the registry - it's
Huw Davies [Tue, 29 Mar 2005 18:56:22 +0000 (18:56 +0000)] 
WriteFmtUserTypeStg doesn't pull a CLSID from the registry - it's
unclear when (if at all) this gets written.

19 years agoMoved 16-bit string functions to user16.c and kbd16.c.
Alexandre Julliard [Tue, 29 Mar 2005 13:15:44 +0000 (13:15 +0000)] 
Moved 16-bit string functions to user16.c and kbd16.c.

19 years ago- Various improvements for minidump module information
Eric Pouech [Tue, 29 Mar 2005 13:14:08 +0000 (13:14 +0000)] 
- Various improvements for minidump module information
  . added timestamp & checksum in PE module
  . added size & checksum in ELF module
  . wine loader now appears with its pathname.
- Implemented PE & ELF timestamp & checksum validation in
  SymFindFileInPath.

19 years agoMoved rectangle functions to uitools.c and removed rect.c.
Alexandre Julliard [Tue, 29 Mar 2005 13:12:56 +0000 (13:12 +0000)] 
Moved rectangle functions to uitools.c and removed rect.c.

19 years agoUnicodify WINSPOOL_OpenDriverReg().
Dimitrie O. Paun [Tue, 29 Mar 2005 13:10:35 +0000 (13:10 +0000)] 
Unicodify WINSPOOL_OpenDriverReg().

19 years agoDon't close reg key if the open failed.
Huw Davies [Tue, 29 Mar 2005 13:06:57 +0000 (13:06 +0000)] 
Don't close reg key if the open failed.

19 years agoSerialize NULL pointer interfaces correctly.
Marcus Meissner [Tue, 29 Mar 2005 13:06:44 +0000 (13:06 +0000)] 
Serialize NULL pointer interfaces correctly.

19 years agoScrollWindow should call ScrollWindowEx with the SW_ERASE flag
Rein Klazes [Tue, 29 Mar 2005 13:06:32 +0000 (13:06 +0000)] 
ScrollWindow should call ScrollWindowEx with the SW_ERASE flag
set. With conformance test.

19 years agoClean-up async IO internal functions.
Eric Pouech [Tue, 29 Mar 2005 11:40:10 +0000 (11:40 +0000)] 
Clean-up async IO internal functions.

19 years ago- Implement NtLoadKey.
James Hawkins [Tue, 29 Mar 2005 11:38:58 +0000 (11:38 +0000)] 
- Implement NtLoadKey.
- Forward RegLoadKey to NtLoadKey.

19 years agoMoved 16-bit rectangle functions to user16.c.
Alexandre Julliard [Tue, 29 Mar 2005 11:35:24 +0000 (11:35 +0000)] 
Moved 16-bit rectangle functions to user16.c.

19 years agoImplement SetCPGlobal (an undocumented Win32 API).
Troy Rollo [Tue, 29 Mar 2005 11:34:03 +0000 (11:34 +0000)] 
Implement SetCPGlobal (an undocumented Win32 API).

19 years agoAdded a test for advapi32, which documents a crash in wine triggered
Michael Jung [Tue, 29 Mar 2005 11:32:13 +0000 (11:32 +0000)] 
Added a test for advapi32, which documents a crash in wine triggered
by incorrect api usage.

19 years agoChange prototypes so gcc with some warnings doesn't bark.
Vincent Béron [Tue, 29 Mar 2005 11:32:04 +0000 (11:32 +0000)] 
Change prototypes so gcc with some warnings doesn't bark.

19 years agorsabase doesn't use any types now, so remove it.
Vincent Béron [Tue, 29 Mar 2005 11:31:39 +0000 (11:31 +0000)] 
rsabase doesn't use any types now, so remove it.

19 years agoFix GetFileSecurityW for not existing directories/files.
Stefan Leichter [Tue, 29 Mar 2005 11:31:18 +0000 (11:31 +0000)] 
Fix GetFileSecurityW for not existing directories/files.

19 years ago- PDB: better checking for error conditions
Eric Pouech [Tue, 29 Mar 2005 11:30:57 +0000 (11:30 +0000)] 
- PDB: better checking for error conditions
- Fixed name demangling (when activated) when searching for a symbol

19 years agoFixed ntdll:reg test on win9x.
Jacek Caban [Tue, 29 Mar 2005 11:30:32 +0000 (11:30 +0000)] 
Fixed ntdll:reg test on win9x.

19 years agoHandle control characters in VkKeyScanEx similar to what Windows
Dmitry Timoshkov [Tue, 29 Mar 2005 11:30:13 +0000 (11:30 +0000)] 
Handle control characters in VkKeyScanEx similar to what Windows
does.

19 years ago- GetScrollRange should return an empty range, both upper and lower
Rein Klazes [Tue, 29 Mar 2005 11:29:50 +0000 (11:29 +0000)] 
- GetScrollRange should return an empty range, both upper and lower
  limit zero, if the window has no scrollbars (msdn).
- GetScrollInfo's return value is TRUE is nBar is SB_CTL or if
  anything is filled in the SCROLLINFO structure, otherwise the return
  value is FALSE.

19 years agoFixed VT_BSTR|VT_BYREF marshalling.
Marcus Meissner [Tue, 29 Mar 2005 11:29:11 +0000 (11:29 +0000)] 
Fixed VT_BSTR|VT_BYREF marshalling.
Added VT_I4|VT_BYREF marshalling.

19 years agoSplit out database functions, remove dependence on wine/unicode.h.
Mike McCormack [Tue, 29 Mar 2005 11:28:57 +0000 (11:28 +0000)] 
Split out database functions, remove dependence on wine/unicode.h.

19 years agoJanitorial: Get rid of strncpy/strncpyW.
Peter Berg Larsen [Mon, 28 Mar 2005 14:17:51 +0000 (14:17 +0000)] 
Janitorial: Get rid of strncpy/strncpyW.

19 years agoMerged X11DRV_BITMAP_CreateBitmapHeaderFromPixmap into
Alexandre Julliard [Mon, 28 Mar 2005 10:06:06 +0000 (10:06 +0000)] 
Merged X11DRV_BITMAP_CreateBitmapHeaderFromPixmap into
X11DRV_DIB_CreateDIBFromPixmap and simplified the code a bit.

19 years agoImplement CreateMailslot using NtCreateMailslotFile.
Mike McCormack [Mon, 28 Mar 2005 10:03:56 +0000 (10:03 +0000)] 
Implement CreateMailslot using NtCreateMailslotFile.

19 years agoRemove function prototypes, make functions static.
Mike McCormack [Mon, 28 Mar 2005 10:01:45 +0000 (10:01 +0000)] 
Remove function prototypes, make functions static.

19 years agoNative wcmd.exe accepts CALLs to .exe files.
Vincent Béron [Mon, 28 Mar 2005 10:01:31 +0000 (10:01 +0000)] 
Native wcmd.exe accepts CALLs to .exe files.

19 years agoKeep types sorted in alphabetical order.
Vincent Béron [Mon, 28 Mar 2005 10:01:20 +0000 (10:01 +0000)] 
Keep types sorted in alphabetical order.

19 years agoAdd support for single in idl files.
Vincent Béron [Mon, 28 Mar 2005 10:01:13 +0000 (10:01 +0000)] 
Add support for single in idl files.

19 years agoAdded a test for GetFileSecurityA.
Stefan Leichter [Mon, 28 Mar 2005 10:00:59 +0000 (10:00 +0000)] 
Added a test for GetFileSecurityA.

19 years agoFixed ppvObject serializer (deref twice instead of once).
Marcus Meissner [Mon, 28 Mar 2005 10:00:49 +0000 (10:00 +0000)] 
Fixed ppvObject serializer (deref twice instead of once).
Actually pass back return value of remote call in type marshaller.

19 years agoRemove tests that fail badly on Windows 98.
Jakob Eriksson [Mon, 28 Mar 2005 10:00:25 +0000 (10:00 +0000)] 
Remove tests that fail badly on Windows 98.

19 years agoFix an error code for ME.
Saulius Krasuckas [Mon, 28 Mar 2005 10:00:13 +0000 (10:00 +0000)] 
Fix an error code for ME.

19 years agoDefine the IAMStreamConfig interface.
Vladdy Impaler [Mon, 28 Mar 2005 09:59:53 +0000 (09:59 +0000)] 
Define the IAMStreamConfig interface.

19 years agoAdded checking for artsc library.
Jacek Caban [Mon, 28 Mar 2005 09:58:45 +0000 (09:58 +0000)] 
Added checking for artsc library.

19 years agoAdded X11DRV_get_pixmap and X11DRV_set_pixmap functions to avoid
Alexandre Julliard [Sun, 27 Mar 2005 18:30:51 +0000 (18:30 +0000)] 
Added X11DRV_get_pixmap and X11DRV_set_pixmap functions to avoid
direct accesses to the physBitmap field of the bitmap structure.

19 years agoFix BSTR tracing in the typelib marshaller.
Mike Hearn [Sun, 27 Mar 2005 18:20:10 +0000 (18:20 +0000)] 
Fix BSTR tracing in the typelib marshaller.

19 years agoStore the handle to the stock bitmap when the first DC is created to
Alexandre Julliard [Sun, 27 Mar 2005 18:19:59 +0000 (18:19 +0000)] 
Store the handle to the stock bitmap when the first DC is created to
avoid exporting the DEFAULT_BITMAP define.

19 years agoFormat VT_UI1, VT_I1, VT_UI2, VT_I2 correctly.
Marcus Meissner [Sun, 27 Mar 2005 18:17:19 +0000 (18:17 +0000)] 
Format VT_UI1, VT_I1, VT_UI2, VT_I2 correctly.

19 years agoRemove unnecessary function prototypes.
Mike McCormack [Sun, 27 Mar 2005 18:16:49 +0000 (18:16 +0000)] 
Remove unnecessary function prototypes.

19 years agoRemove function prototypes, make functions static.
Mike McCormack [Sun, 27 Mar 2005 18:16:25 +0000 (18:16 +0000)] 
Remove function prototypes, make functions static.

19 years agoStore the DCE pointer in the DC physDev structure using an x11drv GDI
Alexandre Julliard [Sun, 27 Mar 2005 17:58:41 +0000 (17:58 +0000)] 
Store the DCE pointer in the DC physDev structure using an x11drv GDI
escape.

19 years agoUse api definitions, remove duplicate code.
Mike McCormack [Sun, 27 Mar 2005 17:54:48 +0000 (17:54 +0000)] 
Use api definitions, remove duplicate code.

19 years agoRemove stray 8bit character.
Hans Leidekker [Sun, 27 Mar 2005 17:54:17 +0000 (17:54 +0000)] 
Remove stray 8bit character.

19 years agoDon't mistake frames for bytes.
Jerry Jenkins [Sun, 27 Mar 2005 17:52:32 +0000 (17:52 +0000)] 
Don't mistake frames for bytes.

19 years agoFix size passed to SPI_NONCLIENTMETRICS.
Robert Shearman [Sun, 27 Mar 2005 17:52:16 +0000 (17:52 +0000)] 
Fix size passed to SPI_NONCLIENTMETRICS.

19 years agoAdded IDispatch::GetIDsOfNames() special case serializing.
Marcus Meissner [Sun, 27 Mar 2005 17:51:59 +0000 (17:51 +0000)] 
Added IDispatch::GetIDsOfNames() special case serializing.
Handle VT_PTR / NULL marshalling correctly.

19 years agoWhen computing nonclient area take into consideration that a child
Ulrich Czekalla [Sun, 27 Mar 2005 17:51:30 +0000 (17:51 +0000)] 
When computing nonclient area take into consideration that a child
windows with the WS_POPUP style can have a menu bar.

19 years agoExplicitly store the stack of saved DCs in the DC structure instead of
Alexandre Julliard [Fri, 25 Mar 2005 20:58:29 +0000 (20:58 +0000)] 
Explicitly store the stack of saved DCs in the DC structure instead of
using the 16-bit hNext field in the object header.

19 years agoMaintain the stack of saved vis regions in the DC structure instead of
Alexandre Julliard [Fri, 25 Mar 2005 20:52:53 +0000 (20:52 +0000)] 
Maintain the stack of saved vis regions in the DC structure instead of
storing it directly in the region objects.

19 years agoUse {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAlloc,Free}().
Dimitrie O. Paun [Fri, 25 Mar 2005 20:49:00 +0000 (20:49 +0000)] 
Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAlloc,Free}().

19 years agoPrint retval in decimal to avoid confusion.
Paul Vriens [Fri, 25 Mar 2005 20:47:50 +0000 (20:47 +0000)] 
Print retval in decimal to avoid confusion.
NT4 fails with ERROR_INVALID_TARGET_HANDLE instead of
ERROR_REDIR_PAUSED.
Use some correct messages on error.
Extra tracing.

19 years agoChild windows with the WS_POPUP style are allowed to have a menu.
Ulrich Czekalla [Fri, 25 Mar 2005 20:47:32 +0000 (20:47 +0000)] 
Child windows with the WS_POPUP style are allowed to have a menu.

19 years agoAdded mshtmhst.idl.
Jacek Caban [Fri, 25 Mar 2005 20:46:48 +0000 (20:46 +0000)] 
Added mshtmhst.idl.

19 years agoCheck desktop visibility after processing command line arguments.
Ferenc Wagner [Fri, 25 Mar 2005 17:11:52 +0000 (17:11 +0000)] 
Check desktop visibility after processing command line arguments.

19 years agoScrollDC and X11DRV_SCROLLDC should scroll only pixels coming from
Rein Klazes [Fri, 25 Mar 2005 17:11:04 +0000 (17:11 +0000)] 
ScrollDC and X11DRV_SCROLLDC should scroll only pixels coming from
within the visible region, clipped to the clipping region if that
exists. Add the destination of pixels coming from the outside of this
region to the update region. With tests that depend on this.

19 years agoMoved DCE support to the X11 driver.
Alexandre Julliard [Fri, 25 Mar 2005 16:47:04 +0000 (16:47 +0000)] 
Moved DCE support to the X11 driver.

19 years agoDon't fault on NULL pointers in Is*Ptr functions.
Mike Hearn [Fri, 25 Mar 2005 16:38:50 +0000 (16:38 +0000)] 
Don't fault on NULL pointers in Is*Ptr functions.

19 years agoFix PARAMFLAG_FOUT typo in the tmarshaller.
Mike Hearn [Fri, 25 Mar 2005 16:38:37 +0000 (16:38 +0000)] 
Fix PARAMFLAG_FOUT typo in the tmarshaller.

19 years agoUse strdup, implement MsiDatabaseImportA.
Mike McCormack [Fri, 25 Mar 2005 16:38:26 +0000 (16:38 +0000)] 
Use strdup, implement MsiDatabaseImportA.

19 years agoDon't map point to parent's client window because the rest of the code
Ulrich Czekalla [Fri, 25 Mar 2005 16:38:15 +0000 (16:38 +0000)] 
Don't map point to parent's client window because the rest of the code
assumes screen coordinates.

19 years agoReplace the link_window request by a set_parent request since that is
Alexandre Julliard [Fri, 25 Mar 2005 10:38:56 +0000 (10:38 +0000)] 
Replace the link_window request by a set_parent request since that is
all link_window is used for at this point.
Get rid of the WIN_LinkWindow/UnlinkWindow functions.

19 years agoProper handling for GWL_STYLE.
Dimitrie O. Paun [Fri, 25 Mar 2005 10:27:11 +0000 (10:27 +0000)] 
Proper handling for GWL_STYLE.
Minor cleanups.

19 years agoFix a memory leak in toolbar. Avoid casts.
Dimitrie O. Paun [Fri, 25 Mar 2005 10:27:00 +0000 (10:27 +0000)] 
Fix a memory leak in toolbar. Avoid casts.

19 years agoReplace a trace with a previously removed test.
James Hawkins [Fri, 25 Mar 2005 10:26:18 +0000 (10:26 +0000)] 
Replace a trace with a previously removed test.