This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/collada/util.py b/collada/util.py | |
index 4c4a54e..5874da0 100644 | |
--- a/collada/util.py | |
+++ b/collada/util.py | |
@@ -24,7 +24,10 @@ if sys.version_info[0] > 2: | |
basestring = (str,bytes) | |
xrange = range | |
else: | |
- import unittest2 as unittest | |
+ import unittest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/test_tags.rb b/test_tags.rb | |
index 8112859..acd5c5b 100755 | |
--- a/test_tags.rb | |
+++ b/test_tags.rb | |
@@ -204,6 +204,32 @@ class TestTags < MiniTest::Unit::TestCase | |
end | |
end | |
+ # This tests the following scenario: | |
+ # * agreer creates object |