From 379dc13eddacf42f55d1a9757f2480880adf8948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Mon, 26 Nov 2018 10:56:31 +0100 Subject: [PATCH] [test] Update function scenari --- tests/function/function_calculation.esc | Bin 257 -> 0 bytes tests/function/function_graph.esc | Bin 206 -> 66 bytes tests/function/function_graph_axes.esc | 1 + .../function_graph_calculations_integral.esc | 1 + .../function_graph_calculations_intersection.esc | Bin 0 -> 51 bytes .../function/function_graph_calculations_max.esc | Bin 0 -> 44 bytes .../function/function_graph_calculations_min.esc | Bin 0 -> 52 bytes .../function_graph_calculations_tangent.esc | 1 + .../function_graph_calculations_zero.esc | Bin 0 -> 48 bytes tests/function/function_graph_derivative.esc | 1 + tests/function/function_graph_goto.esc | 1 + tests/function/function_graph_preadjustment.esc | 1 + tests/function/function_graph_zoom.esc | 1 + tests/function/function_list.esc | Bin 142 -> 80 bytes tests/function/function_list_active.esc | Bin 0 -> 50 bytes tests/function/function_list_rename.esc | Bin 0 -> 62 bytes tests/function/function_sine.esc | Bin 10 -> 121 bytes tests/function/function_table.esc | Bin 234 -> 67 bytes tests/function/function_table_derivative.esc | 1 + tests/function/function_table_interval.esc | 1 + 20 files changed, 9 insertions(+) delete mode 100644 tests/function/function_calculation.esc create mode 100644 tests/function/function_graph_axes.esc create mode 100644 tests/function/function_graph_calculations_integral.esc create mode 100644 tests/function/function_graph_calculations_intersection.esc create mode 100644 tests/function/function_graph_calculations_max.esc create mode 100644 tests/function/function_graph_calculations_min.esc create mode 100644 tests/function/function_graph_calculations_tangent.esc create mode 100644 tests/function/function_graph_calculations_zero.esc create mode 100644 tests/function/function_graph_derivative.esc create mode 100644 tests/function/function_graph_goto.esc create mode 100644 tests/function/function_graph_preadjustment.esc create mode 100644 tests/function/function_graph_zoom.esc create mode 100644 tests/function/function_list_active.esc create mode 100644 tests/function/function_list_rename.esc create mode 100644 tests/function/function_table_derivative.esc create mode 100644 tests/function/function_table_interval.esc diff --git a/tests/function/function_calculation.esc b/tests/function/function_calculation.esc deleted file mode 100644 index 044af0283cdc91edaaa7a65791b0f6a486a16a86..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 257 zcmZvW!41G53R`{P_xHU&dorrq>Hi8^ zBZ6(CX)Xn)vTCzjtm}8*kaec6UdjtSsZ!e9U|5=;O9 literal 0 HcmV?d00001 diff --git a/tests/function/function_graph_calculations_max.esc b/tests/function/function_graph_calculations_max.esc new file mode 100644 index 0000000000000000000000000000000000000000..d294e93fa97a684ad5fd7905f44ea8af04d616d4 GIT binary patch literal 44 ocmcb?%yQ!f5Z#dEW4XZ!;xID<`7Ae>fS4J`W?*1|2;H~=0E(;;N&o-= literal 0 HcmV?d00001 diff --git a/tests/function/function_graph_calculations_min.esc b/tests/function/function_graph_calculations_min.esc new file mode 100644 index 0000000000000000000000000000000000000000..70a06010e31d3aed12fe664cb706ee8ed2d70999 GIT binary patch literal 52 qcmcb?%yNU}1`tT{vD{$3!3yL8`9OjR2*DD}KyZTr2tcYpk~aWgN*D$J literal 0 HcmV?d00001 diff --git a/tests/function/function_graph_calculations_tangent.esc b/tests/function/function_graph_calculations_tangent.esc new file mode 100644 index 000000000..9354c48e6 --- /dev/null +++ b/tests/function/function_graph_calculations_tangent.esc @@ -0,0 +1 @@ +ииииииииииииииииии \ No newline at end of file diff --git a/tests/function/function_graph_calculations_zero.esc b/tests/function/function_graph_calculations_zero.esc new file mode 100644 index 0000000000000000000000000000000000000000..5f338b9a73f724d80cfd56cf342ca0d7b0fb439c GIT binary patch literal 48 mcmcb?e1qi%2ubp>urfoKK$7VO6VnZ_I5QY900EGH;|2iktrO1x literal 0 HcmV?d00001 diff --git a/tests/function/function_graph_derivative.esc b/tests/function/function_graph_derivative.esc new file mode 100644 index 000000000..50633c5d8 --- /dev/null +++ b/tests/function/function_graph_derivative.esc @@ -0,0 +1 @@ +иииииииииииииииииииии \ No newline at end of file diff --git a/tests/function/function_graph_goto.esc b/tests/function/function_graph_goto.esc new file mode 100644 index 000000000..3bda8a8f2 --- /dev/null +++ b/tests/function/function_graph_goto.esc @@ -0,0 +1 @@ +ииииииииииии*+иииииии \ No newline at end of file diff --git a/tests/function/function_graph_preadjustment.esc b/tests/function/function_graph_preadjustment.esc new file mode 100644 index 000000000..752a50425 --- /dev/null +++ b/tests/function/function_graph_preadjustment.esc @@ -0,0 +1 @@ +ииииииииииииииииииииииииииии \ No newline at end of file diff --git a/tests/function/function_graph_zoom.esc b/tests/function/function_graph_zoom.esc new file mode 100644 index 000000000..06b08a8d7 --- /dev/null +++ b/tests/function/function_graph_zoom.esc @@ -0,0 +1 @@ +иииииииииииииииии \ No newline at end of file diff --git a/tests/function/function_list.esc b/tests/function/function_list.esc index affba795ef14ef4076d7eb1267257756b6ff3016..f00eeec4276f074884572b51f1e487e413744373 100644 GIT binary patch literal 80 zcmcb?%yNU}2Gb1)(9-3*!NLR-fB{K9kR*t&qk99$X1pN?gp4)8-@Ni@_h0J9sY!|uwv3H{fvbA3ioEPGC93raGNz}Ob|1^jYVo@F f;rZVYaxz^o+As+Vaz4U|RLY&IiOP44<9xvf>3}<0 diff --git a/tests/function/function_list_active.esc b/tests/function/function_list_active.esc new file mode 100644 index 0000000000000000000000000000000000000000..50b749fd024b41c01dd5acfce5ba491fec7486ee GIT binary patch literal 50 ucmW-X!3_W)5QFq=zc+}+{a0Ze8$TovUHp0HJs7ITP75XM;?|A7Z8;1%}( literal 0 HcmV?d00001 diff --git a/tests/function/function_list_rename.esc b/tests/function/function_list_rename.esc new file mode 100644 index 0000000000000000000000000000000000000000..3bd6676cb6f40f045bc9921ef1d334965cb224e8 GIT binary patch literal 62 zcmXAf$q@h`5W+loTYxP%*1KC;$`SPi2|yQu!Cq=EFioNs>&uamjyK_lzIl8A#g`#h literal 0 HcmV?d00001 diff --git a/tests/function/function_sine.esc b/tests/function/function_sine.esc index 15f4ffba17301b27f9be507e258bdc7194dced05..6322cbc33b87253eaad2ebb0c435d1af7a609676 100644 GIT binary patch literal 121 zcmYj}!41GL2m>1k-@Y?LyZFQgb?7fAt%@@?n!wi*>%2lI5H^_w+Nv|nq_D> U?vjgNUGTgr+7t}=3W0T%!O diff --git a/tests/function/function_table.esc b/tests/function/function_table.esc index 75286d7064ebafcc596bba8087561626d2445d6e..0d5bd6747d86adc1eb1ec4bb81339d860a9b658a 100644 GIT binary patch literal 67 zcmYL;xeWjy48+J&BT=#fVgFe?4yQC&F3vh4LBgJiJJA)c{TUppkGiB`W=kO90Y@np AZ2$lO literal 234 zcmYjLIS#`x4Aa4Eg#l-3_ipKsPqhCZ`J9mM5&{+|ni9nZh1UQ}>^YDYiYWK{z{ZxR zyUB>1HNN_vR~Z*NAX&)( diff --git a/tests/function/function_table_derivative.esc b/tests/function/function_table_derivative.esc new file mode 100644 index 000000000..de73af5a0 --- /dev/null +++ b/tests/function/function_table_derivative.esc @@ -0,0 +1 @@ +ииииииииииииииииииииииииии \ No newline at end of file diff --git a/tests/function/function_table_interval.esc b/tests/function/function_table_interval.esc new file mode 100644 index 000000000..00cd27e82 --- /dev/null +++ b/tests/function/function_table_interval.esc @@ -0,0 +1 @@ +иииииииииии*+и,иии+,иииииииииии \ No newline at end of file