~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to tests/criteria_test.cpp

  • Committer: thomas-voss
  • Date: 2015-02-03 12:21:33 UTC
  • Revision ID: thomas.voss@canonical.com-20150203122133-660kjot28cz7dx6m
Adjust namespace to core::location for all classes not in com::ubuntu::location::connectivity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <gtest/gtest.h>
21
21
 
22
 
namespace location = com::ubuntu::location;
 
22
namespace location = core::location;
23
23
 
24
24
TEST(Criteria, SatisfiesReturnsFalseForNonSatisfyingCriteria)
25
25
{