Kenneth, That does help quite a bit.
The intent of this line: > ***assembly.GetManifestResourceNames())*** is to test the ability to read resources from the assembly. We have another class that simply loads a text file from an assembly. In Java the equivalent would be reading a resource/property file from a jar. One possible solution would be to re-locate the test with that line of code in it (not a true unit test anyway) to another assembly where this kind of conflict would not happen, but still where the test could be run anyway. I was hoping there might be some other way to modify the assembly or some setting (in RhinoMocks or elsewhere) so that the two tests could co-habitate. Sounds like that might not be possible. Thanks so much for your help. cb -- You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhinomocks?hl=en.
