Revision: 6119
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6119&view=rev
Author: manningr
Date: 2011-01-02 22:30:46 +0000 (Sun, 02 Jan 2011)
Log Message:
-----------
Allow PluginResources implementation to be injected. Modifed test to support new plugin tests.
Removed Paths:
-------------
trunk/sql12/plugins/mssql/src/test/java/net/sourceforge/squirrel_sql/plugins/mssql/MssqlResourcesTest.java
Deleted: trunk/sql12/plugins/mssql/src/test/java/net/sourceforge/squirrel_sql/plugins/mssql/MssqlResourcesTest.java
===================================================================
--- trunk/sql12/plugins/mssql/src/test/java/net/sourceforge/squirrel_sql/plugins/mssql/MssqlResourcesTest.java 2011-01-02 22:30:17 UTC (rev 6118)
+++ trunk/sql12/plugins/mssql/src/test/java/net/sourceforge/squirrel_sql/plugins/mssql/MssqlResourcesTest.java 2011-01-02 22:30:46 UTC (rev 6119)
@@ -1,36 +0,0 @@
-/*
- * Copyright (C) 2008 Rob Manning
- * man...@us...
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-package net.sourceforge.squirrel_sql.plugins.mssql;
-
-
-import static net.sourceforge.squirrel_sql.client.AppTestUtil.getMockPlugin;
-import net.sourceforge.squirrel_sql.fw.util.AbstractResourcesTest;
-
-import org.junit.Before;
-
-public class MssqlResourcesTest extends AbstractResourcesTest
-{
-
- @Before
- public void setUp() throws Exception
- {
- classUnderTest = new MssqlResources(MssqlPlugin.class.getName(), getMockPlugin(mockHelper));
- }
-
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|