sebb        2003/12/03 18:04:42

  Modified:    src/jorphan/org/apache/jorphan/test AllTests.java
  Log:
  Still trying to find cause of GUI failures
  
  Revision  Changes    Path
  1.10      +6 -2      jakarta-jmeter/src/jorphan/org/apache/jorphan/test/AllTests.java
  
  Index: AllTests.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/jorphan/org/apache/jorphan/test/AllTests.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- AllTests.java     3 Dec 2003 12:11:16 -0000       1.9
  +++ AllTests.java     4 Dec 2003 02:04:42 -0000       1.10
  @@ -180,6 +180,8 @@
   //                   System.out.println("Instantiated: "+n);
                } catch (Exception e1) {
                        System.out.println("Error finding class "+n+" "+e1);
  +             } catch (java.lang.InternalError e1){
  +                     System.out.println("Error finding class "+n+" "+e1);
                }
   
                System.out.println("------------");
  @@ -206,7 +208,9 @@
                        System.out.println("Instantiated: "+n);
                } catch (Exception e1) {
                        System.out.println("Error with class "+n+" "+e1);
  -             }
  +             } catch (java.lang.InternalError e1){
  +                 System.out.println("Error with class "+n+" "+e1);
  +         }
                System.out.println("------------");
   //--
           System.exit(0);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to