| Index: tracing/third_party/tvcm/tvcm/resource_unittest.py
|
| diff --git a/tracing/third_party/tvcm/tvcm/resource_unittest.py b/tracing/third_party/tvcm/tvcm/resource_unittest.py
|
| deleted file mode 100644
|
| index 7c700ce39c1079ca5c1a18839fc8f9e3bd11025c..0000000000000000000000000000000000000000
|
| --- a/tracing/third_party/tvcm/tvcm/resource_unittest.py
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -import os
|
| -import unittest
|
| -
|
| -from tvcm import resource
|
| -
|
| -
|
| -class ResourceUnittest(unittest.TestCase):
|
| -
|
| - def testBasic(self):
|
| - r = resource.Resource('/a', '/a/b/c.js')
|
| - self.assertEquals('b.c', r.name)
|
| - self.assertEquals(os.path.join('b', 'c.js'), r.relative_path)
|
| - self.assertEquals('b/c.js', r.unix_style_relative_path)
|
|
|