Speed up ArtifactEditorModelTest with a shorter autoSaveDelay
ClosedPublic

Authored by ervin on Aug 16 2017, 8:04 AM.

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin created this revision.Aug 16 2017, 8:04 AM
dfaure added inline comments.Aug 16 2017, 9:21 PM
src/presentation/artifacteditormodel.h
155

No good reason to pollute the header file, a static const int at the top of the cpp file is better, no symbol generated/exported.

Well, can't be const but OK. :-)

ervin updated this revision to Diff 18259.Aug 16 2017, 10:32 PM

Addressing dfaure's comment

dfaure accepted this revision.Aug 16 2017, 10:41 PM

Oops yes, I didn't really mean "const" :-)

This revision is now accepted and ready to land.Aug 16 2017, 10:41 PM
This revision was automatically updated to reflect the committed changes.