diff options
| author | Misko Hevery | 2010-07-26 15:35:02 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-07-26 15:35:02 -0700 |
| commit | 94759f4c2cab91d35a18159a00fbdaec0af79aa9 (patch) | |
| tree | 38435026de22c0fc586f17708eff8b7082fdbd51 /test/moveToAngularCom/Base64Test.js | |
| parent | b288cb08b450cd28423595de82693631cc6d6dda (diff) | |
| download | angular.js-94759f4c2cab91d35a18159a00fbdaec0af79aa9.tar.bz2 | |
remove old unneded files
Diffstat (limited to 'test/moveToAngularCom/Base64Test.js')
| -rw-r--r-- | test/moveToAngularCom/Base64Test.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/moveToAngularCom/Base64Test.js b/test/moveToAngularCom/Base64Test.js deleted file mode 100644 index a9353186..00000000 --- a/test/moveToAngularCom/Base64Test.js +++ /dev/null @@ -1,5 +0,0 @@ -Base64Test = TestCase('Base64Test'); - -Base64Test.prototype.testEncodeDecode = function(){ - assertEquals(Base64.decode(Base64.encode('hello')), 'hello'); -}; |
