Skip to content

Commit

Permalink
Finished updating notebookdb test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
wduquette committed Oct 28, 2014
1 parent 34dbe91 commit a252a64
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 179 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ bin/*macosx*
bin/*linux*
bin/*.kit
*~
*.bak
*.bak
Testing.nbk
1 change: 1 addition & 0 deletions lib/notebookdb/notebookdb.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ snit::type ::notebookdb::notebookdb {

# Alias the database object itself into the slave.
$self.interp alias ::db::db $self
# $self.interp alias pageexists $self exists
}

# Destroys the interpreter; all other cleanup is done by snit.
Expand Down
1 change: 1 addition & 0 deletions lib/notebookdb/pkgModules.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ package provide notebookdb 2.2.0

# -quill-require-begin INSERT PACKAGE REQUIRES HERE
package require snit 2.3
package require textutil::expander 1.3.1
# -quill-require-end

package require markupparser
Expand Down
Loading

0 comments on commit a252a64

Please sign in to comment.