comparison m-toolbox/test/history_class_test.m @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f0afece42f48
1 function history_class_test()
2 % Test functionality of history class
3 %
4 % M Hewitson 30-01-07
5 %
6 % OBSOLETE - Converted to simple tests just to leave them in place
7 %
8 % $Id: history_class_test.m,v 1.6 2008/06/13 13:51:24 hewitson Exp $
9 %
10
11 %% New blank history
12
13 h = history()
14
15
16 %% New history with name,version
17 t = time();
18 h = history(t.utc_epoch_milli, minfo, plist, [], [])
19