Ignore:
Timestamp:
11/15/14 14:37:02 (10 years ago)
Author:
bln4
Message:

The 'initializeForTesting' method was calling Browser->main() passing null which caused a null pointer exception. Now passes empty array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Browser.java

    r919 r926  
    624624                        MailSession._autoConnect = false;
    625625
    626                         Browser.main(null);
     626                        Browser.main(new String[]{});
    627627                        try {
    628628                                while (!isInitComplete()) {
Note: See TracChangeset for help on using the changeset viewer.