Commit Graph

4 Commits

Author SHA1 Message Date
Wyatt Hepler
1a96094ce6 Fix copyright notices
- Add missing copright header in conf.py.
- Fix inconsistent copyright notice line breaking.

Change-Id: Ib78f7768643069c49ff986a48a176df9fd06e891
2019-11-27 22:34:02 +00:00
Wyatt Hepler
0dae2d63db Use EXPECT_STREQ instead of EXPECT_EQ
EXPECT_EQ happens to work (sometimes) because of string interning, but
these strings should be compared by value with EXPECT_STREQ.

Change-Id: Ifdcc7cf12d9c0868d8e7976baf549935ef117efc
2019-11-14 10:43:51 -08:00
Wyatt Hepler
463359c485 Fix the namespace for the pw_status tests
Change-Id: Iec5a3bdc52ccf97da7f46b05c4d4747aa12e4c59
2019-11-14 17:58:14 +00:00
Wyatt Hepler
b66792804a pw_status: StatusWithSize class
- Create StatusWithSize, which efficiently stores a Status and a
  non-negative integer.
- Add tests for Status and StatusWithSize.

Change-Id: I34ade117d890318d45a27664fe53303365f21f68
2019-11-13 22:58:45 +00:00