Re: [python-win32] testing ADSI GUID buffer objects

2006-07-26 Thread Gabriel Genellina
At Wednesday 26/7/2006 19:44, David Primmer wrote: I am trying to write a unit test for a function that accepts a buffer object. As far as I can tell, buffer's cannot be directly represented in code. How do I create the object for the test? (The buffer object comes through ADSI in an Active D

[python-win32] testing ADSI GUID buffer objects

2006-07-26 Thread David Primmer
I am trying to write a unit test for a function that accepts a buffer object. As far as I can tell, buffer's cannot be directly represented in code. How do I create the object for the test? (The buffer object comes through ADSI in an Active Directory query of the user GUID property). If I prin