Revision: 723 http://cishell.svn.sourceforge.net/cishell/?rev=723&view=rev Author: mwlinnem Date: 2008-03-26 14:12:15 -0700 (Wed, 26 Mar 2008) Log Message: ----------- Change metadata line. Modified Paths: -------------- trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java Modified: trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java =================================================================== --- trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java 2008-03-26 20:46:09 UTC (rev 722) +++ trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java 2008-03-26 21:12:15 UTC (rev 723) @@ -361,7 +361,7 @@ private Data createReportData(Object report, String label, Data parent, String format, String type) { Data reportData = new BasicData(report, format); - Dictionary metadata = reportData.getMetaData(); + Dictionary metadata = reportData.getMetadata(); if (label == null) { label = "no label"; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |