diff --git a/fitnesse/FitNesseRoot/ZkSuite/MissingFieldTranslationTab/content.txt b/fitnesse/FitNesseRoot/ZkSuite/MissingFieldTranslationTab/content.txt index ad71b5248d..2377a3126f 100644 --- a/fitnesse/FitNesseRoot/ZkSuite/MissingFieldTranslationTab/content.txt +++ b/fitnesse/FitNesseRoot/ZkSuite/MissingFieldTranslationTab/content.txt @@ -1,8 +1,8 @@ -!contents '''IDEMPIERE-369 Master Detail Improvement''' Bugs: Field translation tab not show !include -c ZkSystemAdminLogin + '''Open Window, Tab & Field''' |''combobox''|$treeSearchCombo|''select item''|!-Window, Tab & Field-!| |''wait response''| diff --git a/fitnesse/FitNesseRoot/ZkSuite/ZkSystemAdminLogin/content.txt b/fitnesse/FitNesseRoot/ZkSuite/ZkSystemAdminLogin/content.txt index e19d42f1cc..a4b9f0ac33 100644 --- a/fitnesse/FitNesseRoot/ZkSuite/ZkSystemAdminLogin/content.txt +++ b/fitnesse/FitNesseRoot/ZkSuite/ZkSystemAdminLogin/content.txt @@ -1,5 +1,5 @@ -!contents !|fitlibrary.zk.ZkFixture| + |''start spider with''|firefox| |''shutdown browser automatically''|false| |''get url''|http://localhost:8080/webui/index.zul| diff --git a/migration/i1.0a-release/oracle/201212131000_IDEMPIERE-369.sql b/migration/i1.0a-release/oracle/201212131000_IDEMPIERE-369.sql new file mode 100644 index 0000000000..67f796fa6a --- /dev/null +++ b/migration/i1.0a-release/oracle/201212131000_IDEMPIERE-369.sql @@ -0,0 +1,17 @@ +-- Dec 13, 2012 5:38:46 PM MYT +-- IDEMPIERE-369 +UPDATE AD_Tab SET SeqNo=60,Updated=TO_DATE('2012-12-13 17:38:46','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=200009 +; + +-- Dec 13, 2012 5:38:51 PM MYT +-- IDEMPIERE-369 +UPDATE AD_Tab SET SeqNo=50,Updated=TO_DATE('2012-12-13 17:38:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=430 +; + +-- Dec 13, 2012 5:38:57 PM MYT +-- IDEMPIERE-369 +UPDATE AD_Tab SET SeqNo=40,Updated=TO_DATE('2012-12-13 17:38:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=115 +; + +SELECT register_migration_script('201212131000_IDEMPIERE-369.sql') FROM dual +; diff --git a/migration/i1.0a-release/postgresql/201212131000_IDEMPIERE-369.sql b/migration/i1.0a-release/postgresql/201212131000_IDEMPIERE-369.sql new file mode 100644 index 0000000000..5acd50141d --- /dev/null +++ b/migration/i1.0a-release/postgresql/201212131000_IDEMPIERE-369.sql @@ -0,0 +1,18 @@ +-- Dec 13, 2012 5:38:46 PM MYT +-- IDEMPIERE-369 +UPDATE AD_Tab SET SeqNo=60,Updated=TO_TIMESTAMP('2012-12-13 17:38:46','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=200009 +; + +-- Dec 13, 2012 5:38:51 PM MYT +-- IDEMPIERE-369 +UPDATE AD_Tab SET SeqNo=50,Updated=TO_TIMESTAMP('2012-12-13 17:38:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=430 +; + +-- Dec 13, 2012 5:38:57 PM MYT +-- IDEMPIERE-369 +UPDATE AD_Tab SET SeqNo=40,Updated=TO_TIMESTAMP('2012-12-13 17:38:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=115 +; + +SELECT register_migration_script('201212131000_IDEMPIERE-369.sql') FROM dual +; +