Fix failing SIP unit test user/dbs/sip_constant_datetime
authorDan Scott <dan@coffeecode.net>
Mon, 18 Feb 2013 22:59:45 +0000 (17:59 -0500)
committerDan Scott <dan@coffeecode.net>
Mon, 18 Feb 2013 22:59:45 +0000 (17:59 -0500)
commit0a73e1427d671c8b9af949cc31225177d2c7d400
tree02b1bae321c8e11038ff4f8b5380d22706cf6e48
parentd59123f1e1804396971f40f807c90ed271258f7d
Fix failing SIP unit test

Per LP# 1099595, just copy the constant inline instead of requiring the
SIPServer code to be installed on every instance where you don't want
'make check' to fail. (Skipping the test in the absence of the SIPServer
code would be another option, but then you're skipping the test, and for
the sake of 1 constant, that seems like a bad trade.)

Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/src/perlmods/lib/OpenILS/SIP.pm