Skip to content

Commit

Permalink
file name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Dec 3, 2024
1 parent b7c97bb commit 4a5c8d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ copy_test_data(ref_gdaswave.t00z.wcoast.0p16.f000.grb2index2)
copy_test_data(g1.grib2)
copy_test_data(gdaswave.t00z.wcoast.0p16.f000.grib2)
copy_test_data(ref_test_jpcpack_4_output.txt)
copy_test_data(ref_png_bitmap.png)
copy_test_data(ref_png_bitmap.grib2)

# Build a _4 and _d version of each test and link them to the _4 and
# _d builds of the library, for 4-byte real, and 8-byte real.
Expand Down
Binary file removed tests/data/ref_png_bitmap.png
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_bitmap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ program test_bitmap
implicit none

character(*) :: BITMAP_FILE
parameter(BITMAP_FILE = 'data/ref_png_bitmap.png')
parameter(BITMAP_FILE = 'data/ref_png_bitmap.grib2')
character(*) :: BITMAP_FILE_INDEX
parameter(BITMAP_FILE_INDEX = 'test_bitmap_index.grb2index')

Expand Down

0 comments on commit 4a5c8d7

Please sign in to comment.