obj.test
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. # This file is a Tcl script to test new object types in Tk.
  2. # It is organized in the standard fashion for Tcl tests.
  3. #
  4. # Copyright (c) 1997 Sun Microsystems, Inc.
  5. # Copyright (c) 1998-1999 by Scriptics Corporation.
  6. # All rights reserved.
  7. #
  8. # RCS: @(#) $Id: obj.test,v 1.3 2002/07/13 20:28:35 dgp Exp $
  9. package require tcltest 2.1
  10. namespace import -force tcltest::configure
  11. namespace import -force tcltest::testsDirectory
  12. configure -testdir [file join [pwd] [file dirname [info script]]]
  13. configure -loadfile [file join [testsDirectory] constraints.tcl]
  14. tcltest::loadTestedCommands
  15. test obj-1.1 {TkGetPixelsFromObj} {
  16. } {}
  17. test obj-2.1 {FreePixelInternalRep} {
  18. } {}
  19. test obj-3.1 {DupPixelInternalRep} {
  20. } {}
  21. test obj-4.1 {SetPixelFromAny} {
  22. } {}
  23. deleteWindows
  24. # cleanup
  25. ::tcltest::cleanupTests
  26. return