@@ -681,7 +681,7 @@ test_populate_ros3_fa(void)
681
681
H5FD_ros3_fapl_ext_t fa = {{bad_version , false, "a" , "b" , "c" , "d" }, "e" };
682
682
const char * values [] = {"y" , "z" ,
683
683
"somewhere over the rainbow not too high "
684
- "there is another rainbow bounding some darkened sky" ,
684
+ "there is another rainbow bounding some darkened sky" ,
685
685
"" , "" };
686
686
687
687
if (show_progress ) {
@@ -757,8 +757,7 @@ test_populate_ros3_fa(void)
757
757
"Should you draw a diagram or figure of the problem? "
758
758
"What are the boundaries of the problem? "
759
759
"Can you separate the various parts of the problem?" ,
760
- "x" ,
761
- "z" , "" , "" };
760
+ "x" , "z" , "" , "" };
762
761
763
762
if (show_progress ) {
764
763
printf ("id overflow\n" );
@@ -886,7 +885,8 @@ test_populate_ros3_fa(void)
886
885
*/
887
886
{
888
887
H5FD_ros3_fapl_ext_t fa = {{bad_version , false, "a" , "b" , "c" , "d" }, "e" };
889
- const char * values [] = {"x" , "Why is it necessary to solve the problem? "
888
+ const char * values [] = {"x" ,
889
+ "Why is it necessary to solve the problem? "
890
890
"What benefits will you receive by solving the problem? "
891
891
"What is the unknown? "
892
892
"What is it you don't yet understand? "
@@ -896,8 +896,7 @@ test_populate_ros3_fa(void)
896
896
"Should you draw a diagram or figure of the problem? "
897
897
"What are the boundaries of the problem? "
898
898
"Can you separate the various parts of the problem?" ,
899
- "y" ,
900
- "" , "" };
899
+ "y" , "" , "" };
901
900
902
901
if (show_progress ) {
903
902
printf ("key overflow\n" );
@@ -919,8 +918,8 @@ test_populate_ros3_fa(void)
919
918
*/
920
919
{
921
920
H5FD_ros3_fapl_ext_t fa = {{0 , 0 , "" , "" , "" , "" }, "" };
922
- const char * values [] = {"AKIAIMC3D3XLYXLN5COA" ,
923
- "ugs5aVVnLFCErO/8uW14iWE3K5AgXMpsMlWneO/+" , " us-east-2" , "" , "" };
921
+ const char * values [] = {"AKIAIMC3D3XLYXLN5COA" , "ugs5aVVnLFCErO/8uW14iWE3K5AgXMpsMlWneO/+" ,
922
+ "us-east-2" , "" , "" };
924
923
JSVERIFY (SUCCEED , h5tools_populate_ros3_fapl (& fa , values ), "unable to set use case" )
925
924
JSVERIFY (1 , fa .fa .version , "version check" )
926
925
JSVERIFY (1 , fa .fa .authenticate , "should authenticate" )
0 commit comments