# HG changeset patch # User Jaroslav Tulach # Date 1213430090 -7200 # Node ID 35ce0fbd4b7cb20391cab1b4ebdb7741b20dfe55 # Parent ff953eb2de149c37b048de5871d0e101eb794223 Removal of setUp and tearDown methods diff -r ff953eb2de14 -r 35ce0fbd4b7c samples/friendpackage/nbproject/genfiles.properties --- a/samples/friendpackage/nbproject/genfiles.properties Sat Jun 14 09:54:49 2008 +0200 +++ b/samples/friendpackage/nbproject/genfiles.properties Sat Jun 14 09:54:50 2008 +0200 @@ -1,8 +1,8 @@ build.xml.data.CRC32=b1c774b2 build.xml.script.CRC32=fa64c0b4 -build.xml.stylesheet.CRC32=a12b3d02 +build.xml.stylesheet.CRC32=be360661 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. nbproject/build-impl.xml.data.CRC32=b1c774b2 -nbproject/build-impl.xml.script.CRC32=fccb883b -nbproject/build-impl.xml.stylesheet.CRC32=a6c60f5c +nbproject/build-impl.xml.script.CRC32=2fcc3cdb +nbproject/build-impl.xml.stylesheet.CRC32=f1d9da08 diff -r ff953eb2de14 -r 35ce0fbd4b7c samples/friendpackage/test/implpkg/AccessorTest.java --- a/samples/friendpackage/test/implpkg/AccessorTest.java Sat Jun 14 09:54:49 2008 +0200 +++ b/samples/friendpackage/test/implpkg/AccessorTest.java Sat Jun 14 09:54:50 2008 +0200 @@ -32,12 +32,6 @@ super(testName); } - protected void setUp() throws Exception { - } - - protected void tearDown() throws Exception { - } - public void testGetTheItemAttachListenerChangeValue() { // BEGIN: design.less.friend.use Item item = Accessor.getDefault().newItem();