Skip to content

Commit

Permalink
Fix tests after rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsBSD committed Sep 29, 2023
1 parent ee67507 commit 2884079
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/test-pe.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,16 +261,16 @@ int main(int argc, char** argv)
"import \"pe\" \
rule test { \
condition: \
pe.number_of_debug_infos == 3 and \
pe.debug_infos[0].type == 2 and \
pe.debug_infos[0].timestamp == 1827812126 and \
pe.debug_infos[0].pdb_path == \"mtxex.pdb\" and \
pe.debug_infos[1].type == 13 and \
pe.debug_infos[1].timestamp == 1827812126 and \
not defined pe.debug_infos[1].pdb_path and \
pe.debug_infos[2].type == 16 and \
pe.debug_infos[2].timestamp == 1827812126 and \
not defined pe.debug_infos[2].pdb_path and \
pe.number_of_debug_details == 3 and \
pe.debug_details[0].type == 2 and \
pe.debug_details[0].timestamp == 1827812126 and \
pe.debug_details[0].pdb_path == \"mtxex.pdb\" and \
pe.debug_details[1].type == 13 and \
pe.debug_details[1].timestamp == 1827812126 and \
not defined pe.debug_details[1].pdb_path and \
pe.debug_details[2].type == 16 and \
pe.debug_details[2].timestamp == 1827812126 and \
not defined pe.debug_details[2].pdb_path and \
pe.pdb_path == \"mtxex.pdb\" \
}",
"tests/data/mtxex.dll");
Expand Down Expand Up @@ -496,7 +496,7 @@ int main(int argc, char** argv)
* mtxex.dll is
* 23e72ce7e9cdbc80c0095484ebeb02f56b21e48fd67044e69e7a2ae76db631e5, which was
* taken from a Windows 10 install. The details of which are:
*
*
* export_timestamp = 1827812126
* dll_name = "mtxex.dll"
* number_of_exports = 4
Expand Down

0 comments on commit 2884079

Please sign in to comment.