~openerp-community/openobject-doc/ksa-openobject-doc-6.0

« back to all changes in this revision

Viewing changes to i18n/ru/source/bi/CubeCli/CubeCliTests.rst

  • Committer: Don Kirkby
  • Date: 2011-02-21 20:46:11 UTC
  • mfrom: (433.1.53 openobject-doc)
  • Revision ID: donkirkby+launpd@gmail.com-20110221204611-1ykt6dmg4k3gh5dh
[MERGE] revisions 477 to 486 from the 5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: Running Automated Test Cases
 
3
.. i18n: ----------------------------
 
4
..
 
5
 
 
6
Running Automated Test Cases
 
7
----------------------------
 
8
 
 
9
.. i18n: We can check all the queries on :ref:`CLI <CLI-link>` by making a file with queries to be tested with the syntax given in :ref:`CLI <CLI-link>`
 
10
..
 
11
 
 
12
We can check all the queries on :ref:`CLI <CLI-link>` by making a file with queries to be tested with the syntax given in :ref:`CLI <CLI-link>`
 
13
 
 
14
.. i18n: For example we can create *test_query* file with the content like 
 
15
..
 
16
 
 
17
For example we can create *test_query* file with the content like 
 
18
 
 
19
.. i18n: .. :ref:`test_query <test_query-link>`
 
20
..
 
21
 
 
22
.. :ref:`test_query <test_query-link>`
 
23
 
 
24
.. i18n: -------
 
25
..
 
26
 
 
27
-------
 
28
 
 
29
.. i18n: ::
 
30
.. i18n: 
 
31
.. i18n:   DATABASE='terp'
 
32
..
 
33
 
 
34
::
 
35
 
 
36
  DATABASE='terp'
 
37
 
 
38
.. i18n: ::
 
39
.. i18n: 
 
40
.. i18n:   ./tinybi.py -d ${DATABASE} -H localhost -U admin -W admin -p 8069 -s "tinyerp" -c "select <br />{[user].[all]} on rows, {[measures].[credit_limit],[measures].[count]} <br />on columns from res_partner"
 
41
..
 
42
 
 
43
::
 
44
 
 
45
  ./tinybi.py -d ${DATABASE} -H localhost -U admin -W admin -p 8069 -s "tinyerp" -c "select <br />{[user].[all]} on rows, {[measures].[credit_limit],[measures].[count]} <br />on columns from res_partner"
 
46
 
 
47
.. i18n: ::
 
48
.. i18n: 
 
49
.. i18n:   ./tinybi.py -d ${DATABASE} -H localhost -U admin -W admin -p 8069 -s "tinyerp" -c "select <br /> {[measures].[credit_limit],[measures].[count]} on rows, {[user].[all],[user].children} <br /> on columns from res_partner"
 
50
..
 
51
 
 
52
::
 
53
 
 
54
  ./tinybi.py -d ${DATABASE} -H localhost -U admin -W admin -p 8069 -s "tinyerp" -c "select <br /> {[measures].[credit_limit],[measures].[count]} on rows, {[user].[all],[user].children} <br /> on columns from res_partner"
 
55
 
 
56
.. i18n: -------
 
57
..
 
58
 
 
59
-------
 
60
 
 
61
.. i18n: The file can be run on command prompt and it will give output for queries and error if its not able to run it on
 
62
..
 
63
 
 
64
The file can be run on command prompt and it will give output for queries and error if its not able to run it on
 
65
 
 
66
.. i18n: The output of this file can be viewed CubeCliExample test_query
 
67
..
 
68
 
 
69
The output of this file can be viewed CubeCliExample test_query