test:tutorial: add 0x05120005 to doctest
[hooke.git] / test / tutorial.py
index 7dfc865768e987533b397ef1b5267acf5059b04d..aa51244e3036cd9d8fbff805aeede11510883458 100644 (file)
@@ -79,7 +79,8 @@ Success
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['glob_curves_to_playlist test/data/vclamp_picoforce/*']
-...     )  # doctest: +ELLIPSIS
+...     )  # doctest: +ELLIPSIS, +REPORT_UDIFF
+<Curve 0x05120005>
 <Curve 0x06130001>
 <Curve 0x07200000>
 <Curve 20071120a_i27_t33.100>
@@ -110,21 +111,21 @@ Success
 *Navigating the playlist*
 
 >>> h = r.run_lines(h, ['get_curve'])
-<Curve 0x06130001>
+<Curve 0x05120005>
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['next_curve'])
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['get_curve'])
-<Curve 0x07200000>
+<Curve 0x06130001>
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['previous_curve'])
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['get_curve'])
-<Curve 0x06130001>
+<Curve 0x05120005>
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['curve_index'])
@@ -139,14 +140,14 @@ Success
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['curve_index'])
-101
+102
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['next_curve'])
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['get_curve'])
-<Curve 0x06130001>
+<Curve 0x05120005>
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['curve_index'])
@@ -157,7 +158,7 @@ Success
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['get_curve'])
-<Curve 20071120a_i27_t33.112>
+<Curve 20071120a_i27_t33.111>
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['curve_index'])