NUnite test for Search.TestRemoteSearchable
-------------------------------------------

                 Key: LUCENENET-93
                 URL: https://issues.apache.org/jira/browse/LUCENENET-93
             Project: Lucene.Net
          Issue Type: Bug
            Reporter: Digy
            Priority: Minor
         Attachments: TestRemoteSearchable.patch

I changed the listening port from 80 to 1099, converted static methods ton 
non-static and changed the statement
from
  System.Runtime.Remoting.RemotingServices.Marshal(impl, 
"http://localhost/Searchable";);
to
  System.Runtime.Remoting.RemotingServices.Marshal(impl, "Searchable");


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to