fix: Update HTTP test to properly test xrefs
This commit is contained in:
parent
9443101298
commit
48dc0b2e96
@ -661,18 +661,17 @@ def test_all_read_endpoints():
|
|||||||
"/", # Root endpoint
|
"/", # Root endpoint
|
||||||
"/info", # Server info
|
"/info", # Server info
|
||||||
"/plugin-version", # Plugin version
|
"/plugin-version", # Plugin version
|
||||||
"/projects", # All projects
|
"/project", # Current project
|
||||||
"/instances", # All instances
|
"/instances", # All instances
|
||||||
"/program", # Current program
|
"/program", # Current program
|
||||||
"/functions", # All functions
|
|
||||||
"/functions?limit=3", # Functions with pagination
|
"/functions?limit=3", # Functions with pagination
|
||||||
"/functions?name_contains=main", # Functions with name filter
|
"/functions?name_contains=main", # Functions with name filter
|
||||||
"/variables?limit=3", # Variables
|
"/variables?limit=3", # Variables
|
||||||
"/symbols?limit=3", # Symbols
|
"/symbols?limit=3", # Symbols
|
||||||
"/data?limit=3", # Data
|
"/data?limit=3", # Data
|
||||||
"/segments?limit=3", # Memory segments
|
"/segments?limit=3", # Memory segments
|
||||||
"/memory?address=0x00100000&length=16", # Memory access
|
"/memory?address=08000000&length=16", # Memory access
|
||||||
"/xrefs?limit=3", # Cross references
|
"/xrefs?to_addr=08000200&limit=3", # Cross references
|
||||||
"/analysis", # Analysis status
|
"/analysis", # Analysis status
|
||||||
"/address", # Current address
|
"/address", # Current address
|
||||||
"/function", # Current function
|
"/function", # Current function
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user