Commit 00c740e
committed
test(envlite): use truly invalid cached port in phase1 test
The fixture used 9999, which falls inside the 1..65535 range that
envlite_phase1_discover_port treats as a valid cached port — so the
function returned 9999 and the assertion that the port came from the
8100..8899 auto-discovery pool would have failed if the suite ever
got that far. Use 70000 so the cache-out-of-range path is actually
exercised.1 parent dae7595 commit 00c740e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
0 commit comments