Blender Git Commit Log

Git Commits -> Revision b3553c0

Revision b3553c0 by Sybren A. Stüvel (master)
May 4, 2020, 14:17 (GMT)
Cleanup: USD tests, use `EXPECT_LT` and `EXPECT_FALSE` where appropriate

Unfortunately there is no `EXPECT_NOT_LT`; as the `HierarchyContext` only
has an `operator<()` function, testing for `(A < B) == false` is different
than simply testing `(A >= B)`.

No functional changes.

Commit Details:

Full Hash: b3553c09610e885ccc72230596cb7484369468f6
Parent Commit: 194070e
Lines Changed: +22, -22

1 Modified Path:

/tests/gtests/usd/hierarchy_context_order_test.cc (+22, -22) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021