Index: /issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh	(revision 16632)
+++ /issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh	(revision 16633)
@@ -112,5 +112,5 @@
   ## testcase tag
   content="$content
-    <testcase assertions=\"1\" name=\"$name\" time=\"$time\">
+    <testcase assertions=\"1\" name=\"$testname\" time=\"$time\">
     $failure
     <system-out>
@@ -123,5 +123,5 @@
   ## testsuite block
   cat <<EOF >$juDIR/TEST-$suite.xml
-  <testsuite failures="0" assertions="$assertions" name="$testname" tests="1" errors="$errors" time="$total">
+  <testsuite failures="0" assertions="$assertions" name="ISSM Test Suite" tests="1" errors="$errors" time="$total">
     $content
   </testsuite>
