@@ -98,37 +98,37 @@ public void doImport()
9898 // populate the sample well group information
9999 for (int i = 0 ; i < options .getPtids ().length ; i ++)
100100 {
101- test .setFormElement (Locator .name ("specimen " + (i + 1 ) + "_ParticipantID" ), options .getPtids ()[i ]);
101+ test .setFormElement (Locator .name ("Specimen " + (i + 1 ) + "_ParticipantID" ), options .getPtids ()[i ]);
102102 }
103103
104104 for (int i = 0 ; i < options .getVisits ().length ; i ++)
105105 {
106- test .setFormElement (Locator .name ("specimen " + (i + 1 ) + "_VisitID" ), options .getVisits ()[i ]);
106+ test .setFormElement (Locator .name ("Specimen " + (i + 1 ) + "_VisitID" ), options .getVisits ()[i ]);
107107 }
108108
109109 for (int i = 0 ; i < options .getInitialDilutions ().length ; i ++)
110110 {
111- test .setFormElement (Locator .name ("specimen " + (i + 1 ) + "_InitialDilution" ), options .getInitialDilutions ()[i ]);
111+ test .setFormElement (Locator .name ("Specimen " + (i + 1 ) + "_InitialDilution" ), options .getInitialDilutions ()[i ]);
112112 }
113113
114114 for (int i = 0 ; i < options .getDilutionFactors ().length ; i ++)
115115 {
116- test .setFormElement (Locator .name ("specimen " + (i + 1 ) + "_Factor" ), options .getDilutionFactors ()[i ]);
116+ test .setFormElement (Locator .name ("Specimen " + (i + 1 ) + "_Factor" ), options .getDilutionFactors ()[i ]);
117117 }
118118
119119 for (int i = 0 ; i < options .getMethods ().length ; i ++)
120120 {
121- test .selectOptionByText (Locator .name ("specimen " + (i + 1 ) + "_Method" ), options .getMethods ()[i ]);
121+ test .selectOptionByText (Locator .name ("Specimen " + (i + 1 ) + "_Method" ), options .getMethods ()[i ]);
122122 }
123123
124124 for (int i = 0 ; i < options .getDates ().length ; i ++)
125125 {
126- test .setFormElement (Locator .name ("specimen " + (i + 1 ) + "_Date" ), options .getDates ()[i ]);
126+ test .setFormElement (Locator .name ("Specimen " + (i + 1 ) + "_Date" ), options .getDates ()[i ]);
127127 }
128128
129129 for (int i = 0 ; i < options .getSampleIds ().length ; i ++)
130130 {
131- test .setFormElement (Locator .name ("specimen " + (i + 1 ) + "_SpecimenID" ), options .getSampleIds ()[i ]);
131+ test .setFormElement (Locator .name ("Specimen " + (i + 1 ) + "_SpecimenID" ), options .getSampleIds ()[i ]);
132132 }
133133 }
134134 else
0 commit comments