test/ts_container.rb in zip-container-1.1.0 vs test/ts_container.rb in zip-container-2.0.0
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright (c) 2013 The University of Manchester, UK.
+# Copyright (c) 2013, 2014 The University of Manchester, UK.
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -40,11 +40,14 @@
$file_null = "test/data/null.file"
$empty = "test/data/empty.container"
$empty_zip = "test/data/empty.zip"
$compressed_mimetype = "test/data/compressed_mimetype.container"
$example = "test/data/example.container"
+$subclass = "test/data/subclassed.container"
# Run test cases.
+require 'tc_util'
+require 'tc_exceptions'
require 'tc_create'
require 'tc_read'
require 'tc_reserved_names'
require 'tc_managed_entries'