unit tests fixed

This commit is contained in:
Dmitry Melnikov 2010-10-10 21:29:26 +04:00
parent c194a273a5
commit 2fe7fc1d50
2 changed files with 11 additions and 16 deletions

View file

@ -132,8 +132,3 @@ adjust_datetime(DateTime, {Hours, Minutes}) ->
invert_shift({Hours, Minutes}) ->
{-Hours, Minutes}.
-ifdef(EUNIT).
-include_lib("eunit/include/eunit.hrl").
-endif.