~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to sigscheme/test/test-pair.scm

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2008-05-18 22:18:10 UTC
  • mfrom: (1.1.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080518221810-4d2rd0ca18xnu8kc
Tags: 1:1.5.1-1
* New upstream release
* uim-qt3: Add uim inputcontext plugin for Qt3. And due to uim-*-qt are
  not supported in Qt4 for now officially, uim-*-qt are contained in
  this package.
* uim-qt: Depends uim-qt3 because of described above.
* libuim6: New package for syncing with upstream upgrade soversion.
* 05_qmake_bug_workaround.dpatch: patch for the workaround that qmake does
  not add link option against other libraries(e.g. -lX11) by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
;;  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35
35
;;  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
36
 
37
 
(load "./test/unittest.scm")
 
37
(require-extension (unittest))
38
38
 
39
39
(define tn test-name)
40
40
(define *test-track-progress* #f)
313
313
      (assert-equal? "cddddr" 15 (cddddr tree))))
314
314
 
315
315
(if (and (provided? "sigscheme")
316
 
         (provided? "compat-siod"))
 
316
         (provided? "siod-bugs"))
317
317
    (begin
318
318
      (assert-equal? "caar empty list"   '() (caar '()))
319
319
      (assert-equal? "cadr empty list"   '() (cadr '()))