> I don't think replacing transfer call with our own emulation would be step > in the right direction. By using emulation, we could be masking bugs in > our code that communicates to the registry, as well as possibly registry > problems. Our emulation may not be perfect, and we may mislead you to > write the code that would work within Horizon, but not in the > Live environment. You're trying to combine two different testing environments, which is the problem. There is the testing of
1. Client to OpenSRS server communications 2. OpenSRS server to registry communications You should never test both at once, except for integration. We want to test #1, without having the details of #2 be part of our equation. Likewise, we might later want to test #2 or #1 and #2 together. But those are different tests. -- Joe Rhett [EMAIL PROTECTED] ISite Services, Inc.
