Replace TBLNAME with NAME in tests

* testing/examples/ob-C-test.org:
* testing/examples/ob-fortran-test.org:
* testing/examples/ob-maxima-test.org:
* testing/lisp/test-ob-python.el (test-ob-python/colnames-yes-header-argument-again):
(test-ob-python/colnames-no-header-argument-again):
* testing/lisp/test-ob.el (test-ob/do-not-resolve-to-partial-names-data):
  Use NAME instead of TBLNAME.

TBLNAME is deprecated syntax since Org 8.
This commit is contained in:
Nicolas Goaziou 2016-02-04 00:06:08 +01:00
parent 3d28569130
commit 9e8c968bff
5 changed files with 9 additions and 9 deletions

View File

@ -117,7 +117,7 @@
:ID: e112bc2e-419a-4890-99c2-7ac4779531cc
:END:
#+tblname: tinomogen
#+name: tinomogen
| day | quty |
|-----------+------|
| monday | 34 |

View File

@ -42,7 +42,7 @@ Real array as input
write (*, '(3f5.2)'), s
#+end_src
#+tblname: test_tbl
#+name: test_tbl
| 1.0 |
| 2.0 |

View File

@ -45,11 +45,11 @@ print(a+1);
:PROPERTIES:
:ID: 400ee228-6b12-44fd-8097-7986f0f0db43
:END:
#+tblname: test_tbl_col
#+name: test_tbl_col
| 1.0 |
| 2.0 |
#+tblname: test_tbl_row
#+name: test_tbl_row
| 1.0 | 2.0 |
#+begin_src maxima :var s=test_tbl_col :results silent :results verbatim
@ -61,7 +61,7 @@ print(s+1.0);
#+end_src
Matrix
#+tblname: test_tbl_mtr
#+name: test_tbl_mtr
| 1.0 | 1.0 |
#+begin_src maxima :var s=test_tbl_mtr :results silent :results verbatim

View File

@ -40,7 +40,7 @@ return x
(org-babel-execute-src-block)))))
(ert-deftest test-ob-python/colnames-yes-header-argument-again ()
(org-test-with-temp-text "#+tblname: less-cols
(org-test-with-temp-text "#+name: less-cols
| a |
|---|
| b |
@ -71,7 +71,7 @@ return x
(org-babel-execute-src-block)))))
(ert-deftest test-ob-python/colnames-no-header-argument-again ()
(org-test-with-temp-text "#+tblname: less-cols
(org-test-with-temp-text "#+name: less-cols
| a |
|---|
| b |

View File

@ -598,11 +598,11 @@ x
(ert-deftest test-ob/do-not-resolve-to-partial-names-data ()
(org-test-with-temp-text "
#+tblname: base_plus
#+name: base_plus
| 1 |
| 2 |
#+tblname: base
#+name: base
| 3 |
| 4 |