~unity-team/unity-scopes-api/devel

« back to all changes in this revision

Viewing changes to test/gtest/scopes/internal/RegistryConfig/RegistryConfig_test.cpp

  • Committer: Tarmac
  • Author(s): Michi Henning
  • Date: 2016-11-29 07:56:52 UTC
  • mfrom: (692.1.9 gtest-fixes)
  • Revision ID: tarmac-20161129075652-hnzcrh7u4ruxognk
Changed tests to use cmake-extras for gtest/gmock 1.8.
Fixed tons of warnings caused by new gtest for private ctors.
Fixed tons of warnings about signed/unsigned comparison.
Fixed segfault in the Utils test.
Fixed test failure in the SettingsDB test.
Fixed lots of places where gtest macros had their arguments in the wrong order.
Added missing dependency for language-pack-tr to control.in.
Replaced debian/control with a minimal dummy so people don't endlessly edit the wrong file (control instead of control.in) by mistake.

Approved by Marcus Tomlinson, unity-api-1-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <unity/scopes/ScopeExceptions.h>
22
22
 
23
23
#include <boost/regex.hpp>  // Use Boost implementation until http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631 is fixed.
 
24
#pragma GCC diagnostic push
 
25
#pragma GCC diagnostic ignored "-Wctor-dtor-privacy"
24
26
#include <gtest/gtest.h>
 
27
#pragma GCC diagnostic pop
25
28
 
26
29
using namespace std;
27
30
using namespace unity;