Cleanup - remove dummy test case
authorJakub Nesveda <jakubnesveda@seznam.cz>
Thu, 05 Feb 2015 22:28:30 +0100
changeset 814 d18c25f112ce
parent 813 6a52a5f02501
child 815 0ca40b727a4f
Cleanup - remove dummy test case
CustomDummyTests.st
abbrev.stc
jn_refactoring_custom.st
patches/patches.rc
refactoring_custom.rc
--- a/CustomDummyTests.st	Thu Feb 05 22:25:57 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-"{ Package: 'jn:refactoring_custom' }"
-
-"{ NameSpace: Smalltalk }"
-
-TestCase subclass:#CustomDummyTests
-	instanceVariableNames:''
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Interface-Refactoring-Custom-Tests'
-!
-
-
-!CustomDummyTests methodsFor:'tests'!
-
-test_dummy
-    CustomDummyClassPatches new.
-    self assert: 'b' = 'b'.
-
-    "Created: / 15-07-2013 / 18:34:02 / user"
-    "Modified (comment): / 03-08-2013 / 12:40:51 / user"
-    "Modified: / 12-11-2014 / 08:39:11 / Jakub Nesveda <nesvejak@fit.cvut.cz>"
-! !
-
-!CustomDummyTests class methodsFor:'documentation'!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-! !
-
--- a/abbrev.stc	Thu Feb 05 22:25:57 2015 +0100
+++ b/abbrev.stc	Thu Feb 05 22:28:30 2015 +0100
@@ -10,7 +10,6 @@
 CustomContext CustomContext jn:refactoring_custom 'Interface-Refactoring-Custom' 0
 CustomContextTests CustomContextTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
 CustomDialog CustomDialog jn:refactoring_custom 'Interface-Refactoring-Custom-UI' 0
-CustomDummyTests CustomDummyTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
 CustomLocalChangeManagerTests CustomLocalChangeManagerTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
 CustomManager CustomManager jn:refactoring_custom 'Interface-Refactoring-Custom' 0
 CustomManagerTests CustomManagerTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
--- a/jn_refactoring_custom.st	Thu Feb 05 22:25:57 2015 +0100
+++ b/jn_refactoring_custom.st	Thu Feb 05 22:28:30 2015 +0100
@@ -103,7 +103,6 @@
         CustomContext
         (CustomContextTests autoload)
         CustomDialog
-        (CustomDummyTests autoload)
         (CustomLocalChangeManagerTests autoload)
         CustomManager
         (CustomManagerTests autoload)
--- a/patches/patches.rc	Thu Feb 05 22:25:57 2015 +0100
+++ b/patches/patches.rc	Thu Feb 05 22:28:30 2015 +0100
@@ -25,7 +25,7 @@
       VALUE "LegalCopyright", "My CopyRight or CopyLeft\0"
       VALUE "ProductName", "LibraryName\0"
       VALUE "ProductVersion", "6.2.5.1525\0"
-      VALUE "ProductDate", "Thu, 05 Feb 2015 21:25:09 GMT\0"
+      VALUE "ProductDate", "Thu, 05 Feb 2015 21:27:41 GMT\0"
     END
 
   END
--- a/refactoring_custom.rc	Thu Feb 05 22:25:57 2015 +0100
+++ b/refactoring_custom.rc	Thu Feb 05 22:28:30 2015 +0100
@@ -25,7 +25,7 @@
       VALUE "LegalCopyright", "My CopyRight or CopyLeft\0"
       VALUE "ProductName", "ProductName\0"
       VALUE "ProductVersion", "6.2.5.1525\0"
-      VALUE "ProductDate", "Thu, 05 Feb 2015 21:25:07 GMT\0"
+      VALUE "ProductDate", "Thu, 05 Feb 2015 21:27:40 GMT\0"
     END
 
   END