~upstart-devel/upstart/trunk

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Steve Langasek
  • Date: 2013-11-23 19:48:16 UTC
  • mto: This revision was merged to the branch mainline in revision 1577.
  • Revision ID: steve.langasek@canonical.com-20131123194816-rcjlxsfn6g06c556
fix test case to not assume SIGUSR1 == 10; the numeric value may vary
between platforms, what we actually care about is making sure that the
deserialization output matches what was in the json - so check the numeric
value, NOT the symbolic signal name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2013-11-23  Steve Langasek  <steve.langasek@ubuntu.com>
 
2
 
 
3
        * init/tests/test_state.c: fix test case to not assume SIGUSR1 == 10;
 
4
          the numeric value may vary between platforms, what we actually care
 
5
          about is making sure that the deserialization output matches what
 
6
          was in the json - so check the numeric value, NOT the symbolic
 
7
          signal name.
 
8
 
1
9
2013-11-16  Dmitrijs Ledkovs  <xnox@ubuntu.com>
2
10
 
3
11
        * init/xdg.c, util/Makefile.am, test/Makefile.am, init/conf.c: