Revision: 534 http://cishell.svn.sourceforge.net/cishell/?rev=534&view=rev Author: mwlinnem Date: 2007-09-20 14:18:13 -0700 (Thu, 20 Sep 2007) Log Message: ----------- Converter names are now alphabetized in converter selection drop-down list. Modified Paths: -------------- trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithmFactory.java Modified: trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithmFactory.java =================================================================== --- trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithmFactory.java 2007-09-20 21:16:44 UTC (rev 533) +++ trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithmFactory.java 2007-09-20 21:18:13 UTC (rev 534) @@ -52,7 +52,9 @@ ConverterTesterAlgorithmUtil. getConverterReferences(bContext)); + Arrays.sort(converterNames); + ObjectClassDefinition oldDefinition = originalProvider.getObjectClassDefinition(this.pid, null); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |