Browse Source

Fixed uglifyjs tests

main
Lakshmi Vyas 13 years ago
parent
commit
8f9876cb9e
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      hyde/tests/ext/test_uglify.py
  2. +3
    -3
      hyde/tests/ext/uglify/expected-jquery.js

+ 1
- 1
hyde/tests/ext/test_uglify.py View File

@@ -13,7 +13,7 @@ UGLIFY_SOURCE = File(__file__).parent.child_folder('uglify')
TEST_SITE = File(__file__).parent.parent.child_folder('_test')


class TestLess(object):
class TestUglify(object):

def setUp(self):
TEST_SITE.make()


+ 3
- 3
hyde/tests/ext/uglify/expected-jquery.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save