Fix input MDP contents for swap and IMD tests
authorAleksei Iupinov <a.yupinov@gmail.com>
Thu, 1 Feb 2018 16:39:10 +0000 (17:39 +0100)
committerAleksei Iupinov <a.yupinov@gmail.com>
Fri, 2 Feb 2018 15:27:10 +0000 (16:27 +0100)
commit9f214682bb632d002727da2f5a63a278ff351cfa
tree07fdba56c3c7e38beaa1f75907bb6664e07e0e82
parentd784c46e1f3a6aa5602f533ee1f405f3484032c4
Fix input MDP contents for swap and IMD tests

Change I7a9a7c60591 moved the input MDP contents from files
to std::string's, and in doing so butchered the line breaks
for no good reason, silently breaking the tests.
This is now fixed, using C++11 raw string literals.

Change-Id: Ia4abc26ce67fdebba5f830c2461743b38d944956
src/programs/mdrun/tests/interactiveMD.cpp
src/programs/mdrun/tests/swapcoords.cpp