This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

MySocket[Impl] test removed.


Hi,

I have removed MySocket en MySocketImpl classes from the SocketTest. It
was impossible to get this (simply) working with the different abstract
SocketImpl implementations from the 1.1, 1.2 and 1.4 versions.

And the actual test was kind of useless anyway:

-  // create a bogus SocketImpl for test coverage
-  // and test Socket(SocketImpl)
-  MySocketImpl msi = null;
-  //try {
-   msi = new MySocketImpl();
-  //} catch (Exception e) {}
-  try {
-   MySocket s = new MySocket(msi);
-  } catch (Exception se) {
-  }

Please yell and scream if you found this test important.

Cheers,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]