File: VariantTest.log

package info (click to toggle)
libreoffice 1%3A3.5.4%2Bdfsg2-0%2Bdeb7u6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,692,956 kB
  • sloc: cpp: 4,679,168; java: 395,153; xml: 170,215; ansic: 99,333; perl: 60,572; python: 27,776; sh: 17,789; makefile: 8,738; yacc: 8,219; cs: 6,648; asm: 3,257; objc: 2,349; lex: 2,103; pascal: 890; awk: 758; csh: 247; lisp: 115; php: 104; sed: 9
file content (47 lines) | stat: -rw-r--r-- 2,221 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Test run started : 08/10/2008 12:07:24
----------------------------------------------------------------
TestAddress
 TEST START : TestAddress
  ITEM Assertion OK : test1: res = (aboo = '')
  ITEM Assertion OK : test 2: res = (aboo = 'fiddlesticks')
  ITEM Assertion OK : test 3: res = ('' = aboo)
  ITEM Assertion OK : test 4: res = ('fiddlesticks' = aboo )
  ITEM Assertion OK : test 5: res = (testString = '')
  ITEM Assertion OK : test 6: res = (testString = 'fiddlesticks')
  ITEM Assertion OK : test 7: res = ('' = testString)
  ITEM Assertion OK : test 8: res = ('fiddlesticks' = testString )
  ITEM Assertion OK : test 9: res = ( aboo < " )
  ITEM Assertion OK : test 10: res = ( testString < " )
  ITEM Assertion OK : test 11: res = ( aboo > " )
  ITEM Assertion OK : test 12: res = ( testString > " )
  ITEM Assertion OK : test 13: res = ( aboo <> '' )
  ITEM Assertion OK : test 14: res = ( testString <> '' )
  ITEM Assertion OK : test 15: res = (aboo = something/14)
  ITEM Assertion OK : test 16: res = something + 'string'
  ITEM Assertion OK : test 17: res = something & 'string'
  ITEM Assertion OK : test 18: res =  something MOD 10 )
  ITEM Assertion OK : test 19: res =  something AND 1 )
  ITEM Assertion OK : test 20: res =  something AND 0 )
  ITEM Assertion OK : test 21: res =  something OR 12)
  ITEM Assertion OK : test 22: res =  something OR 0 )
  ITEM Assertion OK : test 23: res =  something XOR 0 )
  ITEM Assertion OK : test 24: res =  something XOR 1 )
  ITEM Assertion OK : test 25: res =  something EQV 0 )
  ITEM Assertion OK : test 26: res =  something EQV 1 )
  ITEM Assertion OK : test 27: res =  something IMP 0 )
  ITEM Assertion OK : test 28: res =  something IMP 1 )
  ITEM Assertion OK : test 29: res =  something IMP 14 )
  ITEM Assertion OK : test 30: res =  NOT something )
  ITEM Assertion OK : test 31: res = something + 12 )
  ITEM Assertion OK : test 32: res = something - 12 )
  ITEM Assertion OK : test 33: res = -something )
  ITEM Assertion OK : test 34: res = something * 12 )
Test Results
============

Tests passed: 34
Tests failed: 0

END 'TestAddress
 TEST OK : TestAddress
Test run finished : 08/10/2008 12:07:26