You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/07/30 01:36:26 UTC

[06/12] git commit: [wp] created fixture for testing csproj remove functionality

[wp] created fixture for testing csproj remove functionality


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/90f5962b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/90f5962b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/90f5962b

Branch: refs/heads/master
Commit: 90f5962b89ecf35306daac69d2a9f53a462cdee1
Parents: 39274ea
Author: Benn Mapes <be...@gmail.com>
Authored: Wed Jul 24 14:49:00 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Mon Jul 29 16:30:47 2013 -0700

----------------------------------------------------------------------
 spec/util/csproj.spec.js | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/90f5962b/spec/util/csproj.spec.js
----------------------------------------------------------------------
diff --git a/spec/util/csproj.spec.js b/spec/util/csproj.spec.js
index 046d5e4..b1031a9 100644
--- a/spec/util/csproj.spec.js
+++ b/spec/util/csproj.spec.js
@@ -39,10 +39,6 @@ describe('csproj', function() {
         var file_test   = path.join('src', 'FileTest.cs');
         var content_test   = path.join('src', 'Content.img');
 
-        beforeEach(function() {
-            test_csproj = new csproj(example_csproj);
-        });
-
         describe('add method', function() {
             var test_csproj = new csproj(example1_csproj);
             it('should properly add .xaml files', function() {