~scymtym/cl-hooks/trunk

« back to all changes in this revision

Viewing changes to test/object-external.lisp

  • Committer: Jan Moringen
  • Date: 2012-03-16 21:03:12 UTC
  • Revision ID: jmoringe@azurit-20120316210312-8wrhftvi4rsgbj2m
Package-qualified *package forms in **/*.lisp
* src/util.lisp (header): updated copyright
  (in-package hooks): qualified `in-package' with cl package 
* src/symbol.lisp (header): updated copyright
  (in-package hooks): qualified `in-package' with cl package 
* src/state.lisp (header): updated copyright
  (in-package hooks): qualified `in-package' with cl package 
* src/object-internal.lisp (header): updated copyright
  (in-package hooks): qualified `in-package' with cl package 
* src/object-external.lisp (header): updated copyright
  (in-package hooks): qualified `in-package' with cl package 
* src/mixins.lisp (header): updated copyright
  (in-package hooks): qualified `in-package' with cl package 
* src/macros.lisp (header): updated copyright
  (in-package hooks): qualified `in-package' with cl package 
* src/hook.lisp (header): updated copyright
  (in-package hooks): qualified `in-package' with cl package 
* src/conditions.lisp (header): updated copyright
  (in-package hooks): qualified `in-package' with cl package 
* src/bind.lisp (header): updated copyright
  (in-package bind): qualified `in-package' with cl package 
* src/package.lisp (header): updated copyright
  (in-package cl-user): removed
  (defpackage hook): qualified `defpackage' with cl package 
* test/symbol.lisp (header): updated copyright
  (in-package hooks.test): qualified `in-package' with cl package 
* test/state.lisp (header): updated copyright
  (in-package hooks.test): qualified `in-package' with cl package 
* test/object-internal.lisp (header): updated copyright
  (in-package hooks.test): qualified `in-package' with cl package
* test/object-external.lisp (header): updated copyright
  (in-package hooks.test): qualified `in-package' with cl package 
* test/bind.lisp (header): updated copyright
  (in-package hooks.test): qualified `in-package' with cl package 
* test/package.lisp (header): updated copyright
  (in-package cl-user): removed
  (defpackage hooks.test): qualified `defpackage' with cl package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; object-external.lisp ---
2
2
;;
3
 
;; Copyright (C) 2010, 2011 Jan Moringen
 
3
;; Copyright (C) 2010, 2011, 2012 Jan Moringen
4
4
;;
5
5
;; Author: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
6
6
;;
18
18
;; License along with this program. If not, see
19
19
;; <http://www.gnu.org/licenses>.
20
20
 
21
 
(in-package :hooks.test)
 
21
(cl:in-package :hooks.test)
22
22
 
23
23
(deftestsuite object-external (object-hook-test
24
24
                               hook-suite)