This website requires JavaScript.
Explore
Help
Sign In
birkeh
/
o3de
Watch
1
Star
0
Fork
0
You've already forked o3de
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
a49017ec239a8654a7cd68bb6dec7823ffe3bb49
o3de
/
Code
/
Framework
/
AzCore
/
Tests
/
Asset
T
History
mbalfour
53a6e5ac6b
Addressed feedback.
2021-05-04 10:08:59 -05:00
..
AssetCommon.cpp
Disable weak references and unit tests for them.
2021-04-22 15:02:41 -05:00
AssetDataStreamTests.cpp
Initial commit
2021-03-08 14:30:57 -08:00
AssetManagerLoadingTests.cpp
Add jira ticket for disabled tests
2021-04-23 10:50:58 -05:00
AssetManagerStreamingTests.cpp
Addressed feedback.
2021-05-04 10:08:59 -05:00
BaseAssetManagerTest.cpp
Initial commit
2021-03-08 14:30:57 -08:00
BaseAssetManagerTest.h
Initial commit
2021-03-08 14:30:57 -08:00
MockLoadAssetCatalogAndHandler.h
Initial commit
2021-03-08 14:30:57 -08:00
TestAssetTypes.h
[LYN-3464] Vegetation unit tests intermittently failed due to an AssetManager bug. Inside the AssetContainer, if the root asset finished loading during the container initialization, the CheckReady() call at the end of initialization would detect the loaded asset, but would skip sending out notifications because the initialized flag wasn't set yet. This would lead to an extra asset reference remaining in the AssetManager itself, would would then cause errors when the asset handler for that asset got removed.
2021-05-04 09:04:18 -05:00