Update tests and Documents
ClosedPublic

Authored by rizzitello on May 31 2018, 5:06 PM.

Diff Detail

Repository
R232 AtCore
Branch
testUpdates
Lint
No Linters Available
Unit
No Unit Test Coverage
rizzitello requested review of this revision.May 31 2018, 5:06 PM
rizzitello created this revision.
laysrodrigues accepted this revision.May 31 2018, 11:03 PM
This revision is now accepted and ready to land.May 31 2018, 11:03 PM
patrickelectric requested changes to this revision.Jun 1 2018, 12:23 AM
patrickelectric added inline comments.
doc/contrib.md
18

final dot.

doc/mainpage.md
36

Very good.

src/core/atcore.cpp
181

QStringLiteral ?

src/core/atcore.h
59

is this from the binary path or where is being called ?

269

uint16_t

src/plugins/grblplugin.cpp
64

.simplified() ?

unittests/atcoretests.h
31

alphabetic order.

This revision now requires changes to proceed.Jun 1 2018, 12:23 AM
rizzitello marked 7 inline comments as done.Jun 1 2018, 1:02 AM
rizzitello added inline comments.
src/core/atcore.cpp
181

This is how the code was and has been working so im not going to change it now.

src/core/atcore.h
269

quint16 is the same type as the other serialTimer stuff.

unittests/atcoretests.h
31

All the Tests have the functions in the same order as in the CPP file.

rizzitello updated this revision to Diff 35298.Jun 1 2018, 1:03 AM
rizzitello marked 3 inline comments as done.
  • Patrick's suggestions
patrickelectric accepted this revision.Jun 1 2018, 1:08 AM
This revision is now accepted and ready to land.Jun 1 2018, 1:08 AM
rizzitello closed this revision.Jun 1 2018, 1:09 AM