Make sure the tests in attic don't depend on the new testlib
ClosedPublic

Authored by ervin on Aug 28 2015, 1:10 PM.

Diff Detail

Repository
R4 Zanshin
Lint
Lint Skipped
Unit
Unit Tests Skipped
ervin updated this revision to Diff 623.Aug 28 2015, 1:10 PM
ervin retitled this revision from to Make sure the tests in attic don't depend on the new testlib.
ervin updated this object.
ervin edited the test plan for this revision. (Show Details)
ervin added reviewers: bensi, franckarrecot, remibenoit.
bensi requested changes to this revision.Sep 2 2015, 8:31 AM
bensi edited edge metadata.
bensi added inline comments.
attic/tests/testlib/modeltest.cpp
157

we should remove this no ?

201

ditto

226

ditto

256

ditto

336

ditto

368

ditto ?

377

ditto

383

ditto

388

ditto

478

ditto

494

& parent -> &parent

498

we should remove this no ?

555

& parent -> &parent

attic/tests/testlib/modeltest.h
71

& parent => &parent to have the same thing everywhere

73

ditto

This revision now requires changes to proceed.Sep 2 2015, 8:31 AM
ervin added a comment.Sep 2 2015, 5:01 PM

For the record, I'm not going to change modeltest.*, for the following reasons:

  • it is a copied class (we have another copy in tests/testlib);
  • this copy is temporary, it will go away with attic;
  • it is third party code we didn't write (as can be seen from the copyright headers).

Could you reconsider your vote on that patch in light of the above?

Thanks.

bensi accepted this revision.Sep 3 2015, 7:34 AM
bensi edited edge metadata.
This revision is now accepted and ready to land.Sep 3 2015, 7:34 AM
This revision was automatically updated to reflect the committed changes.