improved regression tests

This commit is contained in:
Sean-M 2013-03-07 10:56:57 -05:00
parent 6180aec241
commit 4b8f0dc6d4
2 changed files with 2 additions and 1 deletions

View File

@ -1710,6 +1710,7 @@ def execute_test():
else:
errorem = ""
errorem += "There were no Errors.\n"
attachl = []
send_email()

View File

@ -323,7 +323,7 @@ public class RegressionTest extends TestCase{
}
}
private void setUseForIngest()
private void setListForIngest()
{
try {
Method getter = org.sleuthkit.autopsy.keywordsearch.KeywordSearchListsAbstract.class.getDeclaredMethod("getCurrent");