Implemented ts_api:list_timelines/2. Adjusted ts_timeline:list/3 to be 0-indexed. Changed ts_user password hash to use a random salt + SHA1 Added some skeleton testing code.
8 lines
133 B
Erlang
8 lines
133 B
Erlang
-module(ts_test_common).
|
|
-compile(export_all).
|
|
|
|
-include_lib("eunit/include/eunit.hrl").
|
|
-include_lib("../src/ts_db_records.hrl").
|
|
|
|
|