mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
tests: Don't cache loaded test model
This commit is contained in:
parent
87e69b71bf
commit
1db6dbc166
@ -153,7 +153,7 @@ fnrgl = fnargle:FnargleLoader
|
|||||||
# Now try loading a fnargle file
|
# Now try loading a fnargle file
|
||||||
model_fn = Filename(model_path)
|
model_fn = Filename(model_path)
|
||||||
model_fn.make_true_case()
|
model_fn.make_true_case()
|
||||||
model = loader.load_model(model_fn)
|
model = loader.load_model(model_fn, noCache=True)
|
||||||
assert model is not None
|
assert model is not None
|
||||||
assert model.name == "fnargle"
|
assert model.name == "fnargle"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user