~oif-team/geis/trunk

« back to all changes in this revision

Viewing changes to testsuite/gtest/gtest_evemu_device.cpp

  • Committer: Stephen M. Webb
  • Date: 2012-04-27 16:53:10 UTC
  • mfrom: (259.1.4 gtest-refactor)
  • Revision ID: stephen.webb@canonical.com-20120427165310-l1t21suc00mvzj9w
Refactored GEIS2 integration tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
}
74
74
  
75
75
 
 
76
std::string Testsuite::EvemuDevice::
 
77
name() const
 
78
{
 
79
  const char* device_name = evemu_get_name(evemu_device_);
 
80
  if (device_name)
 
81
    return device_name;
 
82
  return "";
 
83
}
 
84
 
 
85
 
76
86
void Testsuite::EvemuDevice::
77
87
play(const std::string& eventsFileName)
78
88
{