1
0

refactor: refactor pybmap test

This commit is contained in:
2026-02-08 11:38:48 +08:00
parent 80929039cc
commit a30a0a41d7
9 changed files with 276 additions and 200 deletions

View File

@@ -26,7 +26,7 @@ namespace BMapSharpTest {
if (ballance_dir is null) {
throw new CliException("You must specify BMAP_BALLANCE_DIR environment variable before running this test.");
}
this.BallanceDirectory = ballance_dir;
this.BallanceDir = ballance_dir;
var encodings = System.Environment.GetEnvironmentVariable("BMAP_ENCODINGS");
if (encodings is null) {
@@ -42,7 +42,7 @@ namespace BMapSharpTest {
/// <summary>
/// The path to the Ballance directory for finding textures
/// </summary>
public string BallanceDirectory { get; private set; }
public string BallanceDir { get; private set; }
/// <summary>
/// The name of encodings used by BMap for loading map.
/// </summary>