You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2009/12/10 03:12:17 UTC

svn commit: r889058 - /jakarta/jmeter/trunk/test/src/org/apache/jmeter/gui/action/TestLoad.java

Author: sebb
Date: Thu Dec 10 02:12:16 2009
New Revision: 889058

URL: http://svn.apache.org/viewvc?rev=889058&view=rev
Log:
Improve error handling

Modified:
    jakarta/jmeter/trunk/test/src/org/apache/jmeter/gui/action/TestLoad.java

Modified: jakarta/jmeter/trunk/test/src/org/apache/jmeter/gui/action/TestLoad.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/test/src/org/apache/jmeter/gui/action/TestLoad.java?rev=889058&r1=889057&r2=889058&view=diff
==============================================================================
--- jakarta/jmeter/trunk/test/src/org/apache/jmeter/gui/action/TestLoad.java (original)
+++ jakarta/jmeter/trunk/test/src/org/apache/jmeter/gui/action/TestLoad.java Thu Dec 10 02:12:16 2009
@@ -96,6 +96,7 @@
     }
     
     private void assertTree(HashTree tree) throws Exception {
+        assertNotNull(parent+": "+ testFile.getName()+" caused null tree: ",tree);
         final Object object = tree.getArray()[0];
         final String name = testFile.getName();
         



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org