# HG changeset patch # User Sebastien Jodogne # Date 1569482181 -7200 # Node ID 069519ae389b1febf2b29df07422faabe7a165c1 # Parent 78a516d5ead55bfcf5a0df8de2a3da005eb464f0 looks as if msvc2008 dislikes empty source files diff -r 78a516d5ead5 -r 069519ae389b UnitTestsSources/TestCommands.cpp --- a/UnitTestsSources/TestCommands.cpp Tue Sep 24 18:07:25 2019 +0200 +++ b/UnitTestsSources/TestCommands.cpp Thu Sep 26 09:16:21 2019 +0200 @@ -1,25 +1,25 @@ -///** -// * Stone of Orthanc -// * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics -// * Department, University Hospital of Liege, Belgium -// * Copyright (C) 2017-2019 Osimis S.A., Belgium -// * -// * This program is free software: you can redistribute it and/or -// * modify it under the terms of the GNU Affero General Public License -// * as published by the Free Software Foundation, either version 3 of -// * the License, or (at your option) any later version. -// * -// * This program is distributed in the hope that it will be useful, but -// * WITHOUT ANY WARRANTY; without even the implied warranty of -// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// * Affero General Public License for more details. -// * -// * You should have received a copy of the GNU Affero General Public License -// * along with this program. If not, see . -// **/ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2019 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ -//#include "gtest/gtest.h" +#include "gtest/gtest.h" //#include "../Applications/Commands/BaseCommandFactory.h" //#include "Core/OrthancException.h"