<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-datetime/tests/test-dbus-fixture.h, branch main</title>
<subtitle>Ayatana Indicator Date &amp; Time Applet
</subtitle>
<id>https://isbjoern.arctica-project.org/ayatana-indicator-datetime/atom?h=main</id>
<link rel='self' href='https://isbjoern.arctica-project.org/ayatana-indicator-datetime/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/ayatana-indicator-datetime/'/>
<updated>2022-02-08T17:30:04+00:00</updated>
<entry>
<title>Fix cppcheck errors/warnings</title>
<updated>2022-02-08T17:30:04+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-12-16T12:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/ayatana-indicator-datetime/commit/?id=7f380782f57089b97a04125f18d61da05292d2ba'/>
<id>urn:sha1:7f380782f57089b97a04125f18d61da05292d2ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/test-dbus-fixture.h: Turn TestDBusFixture::TestDBusFixture into an explicitly declared constructor.</title>
<updated>2021-05-05T13:47:39+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-05-05T13:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/ayatana-indicator-datetime/commit/?id=df1bdfb63e74219430409e2f44b53ff91391422e'/>
<id>urn:sha1:df1bdfb63e74219430409e2f44b53ff91391422e</id>
<content type='text'>
 Resolves issues like these:

 ```
 In file included from /rootdir/tests/test-actions.cpp:22:
 In file included from /rootdir/tests/state-fixture.h:23:
 In file included from /rootdir/tests/test-dbus-fixture.h:23:
 In file included from /rootdir/tests/glib-fixture.h:29:
 In file included from /usr/include/gtest/gtest.h:62:
 /usr/include/gtest/internal/gtest-internal.h:472:44: error: call to implicitly-deleted default constructor of 'ActionsFixture_DesktopOpenCalendarApp_Test'
   Test* CreateTest() override { return new TestClass; }
                                            ^
 /rootdir/tests/test-actions.cpp:188:1: note: in instantiation of member function 'testing::internal::TestFactoryImpl&lt;ActionsFixture_DesktopOpenCalendarApp_Test&gt;::CreateTest' requested here
 TEST_F(ActionsFixture, DesktopOpenCalendarApp)
 ^
 /usr/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
   GTEST_TEST_(test_fixture, test_name, test_fixture, \
   ^
 /usr/include/gtest/internal/gtest-internal.h:1565:15: note: expanded from macro 'GTEST_TEST_'
           new ::testing::internal::TestFactoryImpl&lt;GTEST_TEST_CLASS_NAME_(    \
               ^
 /rootdir/tests/test-actions.cpp:188:1: note: explicitly defaulted function was implicitly deleted here
 /usr/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
   GTEST_TEST_(test_fixture, test_name, test_fixture, \
   ^
 /usr/include/gtest/internal/gtest-internal.h:1544:5: note: expanded from macro 'GTEST_TEST_'
     GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)() = default;           \
     ^
 /usr/include/gtest/internal/gtest-internal.h:1533:3: note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
   test_suite_name##_##test_name##_Test
   ^
 &lt;scratch space&gt;:101:1: note: expanded from here
 ActionsFixture_DesktopOpenCalendarApp_Test
 ^
 /rootdir/tests/test-actions.cpp:188:1: note: default constructor of 'ActionsFixture_DesktopOpenCalendarApp_Test' is implicitly deleted because base class 'ActionsFixture' has a deleted default constructor
 /usr/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
   GTEST_TEST_(test_fixture, test_name, test_fixture, \
   ^
 /usr/include/gtest/internal/gtest-internal.h:1542:9: note: expanded from macro 'GTEST_TEST_'
       : public parent_class {                                                 \
         ^
 /rootdir/tests/test-actions.cpp:26:23: note: default constructor of 'ActionsFixture' is implicitly deleted because base class 'ayatana::indicator::datetime::StateFixture' has a deleted default constructor
 class ActionsFixture: public StateFixture
                       ^
 /rootdir/tests/state-fixture.h:36:21: note: default constructor of 'StateFixture' is implicitly deleted because base class 'TestDBusFixture' has a deleted default constructor
 class StateFixture: public TestDBusFixture
                     ^
 /rootdir/tests/test-dbus-fixture.h:33:5: note: explicitly defaulted function was implicitly deleted here
     TestDBusFixture() =default;
     ^
 /rootdir/tests/test-dbus-fixture.h:70:36: note: default constructor of 'TestDBusFixture' is implicitly deleted because field 'service_dirs' of const-qualified type 'const std::vector&lt;std::string&gt;' (aka 'const vector&lt;basic_string&lt;char&gt;&gt;') would not be initialized
     const std::vector&lt;std::string&gt; service_dirs;
                                    ^
 ```
</content>
</entry>
<entry>
<title>fix flint++ warnings</title>
<updated>2014-09-17T16:51:51+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2014-09-17T16:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/ayatana-indicator-datetime/commit/?id=b3d8778a52576b66ab00b08aa939612136a49a01'/>
<id>urn:sha1:b3d8778a52576b66ab00b08aa939612136a49a01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get timezone, clock tests running again with Settings &amp; State</title>
<updated>2014-01-17T03:23:57+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2014-01-17T03:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/ayatana-indicator-datetime/commit/?id=2e9d3bb48946ccebf49cff64ab5de67e5714e1e3'/>
<id>urn:sha1:2e9d3bb48946ccebf49cff64ab5de67e5714e1e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Function: add fully-tested ActionGroups, per-profile Menus, state object.</title>
<updated>2014-01-15T05:07:10+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2014-01-15T05:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/ayatana-indicator-datetime/commit/?id=ee64bb2698adfe27e55615a8856b0e2c78ad8469'/>
<id>urn:sha1:ee64bb2698adfe27e55615a8856b0e2c78ad8469</id>
<content type='text'>
Form: Add code annotations/comments. Remove dead code. Use Mir style guide.
Todo: GSettings toggles, sync with new dbus-test-runner API, get GNOME Panel building again

</content>
</entry>
</feed>
